| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable ServiceWorkerBlackBoxBrowserTest.Registration on ChromeOS | ksakamoto | 2014-10-24 | 1 | -1/+7 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -24/+22 |
* | Speculatively re-enabling ServiceWorkerBrowserTest.Reload and ServiceWorkerBl... | ksakamoto | 2014-10-21 | 1 | -14/+2 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-17 | 1 | -1/+1 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -13/+13 |
* | Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins... | jkarlin | 2014-09-24 | 1 | -2/+2 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -2/+2 |
* | ServiceWorkerRegistration::unregister returns false when the registration is ... | shimazu | 2014-09-10 | 1 | -2/+2 |
* | ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProces... | xiang.long | 2014-09-10 | 1 | -12/+12 |
* | Remove storage-related redirect headers in webkit/common/, update #includes a... | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | ServiceWorker: Add prepare_callback in DispatchFetchEvent to notify the end o... | shimazu | 2014-08-27 | 1 | -1/+15 |
* | Decouple script URL from ServiceWorkerRegistration | falken | 2014-08-26 | 1 | -11/+3 |
* | Remove implicit conversions from scoped_refptr to T* in content/browser/servi... | dcheng | 2014-08-26 | 1 | -5/+6 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -10/+9 |
* | Re-enable ServiceWorkerBrowserTest.Reload except for Android | horo@chromium.org | 2014-08-14 | 1 | -2/+7 |
* | ServiceWorker: Resubmit worker script MIME type fix. | xiang.long@intel.com | 2014-08-13 | 1 | -0/+1 |
* | Disable ServiceWorkerBrowserTest.Reload which sometimes crashes | pkotwicz@chromium.org | 2014-08-12 | 1 | -1/+2 |
* | A browsertest for for blink r179868. | michaeln@chromium.org | 2014-08-12 | 1 | -0/+105 |
* | Add base:: qualification to some COmmandLine references in content. | brettw@chromium.org | 2014-08-11 | 1 | -2/+2 |
* | Fix flakiness of ServiceWorkerBrowserTest.Reload by using TitleWatcher. | horo@chromium.org | 2014-08-08 | 1 | -7/+14 |
* | ServiceWorker: Remove wildcard from scope matching (Chromium) | nhiroki@chromium.org | 2014-08-05 | 1 | -7/+7 |
* | Disable all the tests that are flaking more than 5% on ChromeOS builders. | jam@chromium.org | 2014-07-23 | 1 | -2/+2 |
* | Disable flaky test (primarily flakes on Android, but other OSs too) | petewil@chromium.org | 2014-07-15 | 1 | -1/+1 |
* | Enables temporary disabled tests in service_worker_browsertest.cc | horo@chromium.org | 2014-07-11 | 1 | -3/+2 |
* | Temporary disables 2 tests in service_worker_browsertest.cc. | horo@chromium.org | 2014-07-10 | 1 | -4/+5 |
* | [ServiceWorker] Fills the referrer of WebServiceWorkerRequest. | horo@chromium.org | 2014-07-10 | 1 | -0/+1 |
* | ServiceWorker: SWRegisterJob should manage status of SWVersion | nhiroki@chromium.org | 2014-07-08 | 1 | -3/+3 |
* | ServiceWorker: rename worker state: "active"->"activated", "deactivated"->"re... | xiang.long@intel.com | 2014-07-07 | 1 | -4/+4 |
* | Add and test the 'Service-Worker: script' header to script downloads. | jkarlin@chromium.org | 2014-06-29 | 1 | -0/+25 |
* | Renable a serviceworker browser test to StartPaused_ThenStop. | michaeln@chromium.org | 2014-06-27 | 1 | -2/+1 |
* | Add browser test for FetchEvent.isReload. | horo@chromium.org | 2014-06-25 | 1 | -22/+77 |
* | Chromium: Adds a mechanism to pause the serviceworker startup sequence after ... | michaeln@chromium.org | 2014-06-23 | 1 | -1/+39 |
* | Add isReload attribute to FetchEvent [chromium] (2/3) | horo@chromium.org | 2014-06-22 | 1 | -1/+2 |
* | Remove --enable-service-worker flag | jsbell@chromium.org | 2014-06-20 | 1 | -1/+2 |
* | Disable ServiceWorkerBlackBoxBrowserTest.Registration on Android. | derat@chromium.org | 2014-06-20 | 1 | -1/+7 |
* | Fix a browser tests to immediately grab a reference to the a response blob in... | michaeln@chromium.org | 2014-06-07 | 1 | -21/+37 |
* | ServiceWorker: Read the blob from SW's response to a fetch event | falken@chromium.org | 2014-06-04 | 1 | -15/+21 |
* | Revert "ServiceWorker: Read the blob from SW's response to a fetch event" | dconnelly@chromium.org | 2014-06-04 | 1 | -22/+15 |
* | ServiceWorker: Read the blob from SW's response to a fetch event | falken@chromium.org | 2014-06-04 | 1 | -15/+22 |
* | ServiceWorker: support Response.{status,statusText,headers} [chromium] (3/3) | kinuko@chromium.org | 2014-05-29 | 1 | -8/+2 |
* | ServiceWorker: support Response.{status,statusText,headers} [chromium] (1/3) | kinuko@chromium.org | 2014-05-26 | 1 | -5/+12 |
* | Save running SW instance info, including its SiteInstance, into the ProcessMa... | jyasskin@chromium.org | 2014-05-23 | 1 | -4/+31 |
* | Revert 272142 "Save running SW instance info, including its Site..." | vasilii@chromium.org | 2014-05-22 | 1 | -31/+4 |
* | Save running SW instance info, including its SiteInstance, into the ProcessMa... | jyasskin@chromium.org | 2014-05-22 | 1 | -4/+31 |
* | Remove the unused source_process_id and provider_host arguments to SW unregis... | jyasskin@chromium.org | 2014-04-30 | 1 | -2/+0 |
* | Teach EmbeddedWorkerInstance to create a process when it needs one. | jyasskin@chromium.org | 2014-04-29 | 1 | -5/+11 |
* | Migrate all ServiceWorkerVersion messaging on top of OnMessageReceived | kinuko@chromium.org | 2014-04-24 | 1 | -4/+0 |
* | Service Worker unregistration should not fail if not found | jsbell@chromium.org | 2014-04-23 | 1 | -2/+2 |
* | ServiceWorker should be able to send messages to browser (not only for reply) | kinuko@chromium.org | 2014-04-23 | 1 | -7/+10 |
* | Show console messages from ServiceWorker on serviceworker-internals | horo@chromium.org | 2014-04-22 | 1 | -0/+5 |