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 9, 2021
Avoid some calls to StringView::toString() / StringView::toStringWithoutCopying()
Show description for 698c990committed
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 May 27, 2021
Merge WorkerGlobalScope+Caches.idl and DOMWindow+Caches.idl into a single WindowOrWorkerGlobalScope+Caches.idl
Show description for 483fe59committed
Sam Weinig
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 4, 2021
Limit HashTable entry size to 500 bytes
Show description for eec5cb3authored andcommitted
Unreviewed, reverting r273832.
Show description for 117a936committed
Commits on Mar 3, 2021
Limit HashTable entry size to 500 bytes
Show description for ac1665eauthored andcommitted
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
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 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 May 5, 2020
Remove LegacySchemeRegistry::canServiceWorkersHandleURLScheme
Show description for 053ebcecommitted
Commits on Apr 28, 2020
Non-unified build fixes late April 2020 edition
Show description for 25059b9committed
Commits on Apr 26, 2020
Remove unnecessary inlining and templates for URL decomposition DOM functions
Show description for 3574f82committed
Commits on Apr 25, 2020
Prepare to remove automatic URL->String conversion operators
Show description for 4512220authored andcommitted
Move URL to use StringView when returning substrings of the URL
Show description for 8e088a7committed
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 28, 2020
Non-unified build fixes late January 2020 edition
Show description for 3166e8bcommitted
Commits on Jan 27, 2020
Move DOMCacheEngine::errorToException back out of header and into .cpp file
Show description for a5221facommitted
Commits on Jan 24, 2020
Fix various non-unified build issues introduced since r254751
Show description for ab42332committedMake sure DOMCacheStorage::retrieveCaches always calls its completionHandler
Show description for 2ec35f2committed
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 Dec 13, 2019
Make DOMCacheStorage::retrieveCaches take a CompletionHandler
Show description for 9f8190cauthored andcommitted
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
Make DeferredPromise behave nicely with regards to the back/forward cache
Show description for ce31663committedUse ActiveDOMObject::queueTaskKeepingObjectAlive() in DOMCache
Show description for 9e06188committed