summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/embedded_worker_instance.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some interleaving issues in EmbeddedWorkerInstance.falken2015-08-121-3/+4
* Add a mojo ServiceRegistry to embedded workers.mek2015-07-161-0/+7
* Service Worker: Remove CompareScriptResources and related codefalken2015-07-081-6/+0
* Service Worker: Add UMA for stalled in STOPPINGfalken2015-06-301-0/+8
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* ServiceWorker: distinguish process allocation time for new one & existing one...ksakamoto2015-05-271-1/+4
* Implement ServiceWorkerRegistration related DevTools events [2/2 chromium]horo2015-03-111-0/+2
* Service Worker: Add metrics and timeout for starting a Service Worker.falken2015-03-051-0/+22
* Stop Service Workers that execute JavaScript for too long.falken2015-02-241-7/+9
* [ServiceWorker] Add UMA to measure the start time of EmbeddedWorkerInstancehoro2015-02-131-0/+10
* Change navigator.connect calls to create the message channel on the browser s...mek2015-02-121-0/+5
* Cleanup: Remove if (!CurrentlyOn()) PostTask() pattern in EmbeddedWorkerInstancekinuko2015-01-081-6/+3
* Keep alive ServiceWorkers when devtools is attachedkinuko2014-12-151-0/+10
* Don't drop messages/events send to a service worker that is stopping.mek2014-12-031-1/+1
* Make sure message ports that are transferred to a serviceworker end up in the...mek2014-11-201-0/+2
* ServiceWorker: Registering a malformed script should fail [2/3]nhiroki2014-11-061-0/+7
* ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProces...xiang.long2014-09-101-16/+0
* Allow the browser to Send messages to an embedded worker once the script as b...michaeln2014-08-261-5/+4
* DevTools: Add plumbing for workerReadyForInspection event from renderer to br...vsevik@chromium.org2014-08-201-0/+4
* Chromium: Adds a mechanism to pause the serviceworker startup sequence after ...michaeln@chromium.org2014-06-231-3/+9
* Show the unregistered workers in chrome://serviceworker-internals and chrome:...horo@chromium.org2014-05-291-0/+3
* Save running SW instance info, including its SiteInstance, into the ProcessMa...jyasskin@chromium.org2014-05-231-0/+1
* Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte...horo@chromium.org2014-05-171-10/+27
* Add WorkerScriptLoaded message to support attaching DevTools while starting S...horo@chromium.org2014-05-061-1/+9
* Introduce worker_devtools_agent_route_id for EmbeddedWorker.horo@chromium.org2014-04-301-1/+7
* Teach EmbeddedWorkerInstance to create a process when it needs one.jyasskin@chromium.org2014-04-291-8/+19
* Migrate all ServiceWorkerVersion messaging on top of OnMessageReceivedkinuko@chromium.org2014-04-241-8/+1
* ServiceWorker should be able to send messages to browser (not only for reply)kinuko@chromium.org2014-04-231-10/+18
* Show console messages from ServiceWorker on serviceworker-internalshoro@chromium.org2014-04-221-0/+12
* Show error reports from ServiceWorker on serviceworker-internals.horo@chromium.org2014-04-161-0/+11
* Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium]jsbell@chromium.org2014-04-151-0/+1
* In-waiting ServiceWorkerVersion should also get process refs for in-scope docskinuko@chromium.org2014-04-151-0/+1
* Implement ServiceWorkerVersion::SendMessage()kinuko@chromium.org2014-02-051-3/+8
* Refine error code returned by ServiceWorkerVersion::StartWorker (e.g. PROCESS...kinuko@chromium.org2014-01-301-7/+5
* Adding slightly clearer separation between SW and EmbeddedWorker (still incom...kinuko@chromium.org2014-01-221-2/+11
* Add basic browser test for EmbeddedWorker/ServiceWorkerkinuko@chromium.org2014-01-151-0/+12
* Add IPC stubs between browser and ServiceWorker's worker context in the child...kinuko@chromium.org2014-01-061-0/+6
* EmbeddedWorker, browser side codekinuko@chromium.org2013-12-111-0/+102