summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: EmbeddedWorkerInstance::Start takes a struct of paramsfalken2016-03-254-69/+92
* service worker: Revert the self-disabling mechanismfalken2016-03-247-96/+26
* Reenable ServiceWorkerVersionBrowserTest.TimeoutStartingWorkerfalken2016-03-241-4/+1
* Add mojom module suffix in .mojom files in content.leon.han2016-03-222-7/+9
* ServiceWorker: Release a reference when it fails to dispatch ExtendableMessag...nhiroki2016-03-228-77/+288
* Separate out foreign fetch from regular fetch in UMA stats.mek2016-03-225-34/+67
* Add RetainedRef uses where needed.vmpstr2016-03-217-36/+24
* service worker: Add trace events for StartWorker and StopWorker.falken2016-03-182-33/+96
* service worker: Attribute purpose to start worker attempts for UMAfalken2016-03-1620-97/+225
* ServiceWorker: Move ExtendableMessageEvent dispatching out of ServiceWorkerVe...nhiroki2016-03-154-125/+121
* service worker: Fix valgrind errors on unit_testsfalken2016-03-141-1/+6
* ServiceWorker: Remove unnecessary indirections for cleanupnhiroki2016-03-112-103/+41
* ServiceWorker: Refine TRACE_EVENTs in ServiceWorkerDispatcherHostnhiroki2016-03-111-47/+33
* ServiceWorker: Implement 'source' and 'origin' attributes of ExtendableMessag...nhiroki2016-03-114-9/+101
* service worker: Observe when resource context is shutting downfalken2016-03-102-9/+37
* Adds EmbeddedWorkerSettings to EmbeddedWorkerMsg_StartWorker_Params.bengr2016-03-105-10/+179
* Add support for Link rel=serviceworker in HTTP headers.mek2016-03-094-19/+761
* service worker: (refactoring) Make start sequence states more explicitfalken2016-03-081-18/+24
* Document confusing threading requirements in ServiceWorkerContext(Wrapper).mek2016-03-042-8/+16
* Reland "Initial round of cleanups now all events go through StartRequestdimich2016-03-032-131/+50
* Revert of Initial round of cleanups now all events go through StartRequest. (...Dmitry Titov2016-03-032-50/+131
* Initial round of cleanups now all events go through StartRequest.mek2016-03-012-131/+50
* Reland of Pipe response_time from FetchManager to CacheStorage and ServiceWor...horo2016-03-014-11/+39
* Reset fetch_dispatcher_ in ServiceWorkerVersionBrowserTest on IO thread.horo2016-03-011-37/+36
* ServiceWorker: Move validity checks from GetClient() to its callsitenhiroki2016-02-293-33/+22
* Change Mojo URLs to structured names.ben2016-02-271-1/+1
* Revert of Pipe response_time from FetchManager to CacheStorage and ServiceWor...aelias2016-02-274-39/+11
* Pipe response_time from FetchManager to CacheStorage and ServiceWorkerURLRequ...horo2016-02-264-11/+39
* ServiceWorker: Move code for WindowClient.focus() into service_worker_client_...nhiroki2016-02-255-119/+112
* ServiceWorker: Store scoped_ptrs in a container instead of raw ptrs w/ ownershipnhiroki2016-02-241-18/+16
* content: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2410-0/+24
* Relax timeout for starting a service worker from 10 sec to 1 minute.falken2016-02-241-15/+3
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Change the logic to find the best matching Service Worker to debughoro2016-02-231-7/+6
* Service Worker: Add Clients.get(id)jungkee.song2016-02-236-62/+120
* Provide a way to distinguish URLRequests originating from Service Workers.timvolodine2016-02-194-0/+34
* Reland: service worker: use 200 OK for update requests even in the no update ...falken2016-02-1916-57/+202
* Revert of service worker: use 200 OK for update requests even in the no updat...thakis2016-02-1816-202/+57
* ServiceWorker: Stop asynchronously creating response accessors to fix crash d...nhiroki2016-02-184-47/+50
* Add origins argument to registerForeignFetchScopes.mek2016-02-1710-21/+105
* service worker: use 200 OK for update requests even in the no update casefalken2016-02-1716-57/+202
* ServiceWorker: Make ServiceWorkerStorage more self-defensivenhiroki2016-02-1612-137/+250
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-113-13/+14
* Rename ServiceProvider to InterfaceProvider.ben2016-02-103-15/+16
* ServiceWorker: Fix the inspect button on chrome://serviceworker-internalsnhiroki2016-02-091-3/+5
* Implement notificationclose eventnsatragno2016-02-052-0/+7
* ServiceWorker: Fix a crash on chrome://serviceworker-internals on Windowsnhiroki2016-02-051-1/+6
* Fix crash when a service worker times out with outstanding requests.mek2016-02-053-4/+13
* Move fetch event dispatching out of ServiceWorkerVersion.mek2016-02-0310-264/+120
* ServiceWorker: Add initial implementation of ExtendableMessageEvent behind a ...nhiroki2016-02-035-1/+81