Bug 232499
| Summary: | Add createTemporaryDirectory implementation to WTF::FileSystem for PlayStation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Stephan Szabo <stephan.szabo> |
| Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | serakeri, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Stephan Szabo
A recently added test for the curl port wanted to use FileSystem::createTemporaryDirectory, but that doesn't have a POSIX implementation.
It seems reasonable to have an implementation either for POSIX or just PlayStation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/85077118>
serakeri
Pull request: https://github.com/WebKit/WebKit/pull/2626
serakeri
I drafted a pull request that uses std::filesystem::temp_directory_path and mkdtemp. Is this an acceptable solution?
EWS
Committed 252799@main (00e1e0d6e977): <https://commits.webkit.org/252799@main>
Reviewed commits have been landed. Closing PR #2626 and removing active labels.