|
Improve scrolling performance when there are many windowed plugins in a page.
This works by parenting windowed plugins with an HWND that's hosted in the browser process, so that no synchronous cross process messages are used when scrolling.
BUG= 5428
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8239
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+236 lines, -192 lines) |
Patch |
 |
M |
chrome/browser/plugin_process_host.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_process_host.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/render_widget_host.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/plugin_messages_internal.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -3 lines |
1 comment
|
Download
|
 |
M |
chrome/plugin/webplugin_delegate_stub.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_delegate_stub.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_proxy.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_proxy.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_proxy.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_proxy.cc
|
View
|
|
4 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/webplugin_delegate_impl.h
|
View
|
|
5 chunks |
+3 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/webplugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+25 lines, -62 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_delegate.h
|
View
|
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_impl.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+28 lines, -59 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
2
3
|
2 chunks |
+26 lines, -4 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|