|
Remove EPM:all_hosts_ and use all_extension_views_ instead.
EPM:all_hosts_ is used to look for extension render view hosts,
under the assumption it has all of them. This assumption is wrong,
and the name is confusing, so we're removing all_hosts_. A different
container can be used: all_extension_views, which contains
all the RenderViewHosts for extensions.
BUG= 102617
TEST=Covered by existing tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134028
Total comments: 4
Total comments: 6
Total comments: 19
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+259 lines, -176 lines) |
Patch |
|
M |
chrome/browser/automation/automation_provider_observers.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/automation/automation_util.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/automation/automation_util.cc
|
View
|
1
2
3
4
|
5 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+26 lines, -17 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/debugger/devtools_sanity_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_browsertest.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
9 chunks |
+19 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_browsertests_misc.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_crash_recovery_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_devtools_browsertests.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+18 lines, -11 lines |
1 comment
|
Download
|
|
M |
chrome/browser/extensions/extension_process_manager.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_process_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
11 chunks |
+37 lines, -19 lines |
1 comment
|
Download
|
|
M |
chrome/browser/extensions/platform_app_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/process_management_browsertest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -15 lines |
0 comments
|
Download
|
|
M |
chrome/browser/task_manager/task_manager.cc
|
View
|
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/task_manager/task_manager_resource_providers.h
|
View
|
|
4 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/task_manager/task_manager_resource_providers.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+54 lines, -24 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/browser/render_widget_host.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|