|
Hide WorkerProcessHost from chrome.
The code in chrome didn't need to know about all of WorkerProcessHost, which has many methods/getters especially counting WorkerInstance. Instead I added simple getters for the list of running workers, and the ability to terminate a worker.
BUG= 98716
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120078
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+275 lines, -256 lines) |
Patch |
 |
M |
chrome/browser/DEPS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
|
2 chunks |
+20 lines, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/debugger/devtools_sanity_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+23 lines, -43 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/desktop_notification_service.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/task_manager_worker_resource_provider.h
|
View
|
1
2
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/task_manager_worker_resource_provider.cc
|
View
|
1
2
|
12 chunks |
+43 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/workers_ui.cc
|
View
|
|
5 chunks |
+35 lines, -37 lines |
0 comments
|
Download
|
 |
M |
content/browser/debugger/worker_devtools_manager.h
|
View
|
|
3 chunks |
+9 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/debugger/worker_devtools_manager.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/worker_host/worker_process_host.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/worker_host/worker_process_host.cc
|
View
|
1
2
3
|
5 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/worker_host/worker_service_impl.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/worker_host/worker_service_impl.cc
|
View
|
1
2
|
9 chunks |
+43 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/DEPS
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
|
3 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/worker_service.h
|
View
|
1
2
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/worker_service_observer.h
|
View
|
|
1 chunk |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_content_browser_client.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|