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 Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jun 10, 2021
Replace ReadableStreamChunk struct with a WTF::Span
Show description for 3b14a3dcommitted
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
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 Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Jul 3, 2020
ReadableStream::create() should handle any exceptions that may be thrown during construction.
Show description for 2c8cfdbcommitted
Mark Lam
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Commits on Mar 27, 2020
Filter DOMCache records in network process to reduce the number of records being sent to WebProcess
Show description for 1850b0ccommitted
Commits on Mar 23, 2020
Remove DOMCache::m_records
Show description for e928ed6committed
Commits on Jan 22, 2020
Add logging of the source of a response used to respond a fetch event
Show description for 45e01c8committed
Commits on Nov 19, 2019
Rename AbstractEventLoop to EventLoop and move to its own cpp file
Show description for a41e1d7committed
Commits on Nov 8, 2019
Use ActiveDOMObject::queueTaskKeepingObjectAlive() in DOMCache
Show description for 9e06188committed
Commits on Nov 3, 2019
Port DOMCache / DOMCacheStorage to the HTML5 event loop
Show description for 430d490committed
Commits on Oct 17, 2019
Deprecate ActiveDOMObject::canSuspendForDocumentSuspension()
Show description for 1279082committed
Commits on Oct 12, 2019
API Test TestWebKitAPI.WebKit.DefaultQuota is very flaky on High Sierra
Show description for ad6eefccommitted
Commits on Oct 7, 2019
Unreviewed WinCairo build fix for r250786.
Show description for 0d2442ccommittedDOMCache should not prevent pages from entering the back/forward cache
Show description for f76b24acommitted
Commits on May 14, 2019
Unreviewed restoration of non-unified build.
Show description for efb171acommitted
Commits on May 3, 2019
Cache.add and Cache.addAll should compute a correct response body size
Show description for 84ca2abcommitted
Commits on Apr 3, 2019
Use makePendingActivity in DOMCache
Show description for c9f49b6committed
Commits on Jan 21, 2019
Use references rather than pointers for register/unregister functions, and more
Show description for 30ff46acommitted
Commits on Jan 5, 2019
[Fetch API] Implement abortable fetch
Show description for 6698402committed
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 Dec 1, 2018
Move URL from WebCore to WTF
Show description for cddec66authored andcommitted
Commits on Oct 12, 2018
DOMCache should dereference itself as soon as stopped
Show description for 2ef9acecommitted
Commits on Oct 3, 2018
Ref<FetchResponse> use-after-move in DOMCache::put()
Show description for c8b15a0committed
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Apr 6, 2018
Have class Exception take String by value instead of a String&&
Show description for 90f18e4committed
Commits on Feb 9, 2018
Add support for cache storage of blob response
Show description for df6a492authored andcommitted
Commits on Feb 7, 2018
imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-respond-with-response-body-with-invalid-chunk.https.html is flaky
Show description for bd48331authored andcommitted