summaryrefslogtreecommitdiffstats
path: root/content/renderer/service_worker
Commit message (Expand)AuthorAgeFilesLines
* [ServiceWorker] Plumbing the request mode from the renderer to the ServiceWor...horo2014-09-301-0/+6
* ServiceWorker: Add UMA to measure execution times of oninstall/onfetchshimazu2014-09-302-2/+26
* content::WebServiceWorkerCache implementation.gavinp2014-09-252-36/+475
* Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins...jkarlin2014-09-242-3/+2
* ServiceWorker: Insert TRACE_EVENT to watch a breakdown of the ServiceWorker's...shimazu2014-09-083-0/+36
* Allow the browser to Send messages to an embedded worker once the script as b...michaeln2014-08-261-4/+4
* Remove implicit conversions from scoped_refptr to T* in content/renderer/dcheng2014-08-262-3/+3
* ServiceWorker: CacheStorage.has() message routing fixesjsbell@chromium.org2014-08-221-1/+1
* Fix Has dispatch ServiceWorker CacheStorage API.gavinp@chromium.org2014-08-211-11/+1
* DevTools: Add plumbing for workerReadyForInspection event from renderer to br...vsevik@chromium.org2014-08-202-0/+5
* DevTools: Pass host_id param to the shared/service worker implementation when...vsevik@chromium.org2014-08-201-2/+3
* Sends the blob uuid of the request body to the ServiceWorker.horo@chromium.org2014-08-201-0/+4
* Update Service Worker OWNERS on chromium-sidefalken@chromium.org2014-08-191-0/+1
* Content blink::WebServiceWorkerCacheStorage implementation.gavinp@chromium.org2014-08-086-10/+324
* [ServiceWorker] Propagates ServiceWorker fetched response's URL and wasFetche...horo@chromium.org2014-07-221-1/+2
* Service Workers: Clean up cpplint.py warningsjsbell@chromium.org2014-07-182-0/+5
* [ServiceWorker] Fills the referrer of WebServiceWorkerRequest.horo@chromium.org2014-07-101-0/+3
* ServiceWorker: Clean up Service Worker codebase in renderernhiroki@chromium.org2014-07-083-9/+7
* Chromium: Adds a mechanism to pause the serviceworker startup sequence after ...michaeln@chromium.org2014-06-234-2/+31
* Add isReload attribute to FetchEvent [chromium] (2/3)horo@chromium.org2014-06-221-0/+1
* DevTools: pass agent host id to the renderer (content).pfeldman@chromium.org2014-06-182-4/+5
* Push API: fire push event from chrome://serviceworker-internals/mvanouwerkerk@chromium.org2014-06-102-0/+11
* ServiceWorker: Read the blob from SW's response to a fetch eventfalken@chromium.org2014-06-041-1/+1
* Revert "ServiceWorker: Read the blob from SW's response to a fetch event"dconnelly@chromium.org2014-06-041-1/+1
* ServiceWorker: Read the blob from SW's response to a fetch eventfalken@chromium.org2014-06-041-1/+1
* ServiceWorker: support Request.{url,method,origin,headers} [chromium] (2/3)horo@chromium.org2014-06-031-2/+13
* Add a blob field to ServiceWorkerFetchResponse and read the blobfalken@chromium.org2014-05-301-1/+2
* ServiceWorker: support Response.{status,statusText,headers} [chromium] (3/3)kinuko@chromium.org2014-05-291-8/+0
* ServiceWorker: support Response.{status,statusText,headers} [chromium] (1/3)kinuko@chromium.org2014-05-261-0/+17
* Update chromium-side ServiceWorker directory ownerskinuko@chromium.org2014-05-241-2/+5
* Clear EmbeddedWorkerContextClient's thread-local ptr in willDestroyWorkerCont...kinuko@chromium.org2014-05-231-3/+8
* Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte...horo@chromium.org2014-05-171-1/+3
* ServiceWorker: All MessagePort related method must be called on the main threadkinuko@chromium.org2014-05-143-12/+13
* Cleanup: remove temporary ifdefs for multi-sided patch in EmbeddedWorkerConte...kinuko@chromium.org2014-05-121-11/+0
* Chromium-side plumbing for ServiceWorker -> Document postMessage (2/3)kinuko@chromium.org2014-05-094-1/+51
* Add WorkerScriptLoaded message to support attaching DevTools while starting S...horo@chromium.org2014-05-061-0/+4
* Implement WebServiceWorkerContextClient.workerContextDestroyed()kinuko@chromium.org2014-05-022-0/+17
* Introduce EmbeddedWorkerDevToolsAgent.horo@chromium.org2014-04-303-8/+129
* Introduce worker_devtools_agent_route_id for EmbeddedWorker.horo@chromium.org2014-04-304-20/+35
* Teach EmbeddedWorkerInstance to create a process when it needs one.jyasskin@chromium.org2014-04-291-0/+1
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-0/+4
* Migrate all ServiceWorkerVersion messaging on top of OnMessageReceivedkinuko@chromium.org2014-04-244-44/+27
* Add chromium-side plumbing for ServiceWorkerGlobalScope.clientskinuko@chromium.org2014-04-234-11/+64
* ServiceWorker should be able to send messages to browser (not only for reply)kinuko@chromium.org2014-04-234-22/+37
* Show console messages from ServiceWorker on serviceworker-internalshoro@chromium.org2014-04-222-0/+22
* Implement WebServiceWorkerContextClient::willDestroyWorkerGlobalScope()kinuko@chromium.org2014-04-172-2/+2
* Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium]jsbell@chromium.org2014-04-154-4/+16
* SW: Propagate errors/exceptions from service worker to browsernhiroki@chromium.org2014-04-092-0/+14
* Remove irrelevant DCHECK that could hit (and it's ok)kinuko@chromium.org2014-04-031-1/+2
* Browser side of new ServiceWorker 'sync' event. The blink side is https://co...jkarlin@chromium.org2014-04-014-0/+17