Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 15, 2021
Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks()
Show description for 72d1917committed
Commits on May 14, 2021
Drop "get" prefix from WTF::FileSystem's getFileModificationTime() / getFileCreationTime()
Show description for c47a536committedRename FileSystem::pathGetFileName() to FileSystem::pathFileName()
Show description for 3cab8bccommitted
Commits on May 13, 2021
Rename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)
Show description for b737296committed
Commits on Aug 26, 2020
Use endings from FilePropertyBag when constructing Blob data from the File
Show description for 0c8ddcfauthored andcommitted
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Show description for 6c68ec8committed
Commits on Jul 3, 2020
Change the names of MIMETypeRegistry methods to comply with webkit naming style
Show description for e815cc1authored andcommitted
Commits on Jul 2, 2020
Allow the File object to be created with a replacement file
Show description for 4102fb5authored andcommitted
Commits on Nov 12, 2019
DOMFormData should be available in workers
Show description for f2c5e44committed
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommitted
Commits on Aug 13, 2019
Blob registries should be keyed by session IDs
Show description for cdf4136committed
Commits on Aug 12, 2019
Make Blob::m_size an Optional
Show description for 789eee7committed
Commits on Aug 10, 2019
Blob should store its session ID
Show description for c7451facommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Jan 24, 2019
Move FileSystem to WTF
Show description for b6b8c92committed
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommittedwtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Dec 3, 2018
Use WallTime for file time
Show description for e322b34committed
Commits on May 22, 2018
File's structured serialization should serialize lastModified attribute
Show description for 25a5d43committed
Commits on May 21, 2018
Unreviewed, rolling out r232030.
Show description for 1a5c7c4committedFile's structured serialization should serialize lastModified attribute
Show description for 85f1de0committed
Commits on Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed
Commits on Feb 23, 2018
Remove currentTime() / currentTimeMS()
Show description for 889da38committed
Commits on Nov 3, 2017
Add a FileSystem namespace to FileSystem.cpp
Show description for 55e8bb6authored andcommitted
Commits on Sep 12, 2017
Gtk build fix for "Finish off the FormData implementation" - https://bugs.webkit.org/show_bug.cgi?id=176659
Show description for 3375f53committed
Sam Weinig
Commits on Sep 10, 2017
Finish off the FormData implementation
Show description for 381b5f8committed
Sam Weinig
Commits on Aug 31, 2017
getFileMetadata() does not work as expected for symbolic links
Show description for 9c6544bcommitted
Commits on Aug 29, 2017
Add initial support for dataTransferItem.webkitGetAsEntry()
Show description for ca50287committed
Commits on Aug 25, 2017
[Directory Upload] Add basic support for input.webkitdirectory
Show description for 341b957committed
Commits on Dec 1, 2016
[WebIDL] Remove custom bindings for File and Blob constructors
Show description for 7a3d6bdcommitted
Sam Weinig
Commits on Apr 26, 2016
Fix a flaky test after r200032
Show description for 0985872committed
Commits on Apr 25, 2016
Implement latest File object spec (including its constructor).
Show description for 4975fcdcommitted
Commits on Apr 14, 2016
Modern IDB (Blob support): Support retrieving Blobs from IDB.
Show description for 80ac2b5committed