|
|
Ensure we don't load plugins on the IO thread.
I had to move the locks from PluginService to PluginList, so that a lock (which can block other threads) isn't held while loading the plugins.
BUG= 17938
TEST=added asserts which crash if plugins loaded on IO thread, current UI tests exercise them
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23501
Total comments: 2
Total comments: 44
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+338 lines, -296 lines) |
Patch |
 |
M |
chrome/browser/metrics/metrics_service.h
|
View
|
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics/metrics_service.cc
|
View
|
4
5
6
7
8
9
10
|
6 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
8 chunks |
+9 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/buffered_resource_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/buffered_resource_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
10 chunks |
+131 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+3 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_plugin_lib.cc
|
View
|
4
5
6
7
8
9
10
|
3 chunks |
+1 line, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_glue.cc
|
View
|
7
8
9
10
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_lib.cc
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_list.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+30 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_list.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+58 lines, -45 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_list_linux.cc
|
View
|
4
5
6
7
8
9
10
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_list_mac.mm
|
View
|
4
5
6
7
8
9
10
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/plugin_list_win.cc
|
View
|
4
5
6
7
8
9
10
|
7 chunks |
+16 lines, -43 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.h
|
View
|
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webkitclient_impl.cc
|
View
|
9
10
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_gtk.cc
|
View
|
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_mac.mm
|
View
|
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_win.cc
|
View
|
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_worker/test_worker_main.cc
|
View
|
7
8
9
10
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|