summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable ServiceWorkerBlackBoxBrowserTest.Registration on ChromeOSksakamoto2014-10-241-1/+7
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-24/+22
* Speculatively re-enabling ServiceWorkerBrowserTest.Reload and ServiceWorkerBl...ksakamoto2014-10-211-14/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-1/+1
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-13/+13
* Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins...jkarlin2014-09-241-2/+2
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-2/+2
* ServiceWorkerRegistration::unregister returns false when the registration is ...shimazu2014-09-101-2/+2
* ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProces...xiang.long2014-09-101-12/+12
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-1/+1
* ServiceWorker: Add prepare_callback in DispatchFetchEvent to notify the end o...shimazu2014-08-271-1/+15
* Decouple script URL from ServiceWorkerRegistrationfalken2014-08-261-11/+3
* Remove implicit conversions from scoped_refptr to T* in content/browser/servi...dcheng2014-08-261-5/+6
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-10/+9
* Re-enable ServiceWorkerBrowserTest.Reload except for Androidhoro@chromium.org2014-08-141-2/+7
* ServiceWorker: Resubmit worker script MIME type fix.xiang.long@intel.com2014-08-131-0/+1
* Disable ServiceWorkerBrowserTest.Reload which sometimes crashespkotwicz@chromium.org2014-08-121-1/+2
* A browsertest for for blink r179868.michaeln@chromium.org2014-08-121-0/+105
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-2/+2
* Fix flakiness of ServiceWorkerBrowserTest.Reload by using TitleWatcher.horo@chromium.org2014-08-081-7/+14
* ServiceWorker: Remove wildcard from scope matching (Chromium)nhiroki@chromium.org2014-08-051-7/+7
* Disable all the tests that are flaking more than 5% on ChromeOS builders.jam@chromium.org2014-07-231-2/+2
* Disable flaky test (primarily flakes on Android, but other OSs too)petewil@chromium.org2014-07-151-1/+1
* Enables temporary disabled tests in service_worker_browsertest.cchoro@chromium.org2014-07-111-3/+2
* Temporary disables 2 tests in service_worker_browsertest.cc.horo@chromium.org2014-07-101-4/+5
* [ServiceWorker] Fills the referrer of WebServiceWorkerRequest.horo@chromium.org2014-07-101-0/+1
* ServiceWorker: SWRegisterJob should manage status of SWVersionnhiroki@chromium.org2014-07-081-3/+3
* ServiceWorker: rename worker state: "active"->"activated", "deactivated"->"re...xiang.long@intel.com2014-07-071-4/+4
* Add and test the 'Service-Worker: script' header to script downloads.jkarlin@chromium.org2014-06-291-0/+25
* Renable a serviceworker browser test to StartPaused_ThenStop.michaeln@chromium.org2014-06-271-2/+1
* Add browser test for FetchEvent.isReload.horo@chromium.org2014-06-251-22/+77
* Chromium: Adds a mechanism to pause the serviceworker startup sequence after ...michaeln@chromium.org2014-06-231-1/+39
* Add isReload attribute to FetchEvent [chromium] (2/3)horo@chromium.org2014-06-221-1/+2
* Remove --enable-service-worker flagjsbell@chromium.org2014-06-201-1/+2
* Disable ServiceWorkerBlackBoxBrowserTest.Registration on Android.derat@chromium.org2014-06-201-1/+7
* Fix a browser tests to immediately grab a reference to the a response blob in...michaeln@chromium.org2014-06-071-21/+37
* ServiceWorker: Read the blob from SW's response to a fetch eventfalken@chromium.org2014-06-041-15/+21
* Revert "ServiceWorker: Read the blob from SW's response to a fetch event"dconnelly@chromium.org2014-06-041-22/+15
* ServiceWorker: Read the blob from SW's response to a fetch eventfalken@chromium.org2014-06-041-15/+22
* ServiceWorker: support Response.{status,statusText,headers} [chromium] (3/3)kinuko@chromium.org2014-05-291-8/+2
* ServiceWorker: support Response.{status,statusText,headers} [chromium] (1/3)kinuko@chromium.org2014-05-261-5/+12
* Save running SW instance info, including its SiteInstance, into the ProcessMa...jyasskin@chromium.org2014-05-231-4/+31
* Revert 272142 "Save running SW instance info, including its Site..."vasilii@chromium.org2014-05-221-31/+4
* Save running SW instance info, including its SiteInstance, into the ProcessMa...jyasskin@chromium.org2014-05-221-4/+31
* Remove the unused source_process_id and provider_host arguments to SW unregis...jyasskin@chromium.org2014-04-301-2/+0
* Teach EmbeddedWorkerInstance to create a process when it needs one.jyasskin@chromium.org2014-04-291-5/+11
* Migrate all ServiceWorkerVersion messaging on top of OnMessageReceivedkinuko@chromium.org2014-04-241-4/+0
* Service Worker unregistration should not fail if not foundjsbell@chromium.org2014-04-231-2/+2
* ServiceWorker should be able to send messages to browser (not only for reply)kinuko@chromium.org2014-04-231-7/+10
* Show console messages from ServiceWorker on serviceworker-internalshoro@chromium.org2014-04-221-0/+5