Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 16, 2021
FileReader.readAsArrayBuffer misses checking for the type of blob param
Show description for 414da67committed
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 Mar 4, 2021
FileReader::enqueueTask should validate that its context is not stopped before executing the task
Show description for 6eed35fcommitted
Commits on Oct 9, 2020
FileReader.result should return null if it isn't done yet
Show description for a1a34becommitted
Commits on Oct 6, 2020
FileReader should transition to readyState DONE after last onprogress event
Show description for 9685eaeauthored andcommitted
Commits on Jun 13, 2020
Remove FileError.h
Show description for 822a7f2authored andcommitted
Commits on Jun 12, 2020
LayoutTests/imported/w3c:
Show description for 432bcf7authored andcommitted
Commits on Mar 31, 2020
Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity()
Show description for 8b490c0committed
Commits on Nov 19, 2019
Rename AbstractEventLoop to EventLoop and move to its own cpp file
Show description for a41e1d7committedShare more code between WindowEventLoop and WorkerEventLoop by introducing EventLoopTaskGroup
Show description for b26f0ffcommitted
Commits on Nov 1, 2019
Port FileReader to the HTML5 event loop
Show description for edb960ecommitted
Commits on Oct 19, 2019
FileReader should not prevent entering the back/forward cache
Show description for 1ec0b68committed
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Mar 8, 2019
imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_error.html is a flaky crash
Show description for a08055dcommitted
Commits on Jan 21, 2019
Use references rather than pointers for register/unregister functions, and more
Show description for 30ff46acommitted
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 Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Dec 29, 2017
Remove std::chrono if it is not used for ArgumentCoder or PersistentCoder
Show description for d7ef727committed
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Jun 2, 2017
Get <chrono> out of StdLibExtras.h
Show description for 74a1dfacommitted
Commits on May 31, 2017
Unreviewed, rolling out r217603.
Show description for 13fde4ccommittedGet <chrono> out of StdLibExtras.h
Show description for 5c6eed6committed
Commits on Dec 31, 2016
Remove setDOMException and a few custom bindings
Show description for 5b56e5bcommitted
Commits on Oct 21, 2016
Move some more assorted classes from ExceptionCode to Exception
Show description for 7fda176committed
Commits on Jun 18, 2016
Use time literals in WebCore
Show description for cdda01dcommitted
Commits on Jun 15, 2016
Drop some unnecessary header includes
Show description for 37ab58bcommitted
Commits on Apr 28, 2016
[Web IDL] Specify default values for optional parameters of type 'DOMString'
Show description for a410caccommitted
Commits on Apr 25, 2016
Drop [UsePointersEvenForNonNullableObjectArguments] from File API interfaces
Show description for 1d4f507committed