index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
service_worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: EmbeddedWorkerInstance::Start takes a struct of params
falken
2016-03-25
4
-69
/
+92
*
service worker: Revert the self-disabling mechanism
falken
2016-03-24
7
-96
/
+26
*
Reenable ServiceWorkerVersionBrowserTest.TimeoutStartingWorker
falken
2016-03-24
1
-4
/
+1
*
Add mojom module suffix in .mojom files in content.
leon.han
2016-03-22
2
-7
/
+9
*
ServiceWorker: Release a reference when it fails to dispatch ExtendableMessag...
nhiroki
2016-03-22
8
-77
/
+288
*
Separate out foreign fetch from regular fetch in UMA stats.
mek
2016-03-22
5
-34
/
+67
*
Add RetainedRef uses where needed.
vmpstr
2016-03-21
7
-36
/
+24
*
service worker: Add trace events for StartWorker and StopWorker.
falken
2016-03-18
2
-33
/
+96
*
service worker: Attribute purpose to start worker attempts for UMA
falken
2016-03-16
20
-97
/
+225
*
ServiceWorker: Move ExtendableMessageEvent dispatching out of ServiceWorkerVe...
nhiroki
2016-03-15
4
-125
/
+121
*
service worker: Fix valgrind errors on unit_tests
falken
2016-03-14
1
-1
/
+6
*
ServiceWorker: Remove unnecessary indirections for cleanup
nhiroki
2016-03-11
2
-103
/
+41
*
ServiceWorker: Refine TRACE_EVENTs in ServiceWorkerDispatcherHost
nhiroki
2016-03-11
1
-47
/
+33
*
ServiceWorker: Implement 'source' and 'origin' attributes of ExtendableMessag...
nhiroki
2016-03-11
4
-9
/
+101
*
service worker: Observe when resource context is shutting down
falken
2016-03-10
2
-9
/
+37
*
Adds EmbeddedWorkerSettings to EmbeddedWorkerMsg_StartWorker_Params.
bengr
2016-03-10
5
-10
/
+179
*
Add support for Link rel=serviceworker in HTTP headers.
mek
2016-03-09
4
-19
/
+761
*
service worker: (refactoring) Make start sequence states more explicit
falken
2016-03-08
1
-18
/
+24
*
Document confusing threading requirements in ServiceWorkerContext(Wrapper).
mek
2016-03-04
2
-8
/
+16
*
Reland "Initial round of cleanups now all events go through StartRequest
dimich
2016-03-03
2
-131
/
+50
*
Revert of Initial round of cleanups now all events go through StartRequest. (...
Dmitry Titov
2016-03-03
2
-50
/
+131
*
Initial round of cleanups now all events go through StartRequest.
mek
2016-03-01
2
-131
/
+50
*
Reland of Pipe response_time from FetchManager to CacheStorage and ServiceWor...
horo
2016-03-01
4
-11
/
+39
*
Reset fetch_dispatcher_ in ServiceWorkerVersionBrowserTest on IO thread.
horo
2016-03-01
1
-37
/
+36
*
ServiceWorker: Move validity checks from GetClient() to its callsite
nhiroki
2016-02-29
3
-33
/
+22
*
Change Mojo URLs to structured names.
ben
2016-02-27
1
-1
/
+1
*
Revert of Pipe response_time from FetchManager to CacheStorage and ServiceWor...
aelias
2016-02-27
4
-39
/
+11
*
Pipe response_time from FetchManager to CacheStorage and ServiceWorkerURLRequ...
horo
2016-02-26
4
-11
/
+39
*
ServiceWorker: Move code for WindowClient.focus() into service_worker_client_...
nhiroki
2016-02-25
5
-119
/
+112
*
ServiceWorker: Store scoped_ptrs in a container instead of raw ptrs w/ ownership
nhiroki
2016-02-24
1
-18
/
+16
*
content: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-24
10
-0
/
+24
*
Relax timeout for starting a service worker from 10 sec to 1 minute.
falken
2016-02-24
1
-15
/
+3
*
net: move IsLocalhost() function into url_util.h
tfarina
2016-02-23
1
-1
/
+0
*
Change the logic to find the best matching Service Worker to debug
horo
2016-02-23
1
-7
/
+6
*
Service Worker: Add Clients.get(id)
jungkee.song
2016-02-23
6
-62
/
+120
*
Provide a way to distinguish URLRequests originating from Service Workers.
timvolodine
2016-02-19
4
-0
/
+34
*
Reland: service worker: use 200 OK for update requests even in the no update ...
falken
2016-02-19
16
-57
/
+202
*
Revert of service worker: use 200 OK for update requests even in the no updat...
thakis
2016-02-18
16
-202
/
+57
*
ServiceWorker: Stop asynchronously creating response accessors to fix crash d...
nhiroki
2016-02-18
4
-47
/
+50
*
Add origins argument to registerForeignFetchScopes.
mek
2016-02-17
10
-21
/
+105
*
service worker: use 200 OK for update requests even in the no update case
falken
2016-02-17
16
-57
/
+202
*
ServiceWorker: Make ServiceWorkerStorage more self-defensive
nhiroki
2016-02-16
12
-137
/
+250
*
Move InterfaceProvider into the shell::mojom namespace like the rest of the s...
ben
2016-02-11
3
-13
/
+14
*
Rename ServiceProvider to InterfaceProvider.
ben
2016-02-10
3
-15
/
+16
*
ServiceWorker: Fix the inspect button on chrome://serviceworker-internals
nhiroki
2016-02-09
1
-3
/
+5
*
Implement notificationclose event
nsatragno
2016-02-05
2
-0
/
+7
*
ServiceWorker: Fix a crash on chrome://serviceworker-internals on Windows
nhiroki
2016-02-05
1
-1
/
+6
*
Fix crash when a service worker times out with outstanding requests.
mek
2016-02-05
3
-4
/
+13
*
Move fetch event dispatching out of ServiceWorkerVersion.
mek
2016-02-03
10
-264
/
+120
*
ServiceWorker: Add initial implementation of ExtendableMessageEvent behind a ...
nhiroki
2016-02-03
5
-1
/
+81
[next]