Commits
User selector
Commit History
Commits on Sep 22, 2021
Drop makeRef() and use Ref { } instead
Show description for fee7a1ccommitted
Commits on Sep 6, 2021
Fix WebKitGTK build on MacOS
Show description for 887ff3dauthored andcommitted
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 27, 2021
[WK2] Reuse the same network load when process-swapping on resource response due to COOP
Show description for 25db1e8committed
Commits on Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
Commits on Jun 16, 2021
Enable release logging in the network process for ephemeral sessions
Show description for 7994607committed
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 20, 2021
Mark ServiceWorkerThreadProxy with a default app-bound value
Show description for 4fb238ccommitted
Commits on Apr 28, 2021
[PlayStation] Suppress warnings for %llu format specifier for uint64_t.
Show description for 0fded04committed
Commits on Apr 14, 2021
Service worker soft-update loads not being marked app-bound
Show description for 3fc24f0committed
Commits on Apr 8, 2021
Use Hasher more, remove IntegerHasher, fix hashing-related mistakes
Show description for f92fb8ecommitted
Commits on Apr 6, 2021
Make sure service workers use a ScriptSourceCode backed by file-mapped memory when possible
Show description for e48770dcommitted
Commits on Apr 2, 2021
Introduce ScriptBuffer class to wrap SharedBuffer containing a script
Show description for 1d3d96bcommitted
Commits on Apr 1, 2021
Have the ServiceWorker process hold on to a file mapped version of the service worker scripts to save dirty memory
Show description for e14942ccommitted
Commits on Mar 31, 2021
Service Worker scripts use too much memory in the network process
Show description for 988b251committed
Commits on Mar 26, 2021
Refactor NetworkSessionCocoa to prepare for per-WebPageProxy sessions
Show description for 1c9bdc2committed
Commits on Mar 9, 2021
[IPC Hardening] Protect against bad input in WebProcessProxy::createSpeechRecognitionServer() and MessageReceiverMap
Show description for dbeff8fcommitted
Commits on Feb 20, 2021
Make format of release logging more consistent to facilitate grepping
Show description for 10d11adcommitted
Commits on Dec 9, 2020
IPC should support non-byte aligned data references
Show description for 2df0539authored andcommitted
Commits on Oct 13, 2020
Eliminate some "using namespace WebCore" cases in global scope
Show description for af02bf1committed
Commits on Aug 21, 2020
REGRESSION (r257667): 1.9x more CPU time in IPC::SharedBufferDataReference decoding during Netflix playback
Show description for 9ffec26committed
Commits on Aug 15, 2020
Convert remaining SharedMemory::Handle to SharedMemory::IPCHandle
Show description for c7db292committed
Commits on Jul 31, 2020
Update service worker if certificate info does not match when soft updating
Show description for 1158fb0committed
Commits on Jul 22, 2020
Safari does not present CertificateInfo for service-worker served documents
Show description for b53aa8ccommitted
Commits on Jul 20, 2020
Some classes have final destructors but are non-final
Show description for 82930f0committed
Commits on Jul 7, 2020
Add WebCoreNSURLSession SPI to send HTTP/2 ping
Show description for 7cc45a7authored andcommitted
Commits on Apr 22, 2020
Simplify SWServerWorker::whenActivated logic
Show description for d0cf434committed
Commits on Apr 10, 2020
SWServer should not run a service worker that is terminating
Show description for 5977081committed
Commits on Apr 3, 2020
ServiceWorkerFetchTask::timeoutTimerFired should not call contextClosed
Show description for aa82426committed
Commits on Apr 2, 2020
Debug crash: ASSERTION FAILED: m_ongoingFetches.contains(task.fetchIdentifier())
Show description for b22b7b9committedRemove synchronous termination of service workers
Show description for bc85821committed
Commits on Mar 18, 2020
Pass isNavigatingToAppBoundDomain for speculative loads, preconnect tasks and downloads
Show description for 2cd2480committed