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
/
renderer
/
service_worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ServiceWorker] Plumbing the request mode from the renderer to the ServiceWor...
horo
2014-09-30
1
-0
/
+6
*
ServiceWorker: Add UMA to measure execution times of oninstall/onfetch
shimazu
2014-09-30
2
-2
/
+26
*
content::WebServiceWorkerCache implementation.
gavinp
2014-09-25
2
-36
/
+475
*
Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case ins...
jkarlin
2014-09-24
2
-3
/
+2
*
ServiceWorker: Insert TRACE_EVENT to watch a breakdown of the ServiceWorker's...
shimazu
2014-09-08
3
-0
/
+36
*
Allow the browser to Send messages to an embedded worker once the script as b...
michaeln
2014-08-26
1
-4
/
+4
*
Remove implicit conversions from scoped_refptr to T* in content/renderer/
dcheng
2014-08-26
2
-3
/
+3
*
ServiceWorker: CacheStorage.has() message routing fixes
jsbell@chromium.org
2014-08-22
1
-1
/
+1
*
Fix Has dispatch ServiceWorker CacheStorage API.
gavinp@chromium.org
2014-08-21
1
-11
/
+1
*
DevTools: Add plumbing for workerReadyForInspection event from renderer to br...
vsevik@chromium.org
2014-08-20
2
-0
/
+5
*
DevTools: Pass host_id param to the shared/service worker implementation when...
vsevik@chromium.org
2014-08-20
1
-2
/
+3
*
Sends the blob uuid of the request body to the ServiceWorker.
horo@chromium.org
2014-08-20
1
-0
/
+4
*
Update Service Worker OWNERS on chromium-side
falken@chromium.org
2014-08-19
1
-0
/
+1
*
Content blink::WebServiceWorkerCacheStorage implementation.
gavinp@chromium.org
2014-08-08
6
-10
/
+324
*
[ServiceWorker] Propagates ServiceWorker fetched response's URL and wasFetche...
horo@chromium.org
2014-07-22
1
-1
/
+2
*
Service Workers: Clean up cpplint.py warnings
jsbell@chromium.org
2014-07-18
2
-0
/
+5
*
[ServiceWorker] Fills the referrer of WebServiceWorkerRequest.
horo@chromium.org
2014-07-10
1
-0
/
+3
*
ServiceWorker: Clean up Service Worker codebase in renderer
nhiroki@chromium.org
2014-07-08
3
-9
/
+7
*
Chromium: Adds a mechanism to pause the serviceworker startup sequence after ...
michaeln@chromium.org
2014-06-23
4
-2
/
+31
*
Add isReload attribute to FetchEvent [chromium] (2/3)
horo@chromium.org
2014-06-22
1
-0
/
+1
*
DevTools: pass agent host id to the renderer (content).
pfeldman@chromium.org
2014-06-18
2
-4
/
+5
*
Push API: fire push event from chrome://serviceworker-internals/
mvanouwerkerk@chromium.org
2014-06-10
2
-0
/
+11
*
ServiceWorker: Read the blob from SW's response to a fetch event
falken@chromium.org
2014-06-04
1
-1
/
+1
*
Revert "ServiceWorker: Read the blob from SW's response to a fetch event"
dconnelly@chromium.org
2014-06-04
1
-1
/
+1
*
ServiceWorker: Read the blob from SW's response to a fetch event
falken@chromium.org
2014-06-04
1
-1
/
+1
*
ServiceWorker: support Request.{url,method,origin,headers} [chromium] (2/3)
horo@chromium.org
2014-06-03
1
-2
/
+13
*
Add a blob field to ServiceWorkerFetchResponse and read the blob
falken@chromium.org
2014-05-30
1
-1
/
+2
*
ServiceWorker: support Response.{status,statusText,headers} [chromium] (3/3)
kinuko@chromium.org
2014-05-29
1
-8
/
+0
*
ServiceWorker: support Response.{status,statusText,headers} [chromium] (1/3)
kinuko@chromium.org
2014-05-26
1
-0
/
+17
*
Update chromium-side ServiceWorker directory owners
kinuko@chromium.org
2014-05-24
1
-2
/
+5
*
Clear EmbeddedWorkerContextClient's thread-local ptr in willDestroyWorkerCont...
kinuko@chromium.org
2014-05-23
1
-3
/
+8
*
Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte...
horo@chromium.org
2014-05-17
1
-1
/
+3
*
ServiceWorker: All MessagePort related method must be called on the main thread
kinuko@chromium.org
2014-05-14
3
-12
/
+13
*
Cleanup: remove temporary ifdefs for multi-sided patch in EmbeddedWorkerConte...
kinuko@chromium.org
2014-05-12
1
-11
/
+0
*
Chromium-side plumbing for ServiceWorker -> Document postMessage (2/3)
kinuko@chromium.org
2014-05-09
4
-1
/
+51
*
Add WorkerScriptLoaded message to support attaching DevTools while starting S...
horo@chromium.org
2014-05-06
1
-0
/
+4
*
Implement WebServiceWorkerContextClient.workerContextDestroyed()
kinuko@chromium.org
2014-05-02
2
-0
/
+17
*
Introduce EmbeddedWorkerDevToolsAgent.
horo@chromium.org
2014-04-30
3
-8
/
+129
*
Introduce worker_devtools_agent_route_id for EmbeddedWorker.
horo@chromium.org
2014-04-30
4
-20
/
+35
*
Teach EmbeddedWorkerInstance to create a process when it needs one.
jyasskin@chromium.org
2014-04-29
1
-0
/
+1
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
1
-0
/
+4
*
Migrate all ServiceWorkerVersion messaging on top of OnMessageReceived
kinuko@chromium.org
2014-04-24
4
-44
/
+27
*
Add chromium-side plumbing for ServiceWorkerGlobalScope.clients
kinuko@chromium.org
2014-04-23
4
-11
/
+64
*
ServiceWorker should be able to send messages to browser (not only for reply)
kinuko@chromium.org
2014-04-23
4
-22
/
+37
*
Show console messages from ServiceWorker on serviceworker-internals
horo@chromium.org
2014-04-22
2
-0
/
+22
*
Implement WebServiceWorkerContextClient::willDestroyWorkerGlobalScope()
kinuko@chromium.org
2014-04-17
2
-2
/
+2
*
Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium]
jsbell@chromium.org
2014-04-15
4
-4
/
+16
*
SW: Propagate errors/exceptions from service worker to browser
nhiroki@chromium.org
2014-04-09
2
-0
/
+14
*
Remove irrelevant DCHECK that could hit (and it's ok)
kinuko@chromium.org
2014-04-03
1
-1
/
+2
*
Browser side of new ServiceWorker 'sync' event. The blink side is https://co...
jkarlin@chromium.org
2014-04-01
4
-0
/
+17
[next]