[webkit-changes] [WebKit/WebKit] e14ddf: FileSystemWritableFileStream.truncate should chang...
youennf
noreply at github.com
Thu Feb 6 01:58:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e14ddf1849da2527e2d5f20bc5e74d89cd1a435b
https://github.com/WebKit/WebKit/commit/e14ddf1849da2527e2d5f20bc5e74d89cd1a435b
Author: Youenn Fablet <youenn at apple.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream.https.any-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream.https.any.worker-expected.txt
M Source/WebKit/NetworkProcess/storage/FileSystemStorageHandle.cpp
Log Message:
-----------
FileSystemWritableFileStream.truncate should change the file current position if the position is greater than the truncate size
rdar://144247504
https://bugs.webkit.org/show_bug.cgi?id=287104
Reviewed by Sihui Liu.
Implement step 3.2.5.7 of https://fs.spec.whatwg.org/#write-a-chunk.
* LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream.https.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/fs/FileSystemWritableFileStream.https.any.worker-expected.txt:
* Source/WebKit/NetworkProcess/storage/FileSystemStorageHandle.cpp:
(WebKit::FileSystemStorageHandle::executeCommandForWritableInternal):
Canonical link: https://commits.webkit.org/289920@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list