summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker
Commit message (Expand)AuthorAgeFilesLines
* [2/3 chromium] Support redirect option of Request and "opaqueredirect" respon...horo2015-08-1612-56/+46
* Service Worker: Factor out NewTabPage from page load count metricsfalken2015-08-142-10/+26
* Fix some interleaving issues in EmbeddedWorkerInstance.falken2015-08-125-17/+81
* Add test that service workers stay alive after handling a push event.falken2015-08-122-0/+19
* Defer ServiceWorker update checks until after browser startup is complete.michaeln2015-08-112-0/+9
* Set skip_service_worker in ServiceWorkerControlleeRequestHandler only for sub...horo2015-08-102-5/+13
* Move Service Worker %2f validation logic from browser into Blink (3)jeremyarcher2015-08-102-4/+33
* Reland of Skip the Service Worker CORS fallback for same origin requests. [2/...horo2015-08-101-6/+9
* Update SplitString calls to new formbrettw2015-08-082-4/+6
* Don't send the redirected request once the request was fallbacked to the netw...horo2015-08-072-3/+7
* Move Service Worker %2f path validation logic from browser into Blink (1)jeremyarcher2015-08-0720-608/+17
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-072-6/+4
* Service Worker: Add UMA for stopping workers.falken2015-08-071-0/+3
* Update SplitString calls to new formbrettw2015-08-072-4/+6
* Plumb notification action index for desktop SW notificationclickjohnme2015-08-062-4/+8
* Service Worker: Add missing ServiceWorkerDispatcherHost::SendUpdateError.jungkee.song2015-08-062-1/+20
* Fix bug in EmbeddedWorkerRegistry::RemoveWorkerfalken2015-08-053-3/+66
* Service Worker: Make ServiceWorkerRegistration.update() return a promise. (Ch...jungkee.song2015-08-036-17/+155
* Add UMA for the mode of request that was fallbacked to the network by the Ser...horo2015-08-033-0/+10
* Revert of Skip the Service Worker CORS fallback for same origin requests. [2/...johnme2015-08-031-9/+6
* Skip the Service Worker CORS fallback for same origin requests. [2/2 chromium]horo2015-08-031-6/+9
* [Extension ServiceWorkers] Allow service worker registrationannekao2015-07-293-15/+12
* ServiceWorker: Implement navigate() method in WindowClient (chromium side).jinho.bang2015-07-282-16/+151
* Update ServiceWorkerVersionBrowserTest.FetchEvent_respondWithRejectionhoro2015-07-271-5/+8
* [Background Sync] Restrict sync registration to service workers with window c...iclelland2015-07-232-11/+28
* Temporarily disable ServiceWorkerVersionBrowserTest.FetchEvent_respondWithRej...horo2015-07-231-1/+1
* Delete stashed message port implementation from content.mek2015-07-224-425/+0
* [Background Sync] Sent sync registration details to workericlelland2015-07-223-13/+18
* [Background Sync] Use Mojo IPC to fire background sync eventsiclelland2015-07-225-39/+33
* ServiceWorker: Record result of purging stale resourcesnhiroki2015-07-213-0/+10
* Update navigator.services API to use the new services.onconnect event [2/3].mek2015-07-172-43/+82
* Check the existence of ServiceWorkerVersionInfo in ServiceWorkerContextWatche...horo2015-07-171-1/+2
* ServiceWorker: Clean up pointer handling in ServiceWorkerStoragenhiroki2015-07-172-41/+36
* ServiceWorker: ServiceWorkerStorage should always have a valid contextnhiroki2015-07-173-25/+27
* Remove legacy StartsWithASCII function.brettw2015-07-162-3/+5
* Add a mojo ServiceRegistry to embedded workers.mek2015-07-162-0/+43
* ServiceWorker: Add nullptr check in ServiceWorkerStorage::DidStoreRegistrationnhiroki2015-07-151-2/+4
* Update ServiceWorker event duration UMAs to include end-to-end time; add onfe...jeremyarcher2015-07-154-104/+167
* ServiceWorker: Make UMAs in ServiceWorkerDiskCacheMigrator more detailednhiroki2015-07-135-86/+148
* Add net logging for ServiceWorkerURLRequestJob.falken2015-07-101-15/+64
* Service Worker: Remove CompareScriptResources and related codefalken2015-07-0819-485/+89
* Add UMA for ServiceWorkerResponse errorsfalken2015-07-086-36/+57
* Update ServiceWorker event handled status histogramkinuko2015-07-073-17/+72
* Remove sync button from chrome://serviceworker-internals pageiclelland2015-07-071-5/+0
* Remove the background sync flagchasej2015-07-032-36/+1
* ServiceWorker: Check liveness of ServiceWorkerDatabase before deleting an old...nhiroki2015-07-012-6/+17
* ServiceWorker: Avoid nullptr access on ServiceWorkerDiskCacheMigratorTestnhiroki2015-07-011-0/+2
* Fix background sync tests to rely on correct behaviourchasej2015-07-012-0/+17
* Service Worker: Add UMA for stalled in STOPPINGfalken2015-06-307-69/+175
* ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (2...xiang.long2015-06-303-6/+11