2017-11-17 |
cdumez@apple.com | Unreviewed, rebaseline skipped / flaky service worker...
|
commit | commitdiff | tree |
2017-11-17 |
cdumez@apple.com | Make sure service workers get terminated between tests
|
commit | commitdiff | tree |
2017-11-17 |
cdumez@apple.com | [Service Worker] Implement "Try Clear Registration...
|
commit | commitdiff | tree |
2017-11-17 |
cdumez@apple.com | Dispatching an event on a ServiceWorkerRegistration...
|
commit | commitdiff | tree |
2017-11-17 |
cdumez@apple.com | Crash in WebCore::SWServerJobQueue::scriptFetchFinished...
|
commit | commitdiff | tree |
2017-11-16 |
cdumez@apple.com | Dispatching an event on a ServiceWorker may fail or...
|
commit | commitdiff | tree |
2017-11-16 |
cdumez@apple.com | Unreviewed, rebaseline skipped and flaky service workers...
|
commit | commitdiff | tree |
2017-11-15 |
cdumez@apple.com | Unreviewed, fix tests introduced in r224880.
|
commit | commitdiff | tree |
2017-11-15 |
cdumez@apple.com | [Service Workers] Implement Client API
|
commit | commitdiff | tree |
2017-11-15 |
cdumez@apple.com | [Service Workers] Implement container.getRegistrations()
|
commit | commitdiff | tree |
2017-11-14 |
cdumez@apple.com | Unreviewed, rebaseline skipped / flaky service worker...
|
commit | commitdiff | tree |
2017-11-14 |
cdumez@apple.com | Send ServiceWorkerData structs to the WebProcesses...
|
commit | commitdiff | tree |
2017-11-13 |
cdumez@apple.com | Add some more assertions in SWServerJobQueue
|
commit | commitdiff | tree |
2017-11-13 |
cdumez@apple.com | Implement "Service Worker Has No Pending Events" /...
|
commit | commitdiff | tree |
2017-11-13 |
cdumez@apple.com | [Service Workers] Activate algorithm says terminate...
|
commit | commitdiff | tree |
2017-11-11 |
cdumez@apple.com | Re-sync Service Workers web-platform-tests from upstream
|
commit | commitdiff | tree |
2017-11-11 |
cdumez@apple.com | Unreviewed, unskip & rebaseline several service worker...
|
commit | commitdiff | tree |
2017-11-11 |
cdumez@apple.com | [Service Workers] Registration promise should be rejected...
|
commit | commitdiff | tree |
2017-11-11 |
cdumez@apple.com | Remove dead code from ServiceWorkerRegistration
|
commit | commitdiff | tree |
2017-11-11 |
cdumez@apple.com | [Service Workers] Implement better support for "Clear...
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | [Service Workers] Implement "Try Activate" / "Activate...
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | Simplify SWServerRegistration::forEachConnection()
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | Unreviewed, mark imported/w3c/web-platform-tests/service...
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | Unreviewed, rolling out r224661.
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | ServiceWorkerRegistration objects may get recycled...
|
commit | commitdiff | tree |
2017-11-10 |
cdumez@apple.com | LayoutTests/imported/w3c:
|
commit | commitdiff | tree |
2017-11-09 |
cdumez@apple.com | Implement real post 'install' event steps of the Install...
|
commit | commitdiff | tree |
2017-11-08 |
cdumez@apple.com | Simplify ServiceWorkerContainer::jobResolvedWithRegistration()
|
commit | commitdiff | tree |
2017-11-08 |
cdumez@apple.com | [Service Workers] Make sure SWServerRegistration update...
|
commit | commitdiff | tree |
2017-11-08 |
cdumez@apple.com | [Service Workers] Support waitUntil() on the 'install...
|
commit | commitdiff | tree |
2017-11-07 |
cdumez@apple.com | [Service Workers] Add support for "install" event
|
commit | commitdiff | tree |
2017-11-07 |
cdumez@apple.com | LayoutTest http/tests/security/cross-frame-access-put...
|
commit | commitdiff | tree |
2017-11-06 |
cdumez@apple.com | [Service Workers] Add proper implementation for 'updatefound...
|
commit | commitdiff | tree |
2017-11-06 |
cdumez@apple.com | ScriptExecutionContext::serviceWorkerContainer() should...
|
commit | commitdiff | tree |
2017-11-06 |
cdumez@apple.com | ServiceWorkerContainer should take a PendingActivity...
|
commit | commitdiff | tree |
2017-11-05 |
cdumez@apple.com | Implement ServiceWorkerRegistration.update()
|
commit | commitdiff | tree |
2017-11-05 |
cdumez@apple.com | Index properties on cross origin Window objects should...
|
commit | commitdiff | tree |
2017-11-04 |
cdumez@apple.com | REGRESSION(r223718): Leaking WebProcessPool after reconfigur...
|
commit | commitdiff | tree |
2017-11-04 |
cdumez@apple.com | Unreviewed, rolling out r224438.
|
commit | commitdiff | tree |
2017-11-04 |
cdumez@apple.com | Implement ServiceWorkerContainer.getRegistration
|
commit | commitdiff | tree |
2017-11-04 |
cdumez@apple.com | [iOS-WK1] Fix thread safety issue in WebSQLiteDatabaseTracke...
|
commit | commitdiff | tree |
2017-11-03 |
cdumez@apple.com | REGRESSION(r223718): Leaking WebProcessPool after reconfigur...
|
commit | commitdiff | tree |
2017-11-03 |
cdumez@apple.com | Use a single identifier type to identify Service Workers
|
commit | commitdiff | tree |
2017-11-02 |
cdumez@apple.com | Update SWServerJobQueue to follow the Service Worker...
|
commit | commitdiff | tree |
2017-11-02 |
cdumez@apple.com | [Service Workers] Add initial implementation for try...
|
commit | commitdiff | tree |
2017-11-01 |
cdumez@apple.com | Drop running Service Worker Jobs on a background thread
|
commit | commitdiff | tree |
2017-11-01 |
cdumez@apple.com | Split JobQueue logic out of SWServerRegistration
|
commit | commitdiff | tree |
2017-11-01 |
cdumez@apple.com | Mark a couple of service worker tests as flaky.
|
commit | commitdiff | tree |
2017-11-01 |
cdumez@apple.com | Regression(r219659): Can no longer log into ifttt.com...
|
commit | commitdiff | tree |
2017-11-01 |
cdumez@apple.com | Fix a couple of service worker tests and unskip them
|
commit | commitdiff | tree |
2017-10-31 |
cdumez@apple.com | navigator.serviceWorker should always return the same...
|
commit | commitdiff | tree |
2017-10-31 |
cdumez@apple.com | Fire updatefound event after resolving the registration...
|
commit | commitdiff | tree |
2017-10-30 |
cdumez@apple.com | Unreviewed, skip cache storage WPT tests that cause...
|
commit | commitdiff | tree |
2017-10-30 |
cdumez@apple.com | LayoutTests/imported/w3c:
|
commit | commitdiff | tree |
2017-10-28 |
cdumez@apple.com | self.ExtendableEvent / Client / Clients / WindowClient...
|
commit | commitdiff | tree |
2017-10-28 |
cdumez@apple.com | Update testharness.js to work around our lack of support...
|
commit | commitdiff | tree |
2017-10-27 |
cdumez@apple.com | Unskip more Service Workers tests
|
commit | commitdiff | tree |
2017-10-27 |
cdumez@apple.com | DOMWindow::dispatchEvent() does not reset the event...
|
commit | commitdiff | tree |
2017-10-27 |
cdumez@apple.com | Audit init*Event() method to make sure they reset internal...
|
commit | commitdiff | tree |
2017-10-27 |
cdumez@apple.com | Add initial support for serviceWorkerClient.postMessage()
|
commit | commitdiff | tree |
2017-10-26 |
cdumez@apple.com | Bring back SWContextManager abstraction in WebCore
|
commit | commitdiff | tree |
2017-10-26 |
cdumez@apple.com | messageEvent.source can also be a ServiceWorker
|
commit | commitdiff | tree |
2017-10-25 |
cdumez@apple.com | Unreviewed, add missing copyright header to ServiceWorkerCli...
|
commit | commitdiff | tree |
2017-10-25 |
cdumez@apple.com | Make toJS() do the right thing for ServiceWorkerClient
|
commit | commitdiff | tree |
2017-10-25 |
cdumez@apple.com | [Service Worker] Add stubs for serviceWorkerClient...
|
commit | commitdiff | tree |
2017-10-25 |
cdumez@apple.com | Add support for unregistering a service worker
|
commit | commitdiff | tree |
2017-10-25 |
cdumez@apple.com | Make SharedStringHashTable less error prone
|
commit | commitdiff | tree |
2017-10-24 |
cdumez@apple.com | Add initial implementation for serviceWorker.postMessage()
|
commit | commitdiff | tree |
2017-10-24 |
cdumez@apple.com | SerializedScriptValue::deserialize() should take ports...
|
commit | commitdiff | tree |
2017-10-23 |
cdumez@apple.com | Drop confusing Event::dispatched() method
|
commit | commitdiff | tree |
2017-10-20 |
cdumez@apple.com | ServiceWorkerContextManager should be an IPC::MessageReceiver
|
commit | commitdiff | tree |
2017-10-20 |
cdumez@apple.com | SerializedScriptValue passed to postMessage() cannot...
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | Add preliminary support for ServiceWorker Handle Fetch
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | Service Worker process should not be selected to open...
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | Unreviewed build fix after r223692.
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | Unreviewed, revert r223650 as it caused crashes on...
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | http/tests/workers/service/basic-register.html is a...
|
commit | commitdiff | tree |
2017-10-19 |
cdumez@apple.com | Implement ServiceWorkerRegistration.scope / updateViaCache
|
commit | commitdiff | tree |
2017-10-18 |
cdumez@apple.com | [Service Worker] Add stubs for Client / WindowClient...
|
commit | commitdiff | tree |
2017-10-18 |
cdumez@apple.com | Global constructors exposed to service workers should...
|
commit | commitdiff | tree |
2017-10-18 |
cdumez@apple.com | Align ImageData constructor with the specification
|
commit | commitdiff | tree |
2017-10-18 |
cdumez@apple.com | Unreviewed, fix build error after r223608 with some...
|
commit | commitdiff | tree |
2017-10-18 |
cdumez@apple.com | Add an efficient data structure for WebCore to query...
|
commit | commitdiff | tree |
2017-10-17 |
cdumez@apple.com | ServiceWorkerRegistration should subclass RefCounted<>
|
commit | commitdiff | tree |
2017-10-17 |
cdumez@apple.com | DOMQuad.p1 / p2 / p3 / p4 should behave as [SameObject]
|
commit | commitdiff | tree |
2017-10-16 |
cdumez@apple.com | Log using differential privacy domains where the WebContent...
|
commit | commitdiff | tree |
2017-10-16 |
cdumez@apple.com | [WK2][NetworkSession] Add support for resuming downloads
|
commit | commitdiff | tree |
2017-10-16 |
cdumez@apple.com | Clicks on Link with download attribute causes all ...
|
commit | commitdiff | tree |
2017-10-15 |
cdumez@apple.com | DOMTokenList shouldn't add empty attributes
|
commit | commitdiff | tree |
2017-10-13 |
cdumez@apple.com | DOMTokenList shouldn't add empty attributes
|
commit | commitdiff | tree |
2017-10-13 |
cdumez@apple.com | Unreviewed, fix webkitpy failure after r223273
|
commit | commitdiff | tree |
2017-10-13 |
cdumez@apple.com | import-w3c-tests modifies test sources and sometimes...
|
commit | commitdiff | tree |
2017-10-13 |
cdumez@apple.com | [Mac] Add support for MouseEvent.buttons
|
commit | commitdiff | tree |
2017-10-12 |
cdumez@apple.com | XMLHttpRequest: do not sniff text/html, and do not...
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | [Geolocation] Expose Coordinates.floorLevel
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | Unreviewed, fix build with some SDKs.
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | Unreviewed, fix build with some SDKs.
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | Re-sync XMLHttpRequests Web-Platform-Tests
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | Modernize Geolocation code
|
commit | commitdiff | tree |
2017-10-11 |
cdumez@apple.com | [WK2] Add API to clear service worker registrations
|
commit | commitdiff | tree |
next |