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
/
embedded_worker_instance.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Service Worker: Add UMA for stopping workers.
falken
2015-08-07
1
-0
/
+3
*
Add a mojo ServiceRegistry to embedded workers.
mek
2015-07-16
1
-0
/
+36
*
Service Worker: Remove CompareScriptResources and related code
falken
2015-07-08
1
-20
/
+3
*
Service Worker: Add UMA for stalled in STOPPING
falken
2015-06-30
1
-7
/
+17
*
ServiceWorker: distinguish process allocation time for new one & existing one...
ksakamoto
2015-05-27
1
-14
/
+20
*
Always fire OnRunningStateChanged(STOPPING) before running ServiceWorker goes...
kinuko
2015-05-22
1
-6
/
+6
*
Service Worker: Use more specific errors when StartWorker fails
falken
2015-04-15
1
-2
/
+5
*
favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*
mostynb
2015-03-16
1
-4
/
+4
*
Implement ServiceWorkerRegistration related DevTools events [2/2 chromium]
horo
2015-03-11
1
-1
/
+6
*
base: Stop passing a non-const ref to ObserverListBase::Iterator.
danakj
2015-03-09
1
-1
/
+1
*
Service Worker: Add metrics and timeout for starting a Service Worker.
falken
2015-03-05
1
-0
/
+48
*
Stop Service Workers that execute JavaScript for too long.
falken
2015-02-24
1
-0
/
+1
*
Pipe v8CacheOptions for ServiceWorker from the browser process to blink [2/2 ...
horo
2015-02-17
1
-0
/
+2
*
[ServiceWorker] Add UMA to measure the start time of EmbeddedWorkerInstance
horo
2015-02-13
1
-0
/
+37
*
Mechanical rename of tracing includes for /content [1/3]
ssid
2015-01-28
1
-1
/
+1
*
Don't stop a Service Worker while it has in-flight requests.
falken
2015-01-08
1
-1
/
+1
*
Cleanup: Remove if (!CurrentlyOn()) PostTask() pattern in EmbeddedWorkerInstance
kinuko
2015-01-08
1
-67
/
+83
*
Split EmbeddedWorkerDevToolsManager into two for Shared- and ServiceWorker
kinuko
2014-12-22
1
-6
/
+6
*
Keep alive ServiceWorkers when devtools is attached
kinuko
2014-12-15
1
-0
/
+27
*
Don't drop messages/events send to a service worker that is stopping.
mek
2014-12-03
1
-1
/
+2
*
Make sure message ports that are transferred to a serviceworker end up in the...
mek
2014-11-20
1
-0
/
+5
*
ServiceWorker: Registering a malformed script should fail [2/3]
nhiroki
2014-11-06
1
-1
/
+16
*
DevTools: Clean-up service/shared workers code after switching to main thread...
vsevik
2014-10-21
1
-15
/
+0
*
SW: Move TRACE_EVENT_ASYNC_END to avoid early return and fix typo
shimazu
2014-09-26
1
-4
/
+4
*
ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProces...
xiang.long
2014-09-10
1
-41
/
+1
*
ServiceWorker: Insert TRACE_EVENT to watch a breakdown of the ServiceWorker's...
shimazu
2014-09-08
1
-0
/
+10
*
Allow the browser to Send messages to an embedded worker once the script as b...
michaeln
2014-08-26
1
-5
/
+8
*
DevTools: Add plumbing for workerReadyForInspection event from renderer to br...
vsevik@chromium.org
2014-08-20
1
-0
/
+20
*
DevTools: DevToolsAgentHost::Close/GetURL for service workers
vkuzkokov@chromium.org
2014-08-18
1
-2
/
+12
*
Service Workers: Clean up cpplint.py warnings
jsbell@chromium.org
2014-07-18
1
-0
/
+3
*
Chromium: Adds a mechanism to pause the serviceworker startup sequence after ...
michaeln@chromium.org
2014-06-23
1
-7
/
+24
*
Save running SW instance info, including its SiteInstance, into the ProcessMa...
jyasskin@chromium.org
2014-05-23
1
-3
/
+8
*
Revert 272142 "Save running SW instance info, including its Site..."
vasilii@chromium.org
2014-05-22
1
-8
/
+3
*
Save running SW instance info, including its SiteInstance, into the ProcessMa...
jyasskin@chromium.org
2014-05-22
1
-3
/
+8
*
Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte...
horo@chromium.org
2014-05-17
1
-20
/
+151
*
Retry: Stop ServiceWorker context when no controllee is associated
kinuko@chromium.org
2014-05-16
1
-0
/
+2
*
Revert of Stop ServiceWorker context when no controllee is associated (and wh...
akuegel@chromium.org
2014-05-16
1
-2
/
+0
*
Stop ServiceWorker context when no controllee is associated (and when all ref...
kinuko@chromium.org
2014-05-16
1
-0
/
+2
*
Add WorkerScriptLoaded message to support attaching DevTools while starting S...
horo@chromium.org
2014-05-06
1
-0
/
+7
*
Introduce worker_devtools_agent_route_id for EmbeddedWorker.
horo@chromium.org
2014-04-30
1
-6
/
+11
*
Teach EmbeddedWorkerInstance to create a process when it needs one.
jyasskin@chromium.org
2014-04-29
1
-31
/
+51
*
Migrate all ServiceWorkerVersion messaging on top of OnMessageReceived
kinuko@chromium.org
2014-04-24
1
-13
/
+1
*
ServiceWorker should be able to send messages to browser (not only for reply)
kinuko@chromium.org
2014-04-23
1
-15
/
+28
*
Show console messages from ServiceWorker on serviceworker-internals
horo@chromium.org
2014-04-22
1
-0
/
+13
*
Show error reports from ServiceWorker on serviceworker-internals.
horo@chromium.org
2014-04-16
1
-0
/
+11
*
Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium]
jsbell@chromium.org
2014-04-15
1
-5
/
+7
*
Implement ServiceWorkerVersion::SendMessage()
kinuko@chromium.org
2014-02-05
1
-3
/
+7
*
Refine error code returned by ServiceWorkerVersion::StartWorker (e.g. PROCESS...
kinuko@chromium.org
2014-01-30
1
-10
/
+12
*
Adding slightly clearer separation between SW and EmbeddedWorker (still incom...
kinuko@chromium.org
2014-01-22
1
-6
/
+8
*
Add basic browser test for EmbeddedWorker/ServiceWorker
kinuko@chromium.org
2014-01-15
1
-0
/
+10
[next]