| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some interleaving issues in EmbeddedWorkerInstance. | falken | 2015-08-12 | 1 | -3/+4 |
* | Add a mojo ServiceRegistry to embedded workers. | mek | 2015-07-16 | 1 | -0/+7 |
* | Service Worker: Remove CompareScriptResources and related code | falken | 2015-07-08 | 1 | -6/+0 |
* | Service Worker: Add UMA for stalled in STOPPING | falken | 2015-06-30 | 1 | -0/+8 |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 1 | -1/+1 |
* | ServiceWorker: distinguish process allocation time for new one & existing one... | ksakamoto | 2015-05-27 | 1 | -1/+4 |
* | Implement ServiceWorkerRegistration related DevTools events [2/2 chromium] | horo | 2015-03-11 | 1 | -0/+2 |
* | Service Worker: Add metrics and timeout for starting a Service Worker. | falken | 2015-03-05 | 1 | -0/+22 |
* | Stop Service Workers that execute JavaScript for too long. | falken | 2015-02-24 | 1 | -7/+9 |
* | [ServiceWorker] Add UMA to measure the start time of EmbeddedWorkerInstance | horo | 2015-02-13 | 1 | -0/+10 |
* | Change navigator.connect calls to create the message channel on the browser s... | mek | 2015-02-12 | 1 | -0/+5 |
* | Cleanup: Remove if (!CurrentlyOn()) PostTask() pattern in EmbeddedWorkerInstance | kinuko | 2015-01-08 | 1 | -6/+3 |
* | Keep alive ServiceWorkers when devtools is attached | kinuko | 2014-12-15 | 1 | -0/+10 |
* | Don't drop messages/events send to a service worker that is stopping. | mek | 2014-12-03 | 1 | -1/+1 |
* | Make sure message ports that are transferred to a serviceworker end up in the... | mek | 2014-11-20 | 1 | -0/+2 |
* | ServiceWorker: Registering a malformed script should fail [2/3] | nhiroki | 2014-11-06 | 1 | -0/+7 |
* | ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProces... | xiang.long | 2014-09-10 | 1 | -16/+0 |
* | Allow the browser to Send messages to an embedded worker once the script as b... | michaeln | 2014-08-26 | 1 | -5/+4 |
* | DevTools: Add plumbing for workerReadyForInspection event from renderer to br... | vsevik@chromium.org | 2014-08-20 | 1 | -0/+4 |
* | Chromium: Adds a mechanism to pause the serviceworker startup sequence after ... | michaeln@chromium.org | 2014-06-23 | 1 | -3/+9 |
* | Show the unregistered workers in chrome://serviceworker-internals and chrome:... | horo@chromium.org | 2014-05-29 | 1 | -0/+3 |
* | Save running SW instance info, including its SiteInstance, into the ProcessMa... | jyasskin@chromium.org | 2014-05-23 | 1 | -0/+1 |
* | Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte... | horo@chromium.org | 2014-05-17 | 1 | -10/+27 |
* | Add WorkerScriptLoaded message to support attaching DevTools while starting S... | horo@chromium.org | 2014-05-06 | 1 | -1/+9 |
* | Introduce worker_devtools_agent_route_id for EmbeddedWorker. | horo@chromium.org | 2014-04-30 | 1 | -1/+7 |
* | Teach EmbeddedWorkerInstance to create a process when it needs one. | jyasskin@chromium.org | 2014-04-29 | 1 | -8/+19 |
* | Migrate all ServiceWorkerVersion messaging on top of OnMessageReceived | kinuko@chromium.org | 2014-04-24 | 1 | -8/+1 |
* | ServiceWorker should be able to send messages to browser (not only for reply) | kinuko@chromium.org | 2014-04-23 | 1 | -10/+18 |
* | Show console messages from ServiceWorker on serviceworker-internals | horo@chromium.org | 2014-04-22 | 1 | -0/+12 |
* | Show error reports from ServiceWorker on serviceworker-internals. | horo@chromium.org | 2014-04-16 | 1 | -0/+11 |
* | Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium] | jsbell@chromium.org | 2014-04-15 | 1 | -0/+1 |
* | In-waiting ServiceWorkerVersion should also get process refs for in-scope docs | kinuko@chromium.org | 2014-04-15 | 1 | -0/+1 |
* | Implement ServiceWorkerVersion::SendMessage() | kinuko@chromium.org | 2014-02-05 | 1 | -3/+8 |
* | Refine error code returned by ServiceWorkerVersion::StartWorker (e.g. PROCESS... | kinuko@chromium.org | 2014-01-30 | 1 | -7/+5 |
* | Adding slightly clearer separation between SW and EmbeddedWorker (still incom... | kinuko@chromium.org | 2014-01-22 | 1 | -2/+11 |
* | Add basic browser test for EmbeddedWorker/ServiceWorker | kinuko@chromium.org | 2014-01-15 | 1 | -0/+12 |
* | Add IPC stubs between browser and ServiceWorker's worker context in the child... | kinuko@chromium.org | 2014-01-06 | 1 | -0/+6 |
* | EmbeddedWorker, browser side code | kinuko@chromium.org | 2013-12-11 | 1 | -0/+102 |