Commits
User selector
Commit History
Commits on Sep 22, 2021
Add FontCreationContext
Show description for 8f71282committedReduce 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 Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Sep 16, 2021
Enable RTCRtpScriptTransform by default
Show description for f643cf6committedAdd IDL skeleton for SharedWorker
Show description for 1a0d99bauthored andcommitted
Commits on Sep 14, 2021
Unreviewed, reverting r282408.
Show description for afc3a91committedEnable RTCRtpScriptTransform by default
Show description for bd55c46committed
Commits on Sep 9, 2021
generated MessageArgumentDescriptions.cpp can't compile for non-Cocoa ports due to missing headers
Show description for 756a4f2committed
Commits on Sep 7, 2021
Non-unified build fixes, early September 2021 edition
Show description for 0413edecommitted
Commits on Sep 2, 2021
[COOP] Cross origin isolation doesn't happen when going from an HTTP URL to a HTTPS one with COOP+COEP
Show description for d95e9c7committed
Commits on Sep 1, 2021
Add support for ServiceWorkerGlobalScope.serviceWorker
Show description for e6d6081committed
Commits on Aug 31, 2021
Enable SharedArrayBuffer support when COOP/COEP headers are used
Show description for f3ee677committedUse after move in ServiceWorkerThreadProxy
Show description for bc8f780committedImplement self.structuredClone()
Show description for 8e3c0a9committedWeb Inspector: Refactor `WorkerInspectorAgent` to use weak pointers for `WorkerInspectorProxy`s
Show description for 85e1a12committed
Commits on Aug 30, 2021
Implement self.reportError()
Show description for b238783committed
Commits on Aug 20, 2021
Outdent WorkerRunLoop class definition
Show description for 3188d16committed
Commits on Aug 13, 2021
Overly verbose catchable fetch error messages lead to cross-origin leaks
Show description for 0004e55committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jul 31, 2021
Add initial support for 'Cross-Origin-Opener-Policy' HTTP header
Show description for c0421a4committed
Commits on Jul 26, 2021
ServiceWorkerRegistration.unregister method fails in WKWebView
Show description for 307e38acommitted
Commits on Jul 17, 2021
WKWebView javascript injection doesn't work if app includes WKAppBoundDomains
Show description for a8f8d4fcommitted
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
Commits on Jul 7, 2021
Use more Span
Show description for 9acc512committed
Commits on Jul 6, 2021
Unable to use 'data:application/javascript' url for Worker
Show description for 0ed0382committedUnreviewed, reverting r279495.
Show description for 2c7d69ccommitted
Commits on Jul 2, 2021
[MacOS wk1] crypto/workers/subtle/hrsa-postMessage-worker.html is a flaky failure
Show description for 26f6d14committed[macOS] Suspend WebProcesses that are in the process cache
Show description for 5860b30committed
Commits on Jun 17, 2021
Enable some more release logging in for ephemeral sessions
Show description for a1d39ddcommitted
Commits on Jun 11, 2021
Enable more release logging in WebCore for ephemeral sessions
Show description for bd99b99committed
Commits on Jun 10, 2021
Replace ReadableStreamChunk struct with a WTF::Span
Show description for 3b14a3dcommittedFix some inefficient uses of SharedBuffer
Show description for 044109ecommittedNon-unified build fixes, early May 2021 edition
Show description for 574ededcommitted
Commits on Jun 9, 2021
Adopt WTF::Span in SQLiteStatement
Show description for 90cf43dcommitted
Sam Weinig