summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_handle.h
Commit message (Expand)AuthorAgeFilesLines
* Service Worker: Reuse ServiceWorkerHandle for the same Service Worker entity.falken2015-04-021-0/+2
* ServiceWorker: Remove a refptr to SWRegistration from SWHandlenhiroki2015-01-221-10/+4
* ServiceWorker: Send state change events via SWProviderHostnhiroki2015-01-221-5/+3
* ServiceWorker: Factor out constant document main thread IDnhiroki2014-12-181-7/+2
* ServiceWorker: Remove unused provider_id from ServiceWorkerHandlenhiroki2014-12-171-4/+0
* ServiceWorker: Remove unused functions from ServiceWorkerHandlenhiroki2014-12-171-13/+0
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-15/+15
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-5/+5
* Don't share ServiceWorkerHandle between provider hosts.falken@chromium.org2014-08-061-0/+4
* Ensure JavaScript equality when serviceWorker.register resolves to an existin...falken@chromium.org2014-07-251-1/+2
* Don't prematurely delete script resources when registration is deletedfalken@chromium.org2014-07-021-1/+1
* Populate .current right after navigator.serviceWorker is accessedkinuko@chromium.org2014-05-081-0/+5
* Show console messages from ServiceWorker on serviceworker-internalshoro@chromium.org2014-04-221-0/+6
* Show error reports from ServiceWorker on serviceworker-internals.horo@chromium.org2014-04-161-0/+7
* Chromium-side plumbing for ServiceWorker.statechange and .statekinuko@chromium.org2014-04-111-1/+8
* Introduce ServiceWorkerHandle for tracking WebServiceWorkerImpl referencekinuko@chromium.org2014-04-091-0/+67