Commits
User selector
Commit History
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
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 Aug 12, 2021
Add initial support for Cross-Origin-Embedder-Policy (COEP)
Show description for e6c7e17committed
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
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 Feb 20, 2021
JS Modules in Workers
Show description for f0caab3committed
Commits on Jul 29, 2020
Non-unified build fixes, late July 2020 edition
Show description for d334ed0committed
Commits on Jul 22, 2020
Safari does not present CertificateInfo for service-worker served documents
Show description for b53aa8ccommitted
Commits on Dec 4, 2019
Move soft update handling to network process
Show description for b51a7a4committed
Commits on Aug 9, 2019
[WHLSL] Devirtualize the AST
Show description for b75aaf0committed
Commits on Apr 10, 2019
WebCore should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF
Show description for dcebd33committed
Commits on Jan 5, 2019
Service Worker fetch should obey its referrer policy
Show description for 50c1a2acommitted
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 Jun 5, 2018
ServiceWorker registration should store any script fetched through importScripts
Show description for 864616acommitted
Commits on Apr 12, 2018
Content-Type not enforced for <script> allows for XSS
Show description for c43c958committed
Commits on Apr 8, 2018
Have WorkerScriptLoader::loadAsynchronously() take a FetchOptions
Show description for 1cb788bcommitted
Commits on Jan 9, 2018
Add CSP support to service workers
Show description for eac7468authored andcommittedUnreviewed, rolling out r226532 and r226540.
Show description for cbc0e38committed
Commits on Jan 8, 2018
Add CSP support to service workers
Show description for 8418e23authored andcommitted
Commits on Jan 4, 2018
Cancel pending script loads when service worker is being terminated
Show description for dedacf5authored andcommitted
Commits on Dec 22, 2017
importScripts() inside a service worker should ensure that the response has a JavaScript MIME type
Show description for d11af6acommitted
Commits on Dec 19, 2017
We should use "error" redirect mode for fetching service worker scripts
Show description for c721957committed
Commits on Dec 16, 2017
Service worker script fetch request should set the Service-Worker header
Show description for 8028252authored andcommitted
Commits on Dec 14, 2017
self.importScripts() should obey updateViaCache inside service workers
Show description for 66bbe27committedService worker script fetching currently always uses the network cache
Show description for f68ca5bcommitted
Commits on Oct 6, 2017
Add (entirely incorrect) fetching of ServiceWorker scripts.
Show description for af3892ccommitted
Commits on Feb 25, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for 1cd3061committedUnreviewed, rolling out r212944.
Show description for 8e89588committed
Commits on Feb 24, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for e3b9e7dcommitted
Commits on Nov 10, 2016
Web Inspector: Associate Worker Resources with the Worker and not the Page
Show description for f3a113fcommitted
Commits on Oct 19, 2016
Cleanup WebCore/workers
Show description for 49f90f2authored andcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jul 21, 2016
Remove crossOriginRequestPolicy from ThreadableLoaderOptions
Show description for f5e99f8authored andcommitted