Bug 255932

Summary: [GLib] Lobotomize FileSystemGlib.cpp
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

Description Michael Catanzaro 2023-04-25 09:50:06 PDT
Most of FileSystemGlib.cpp is redundant with FileSystemPOSIX.cpp. There is no good reason to implement the POSIX-style WTF::Filesystem APIs using GIO when we have access to POSIX. FileSystemGlib.cpp is now going to rather extreme lengths to work around impedance between the GIO and POSIX APIs, and it's much simpler to just use POSIX.
Comment 1 Michael Catanzaro 2023-04-25 09:51:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13153
Comment 2 EWS 2023-04-28 07:45:16 PDT
Committed 263503@main (448487f4e635): <https://commits.webkit.org/263503@main>

Reviewed commits have been landed. Closing PR #13153 and removing active labels.