Commits
User selector
Commit History
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 1, 2021
Add support for ServiceWorkerGlobalScope.serviceWorker
Show description for e6d6081committed
Commits on Aug 31, 2021
Use after move in ServiceWorkerThreadProxy
Show description for bc8f780committed
Commits on Aug 22, 2021
Use the strongly typed PageGroupIdentifier in place of uint64_t
Show description for f3b1567committed
Commits on Jul 8, 2021
Clean up App Privacy Report code
Show description for 9b8c5e9committed
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 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 20, 2021
Remove UNUSED warnings based on the configuration.
Show description for bba0f8bcommitted
Commits on Apr 8, 2021
Use Hasher more, remove IntegerHasher, fix hashing-related mistakes
Show description for f92fb8ecommitted
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
ServiceWorkerContextData should not be saved both on ServiceWorkerThread & ServiceWorkerGlobalScope
Show description for 9965255committedService Worker scripts use too much memory in the network process
Show description for 988b251committed
Commits on Mar 28, 2021
Remove ENABLE_INDEXED_DATABASE & ENABLE_INDEXED_DATABASE_IN_WORKERS, it seems like it is on for all ports
Show description for c19981bcommitted
Sam Weinig
Commits on Mar 26, 2021
Refactor NetworkSessionCocoa to prepare for per-WebPageProxy sessions
Show description for 1c9bdc2committed
Commits on Mar 24, 2021
Service worker loads are not marked as app-bound
Show description for 9a8bc82committed
Commits on Mar 22, 2021
Implement RTCDataChannel transfer out of process
Show description for 6e430bdcommitted
Commits on Mar 12, 2021
Drop some unnecessary RunLoop::isMain() / IsMainRunLoop() checks
Show description for 3975542committed
Commits on Mar 9, 2021
Stop using callOnMainThread() / isMainThread() in WebKit2
Show description for 83ae5d0committed
Commits on Feb 8, 2021
Make the UserContentController for ServiceWorker pages be non-optional.
Show description for 1e6ceb4committed
Commits on Nov 17, 2020
Source/WebCore:
Show description for e274f79committed
Sam Weinig
Commits on Aug 24, 2020
Implement Request/Response consuming as FormData
Show description for c4cd371authored andcommitted
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 Jun 5, 2020
Non-unified build fixes, early summer 2020 edition
Show description for 7bdae4dcommittedGenerate code to set the runtime settings for a service worker process
Show description for a9374fccommitted
Commits on Jun 3, 2020
Add more logging related to service worker fetch event handling
Show description for 9ac433ecommittedAdd more logging related to service worker fetch event handling
Show description for 7aaa247committed
Commits on May 28, 2020
ReadableByteStream should be enabled/disabled in service workers as done in pages
Show description for 0172f62committed
Commits on Apr 28, 2020
Implement FCP (first contentful paint)
Show description for 7a818ddcommitted
Commits on Apr 10, 2020
SWServer should not run a service worker that is terminating
Show description for 5977081committed
Commits on Apr 2, 2020
Remove synchronous termination of service workers
Show description for bc85821committed