Bug 234337

Summary: [PlayStation] Use FileSystem instead of FileSystemPlayStation except several unsupported APIs
Product: WebKit Reporter: Tomoki Imai <tomoki.imai>
Component: Web Template FrameworkAssignee: Tomoki Imai <tomoki.imai>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, don.olmstead, ews-watchlist, stephan.szabo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
patch none

Tomoki Imai
Reported 2021-12-15 01:26:29 PST
PlayStation should use FileSystem as its current SDK supports std::filesystem. We have to maintain FileSystemPlayStation for now to supply some of FileSystem APIs because the following functions are not supported yet. - std::filesystem::space - std::filesystem::rename - std::filesystem::canonical - std::filesystem::directory_iterator - std::filesystem::remove_all
Attachments
patch (14.33 KB, patch)
2021-12-15 01:33 PST, Tomoki Imai
no flags
Tomoki Imai
Comment 1 2021-12-15 01:33:32 PST
EWS
Comment 2 2021-12-15 09:51:38 PST
Committed r287080 (?): <https://commits.webkit.org/r287080> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447210 [details].
Radar WebKit Bug Importer
Comment 3 2021-12-15 09:52:17 PST
Note You need to log in before you can comment on or make changes to this bug.