Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 4, 2021
DOMFileSystem::listDirectory() fails to protect |this| when going to the background thread
Show description for 03e8291committed
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
Rename FileSystem::pathGetFileName() to FileSystem::pathFileName()
Show description for 3cab8bccommitted
Commits on May 13, 2021
Rename FileSystem::directoryName() to FileSystem::parentPath()
Show description for 5036599committedRename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)
Show description for b737296committed
Commits on May 12, 2021
Port WTF::FileSystem::listDirectory to std::filesystem
Show description for 23c1806committed
Commits on Mar 16, 2021
Protect DOMFileSystem when hopping to a background thread
Show description for a867822committed
Commits on Oct 1, 2020
[WebIDL] Make Exposed mandatory for IDL interfaces
Show description for 9940f5ccommitted
Sam Weinig
Commits on Sep 23, 2020
[WebIDL] Switch to new file name convention for partial interfaces
Show description for 50ca2ddcommitted
Sam Weinig
Commits on Sep 9, 2020
[WebIDL] Stop automatically applying the ImplementedBy extended attribute to all partial interfaces/dictionaries
Show description for 2c6c5c3committed
Sam Weinig
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam Weinig
Commits on Aug 26, 2020
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Show description for 6c68ec8committed
Commits on Nov 19, 2019
Share more code between WindowEventLoop and WorkerEventLoop by introducing EventLoopTaskGroup
Show description for b26f0ffcommitted
Commits on Oct 29, 2019
[GTK][WPE] Fix various non-unified build issues introduced since r251436
Show description for e2b233fcommitted
Commits on Oct 24, 2019
Unreviewed build fix after r251509.
Show description for dd8fe3ccommitted
Commits on Oct 23, 2019
FileSystemDirectoryReader / FileSystemEntry should not prevent entering the back/forward cache
Show description for 7274167committed
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 12, 2019
Add [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 57e014fcommittedUnreviewed, rolling out r251040.
Show description for 1042ae9committedAdd [ActiveDOMObject] to IDLs of ActiveDOMObjects
Show description for 68d70c6committed
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommitted
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 Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Jan 24, 2019
Move FileSystem to WTF
Show description for b6b8c92committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Nov 3, 2017
Add a FileSystem namespace to FileSystem.cpp
Show description for 55e8bb6authored andcommitted
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Oct 11, 2017
Unreviewed, fix build with some SDKs.
Show description for ff157bbcommittedUnreviewed, fix build with some SDKs.
Show description for 89e158ecommitted