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
*
[2/3 chromium] Support redirect option of Request and "opaqueredirect" respon...
horo
2015-08-16
12
-56
/
+46
*
Service Worker: Factor out NewTabPage from page load count metrics
falken
2015-08-14
2
-10
/
+26
*
Fix some interleaving issues in EmbeddedWorkerInstance.
falken
2015-08-12
5
-17
/
+81
*
Add test that service workers stay alive after handling a push event.
falken
2015-08-12
2
-0
/
+19
*
Defer ServiceWorker update checks until after browser startup is complete.
michaeln
2015-08-11
2
-0
/
+9
*
Set skip_service_worker in ServiceWorkerControlleeRequestHandler only for sub...
horo
2015-08-10
2
-5
/
+13
*
Move Service Worker %2f validation logic from browser into Blink (3)
jeremyarcher
2015-08-10
2
-4
/
+33
*
Reland of Skip the Service Worker CORS fallback for same origin requests. [2/...
horo
2015-08-10
1
-6
/
+9
*
Update SplitString calls to new form
brettw
2015-08-08
2
-4
/
+6
*
Don't send the redirected request once the request was fallbacked to the netw...
horo
2015-08-07
2
-3
/
+7
*
Move Service Worker %2f path validation logic from browser into Blink (1)
jeremyarcher
2015-08-07
20
-608
/
+17
*
Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...
pkasting
2015-08-07
2
-6
/
+4
*
Service Worker: Add UMA for stopping workers.
falken
2015-08-07
1
-0
/
+3
*
Update SplitString calls to new form
brettw
2015-08-07
2
-4
/
+6
*
Plumb notification action index for desktop SW notificationclick
johnme
2015-08-06
2
-4
/
+8
*
Service Worker: Add missing ServiceWorkerDispatcherHost::SendUpdateError.
jungkee.song
2015-08-06
2
-1
/
+20
*
Fix bug in EmbeddedWorkerRegistry::RemoveWorker
falken
2015-08-05
3
-3
/
+66
*
Service Worker: Make ServiceWorkerRegistration.update() return a promise. (Ch...
jungkee.song
2015-08-03
6
-17
/
+155
*
Add UMA for the mode of request that was fallbacked to the network by the Ser...
horo
2015-08-03
3
-0
/
+10
*
Revert of Skip the Service Worker CORS fallback for same origin requests. [2/...
johnme
2015-08-03
1
-9
/
+6
*
Skip the Service Worker CORS fallback for same origin requests. [2/2 chromium]
horo
2015-08-03
1
-6
/
+9
*
[Extension ServiceWorkers] Allow service worker registration
annekao
2015-07-29
3
-15
/
+12
*
ServiceWorker: Implement navigate() method in WindowClient (chromium side).
jinho.bang
2015-07-28
2
-16
/
+151
*
Update ServiceWorkerVersionBrowserTest.FetchEvent_respondWithRejection
horo
2015-07-27
1
-5
/
+8
*
[Background Sync] Restrict sync registration to service workers with window c...
iclelland
2015-07-23
2
-11
/
+28
*
Temporarily disable ServiceWorkerVersionBrowserTest.FetchEvent_respondWithRej...
horo
2015-07-23
1
-1
/
+1
*
Delete stashed message port implementation from content.
mek
2015-07-22
4
-425
/
+0
*
[Background Sync] Sent sync registration details to worker
iclelland
2015-07-22
3
-13
/
+18
*
[Background Sync] Use Mojo IPC to fire background sync events
iclelland
2015-07-22
5
-39
/
+33
*
ServiceWorker: Record result of purging stale resources
nhiroki
2015-07-21
3
-0
/
+10
*
Update navigator.services API to use the new services.onconnect event [2/3].
mek
2015-07-17
2
-43
/
+82
*
Check the existence of ServiceWorkerVersionInfo in ServiceWorkerContextWatche...
horo
2015-07-17
1
-1
/
+2
*
ServiceWorker: Clean up pointer handling in ServiceWorkerStorage
nhiroki
2015-07-17
2
-41
/
+36
*
ServiceWorker: ServiceWorkerStorage should always have a valid context
nhiroki
2015-07-17
3
-25
/
+27
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
2
-3
/
+5
*
Add a mojo ServiceRegistry to embedded workers.
mek
2015-07-16
2
-0
/
+43
*
ServiceWorker: Add nullptr check in ServiceWorkerStorage::DidStoreRegistration
nhiroki
2015-07-15
1
-2
/
+4
*
Update ServiceWorker event duration UMAs to include end-to-end time; add onfe...
jeremyarcher
2015-07-15
4
-104
/
+167
*
ServiceWorker: Make UMAs in ServiceWorkerDiskCacheMigrator more detailed
nhiroki
2015-07-13
5
-86
/
+148
*
Add net logging for ServiceWorkerURLRequestJob.
falken
2015-07-10
1
-15
/
+64
*
Service Worker: Remove CompareScriptResources and related code
falken
2015-07-08
19
-485
/
+89
*
Add UMA for ServiceWorkerResponse errors
falken
2015-07-08
6
-36
/
+57
*
Update ServiceWorker event handled status histogram
kinuko
2015-07-07
3
-17
/
+72
*
Remove sync button from chrome://serviceworker-internals page
iclelland
2015-07-07
1
-5
/
+0
*
Remove the background sync flag
chasej
2015-07-03
2
-36
/
+1
*
ServiceWorker: Check liveness of ServiceWorkerDatabase before deleting an old...
nhiroki
2015-07-01
2
-6
/
+17
*
ServiceWorker: Avoid nullptr access on ServiceWorkerDiskCacheMigratorTest
nhiroki
2015-07-01
1
-0
/
+2
*
Fix background sync tests to rely on correct behaviour
chasej
2015-07-01
2
-0
/
+17
*
Service Worker: Add UMA for stalled in STOPPING
falken
2015-06-30
7
-69
/
+175
*
ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (2...
xiang.long
2015-06-30
3
-6
/
+11
[next]