Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ddc0a2f55d92a256bf40710ea3d501582cc309a6
https://github.com/WebKit/WebKit/commit/ddc0a2f55d92a256bf40710ea3d501582cc309a6
Author: Anne van Kesteren <[email protected]>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-getDirectoryHandle.https.any-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-getDirectoryHandle.https.any.worker-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-getFileHandle.https.any-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-getFileHandle.https.any.worker-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-removeEntry.https.any-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemDirectoryHandle-removeEntry.https.any.worker-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/fs/resources/test-helpers.js
M
LayoutTests/imported/w3c/web-platform-tests/fs/script-tests/FileSystemDirectoryHandle-getDirectoryHandle.js
M
LayoutTests/imported/w3c/web-platform-tests/fs/script-tests/FileSystemDirectoryHandle-getFileHandle.js
M
LayoutTests/imported/w3c/web-platform-tests/fs/script-tests/FileSystemDirectoryHandle-removeEntry.js
M Source/WebKit/NetworkProcess/storage/FileSystemStorageError.h
M
Source/WebKit/NetworkProcess/storage/FileSystemStorageError.serialization.in
M Source/WebKit/NetworkProcess/storage/FileSystemStorageHandle.cpp
M Source/WebKit/NetworkProcess/storage/FileSystemStorageManager.cpp
M Source/WebKit/NetworkProcess/storage/FileSystemStorageManager.h
M Source/WebKit/NetworkProcess/storage/NetworkStorageManager.cpp
Log Message:
-----------
Fix FileSystemDirectoryHandle's removeEntry()
https://bugs.webkit.org/show_bug.cgi?id=313349
Reviewed by Sihui Liu.
WPT identified a couple minor issues. While here we also correct
isValidFileName() to properly reject \ on Windows and update WPT to not
count \ as a path separator on all platforms:
https://github.com/web-platform-tests/wpt/pull/59480
Canonical link: https://commits.webkit.org/312193@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications