Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee3749dd48a2f2c315358764a910ff874bd9f246
https://github.com/WebKit/WebKit/commit/ee3749dd48a2f2c315358764a910ff874bd9f246
Author: Patrick Griffis <[email protected]>
Date: 2026-08-01 (Sat, 01 Aug 2026)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebKit/NetworkProcess/storage/FileSystemStorageHandle.cpp
M Source/WebKit/Platform/IPC/SharedFileHandle.cpp
M Source/WebKit/Platform/IPC/SharedFileHandle.h
M Source/WebKit/Platform/IPC/SharedFileHandle.serialization.in
M Source/WebKit/UIProcess/API/C/WKWebsiteDataStoreConfigurationRef.cpp
M Source/WebKit/UIProcess/API/C/WKWebsiteDataStoreConfigurationRef.h
M Tools/WebKitTestRunner/TestController.cpp
M Tools/WebKitTestRunner/TestController.h
Log Message:
-----------
[GLib] Enable file system API
https://bugs.webkit.org/show_bug.cgi?id=231818
Reviewed by Carlos Alberto Lopez Perez.
This has been enabled in Apple ports for a while, just missing
a basic implementation for GLib. Using a UnixFileDescriptor
works fine.
* LayoutTests/platform/glib/TestExpectations:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebKit/NetworkProcess/storage/FileSystemStorageHandle.cpp:
(WebKit::FileSystemStorageHandle::createSyncAccessHandle):
(WebKit::FileSystemStorageHandle::createWritable):
* Source/WebKit/Platform/IPC/SharedFileHandle.cpp:
(IPC::SharedFileHandle::create):
(IPC::SharedFileHandle::SharedFileHandle):
(IPC::SharedFileHandle::toUnixFileDescriptor const):
* Source/WebKit/Platform/IPC/SharedFileHandle.h:
* Source/WebKit/Platform/IPC/SharedFileHandle.serialization.in:
* Source/WebKit/UIProcess/API/C/WKWebsiteDataStoreConfigurationRef.cpp:
(WKWebsiteDataStoreConfigurationSetOriginQuotaRatio):
* Source/WebKit/UIProcess/API/C/WKWebsiteDataStoreConfigurationRef.h:
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::exceededDatabaseQuota):
(WTR::TestController::createOtherPlatformWebView):
(WTR::TestController::configureWebsiteDataStoreTemporaryDirectories):
(WTR::TestController::createWebViewWithOptions):
* Tools/WebKitTestRunner/TestController.h:
Canonical link: https://commits.webkit.org/318384@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications