summaryrefslogtreecommitdiffstats
path: root/content/child/service_worker
Commit message (Expand)AuthorAgeFilesLines
* ServiceWorker: Clean up WebServiceWorkerProviderImplnhiroki2015-03-192-29/+12
* ServiceWorker: Add ServiceWorkerDispatcherTestnhiroki2015-03-193-2/+224
* Revert of ServiceWorker: Introduce SWMessageSender in order to mock IPC messa...nhiroki2015-03-1818-383/+105
* ServiceWorker: Merge FindSWRegistration into FindOrCreateRegistration for cle...nhiroki2015-03-172-35/+17
* ServiceWorker: Introduce SWMessageSender in order to mock IPC messagingnhiroki2015-03-1718-105/+383
* ServiceWorker: Send only a registration handle id instead of its entire objec...nhiroki2015-03-112-3/+4
* ServiceWorker: Make "ready" fetches registration from browser process(2/3).xiang.long2015-03-104-58/+61
* Step two of optionally sending messages to/from message ports as base::Value.mek2015-02-282-15/+12
* Service Worker: Remove the state change queuing mechanism.falken2015-02-232-31/+2
* Have ServiceWorker control shared workers (chromium-side) [2/3]kinuko2015-02-122-3/+8
* Gather the ServiceWorker client information in the browser process.mlamouri2015-02-042-30/+0
* workers: Introduce a WorkerThreadMessageFilter to ease routing/processing wor...Sadrul Habib Chowdhury2015-02-042-41/+31
* ServiceWorker: add ServiceWorkerClients.claim() support (2/3).xiang.long2015-02-041-1/+1
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-034-13/+12
* Revert of Gather the ServiceWorker client information in the browser process....horo2015-01-312-0/+30
* Gather the ServiceWorker client information in the browser process.mlamouri2015-01-302-30/+0
* ServiceWorker: Fix registration refcount handling in the renderernhiroki2015-01-282-3/+3
* ServiceWorker: Get registration info and its version attributes in one lock o...nhiroki2015-01-284-26/+25
* Mechanical rename of tracing includes for /content [3/3]primiano2015-01-281-1/+1
* ServiceWorker: Expose registration within ServiceWorkerGlobalScope [2/3]nhiroki2015-01-264-9/+71
* ServiceWorker: Remove unused scope() from ServiceWorker (Chromium)nhiroki2015-01-223-6/+0
* ServiceWorker: Consolidate version manipulation functions in SWProviderContextnhiroki2015-01-164-140/+73
* ServiceWorker: Rename ScriptClientMap to ProviderClientMapnhiroki2015-01-144-28/+32
* Service Worker: Improve some exception messages (Chromium).falken2015-01-141-6/+17
* [ServiceWorker] Use WebPageVisibilityState in ClientInfo.mlamouri2015-01-101-1/+1
* ServiceWorker: Clean up WorkerToProviderMap handlingnhiroki2015-01-063-67/+24
* ServiceWorker: Add support for .skipWaiting and controllerchange event(2/3)xiang.long2014-12-115-6/+12
* Implement ServiceWorkerClient attributes [2/3]ksakamoto2014-12-112-0/+31
* Make ServiceWorkerProviderHost aware of the render_frame_id if any.mlamouri2014-12-042-3/+3
* Add terminateServiceWorker method for layout tests.mek2014-11-212-0/+6
* ServiceWorker: Make a way to retrieve a service worker version id (Chromium)nhiroki2014-10-291-0/+1
* Chrome side of passing on the service worker registration with geofencing API...mek2014-10-243-0/+7
* Standardize usage of virtual/override/final in content/dcheng2014-10-213-7/+7
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-072-4/+4
* SW: Move TRACE_EVENT_ASYNC_END to avoid early return and fix typoshimazu2014-09-261-24/+24
* ServiceWorker: Implement navigator.serviceWorker.getRegistration [2/3]ksakamoto2014-09-134-19/+138
* ServiceWorker: Make '.ready' return a promise to be resolved with ServiceWork...nhiroki2014-09-106-43/+246
* ServiceWorkerRegistration::unregister returns false when the registration is ...shimazu2014-09-102-5/+5
* ServiceWorker: Insert TRACE_EVENT to watch a breakdown of the ServiceWorker's...shimazu2014-09-081-0/+56
* ServiceWorker: Remove navigator.serviceWorker.{installing,waiting,active} (Ch...nhiroki2014-09-051-15/+0
* ServiceWorker: Change the return value of ServiceWorkerRegistration::unregist...shimazu2014-09-031-4/+0
* ServiceWorker: Change the return value of ServiceWorkerRegistration::unregist...shimazu2014-09-034-18/+52
* ServiceWorker: Update the install sequence as per the latest specnhiroki2014-09-015-14/+39
* ServiceWorker: Queue tasks until the registration proxy becomes readynhiroki2014-08-292-8/+73
* ServiceWorker: Clean up WebServiceWorkerRegistrationImplnhiroki2014-08-283-25/+26
* Remove implicit conversions from scoped_refptr to T* in content/*/service_wor...dcheng2014-08-265-23/+28
* ServiceWorker: Introduce ServiceWorkerRegistrationObjectInfo for cleanupnhiroki@chromium.org2014-08-206-53/+34
* Update Service Worker OWNERS on chromium-sidefalken@chromium.org2014-08-191-0/+2
* ServiceWorker: Remove macros that were used to introduce SWRegistrationnhiroki@chromium.org2014-08-181-34/+11
* ServiceWorker: Implement WebServiceWorkerRegistrationImpl::proxy()nhiroki@chromium.org2014-08-142-0/+6