|
Implement "iframe shim" behavior for windowed plugins.
In FF and IE on windows, iframes are implemented as native HWNDs. This has
the side effect that iframes display on top of windowed plugins, regardless
of z-order. This side effect has long been known as a workaround for
allowing HTML elements to appear above plugin content.
BUG= 1788
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+845 lines, -171 lines) |
Patch |
 |
M |
base/base.xcodeproj/project.pbxproj
|
View
|
9
10
11
12
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/build/base_gfx.vcproj
|
View
|
8
9
10
11
12
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
D |
base/gfx/bitmap_header.h
|
View
|
8
9
10
11
12
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
base/gfx/bitmap_header.cc
|
View
|
8
9
10
11
12
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
base/gfx/bitmap_platform_device_win.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
base/gfx/gdi_util.h
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
base/gfx/gdi_util.cc
|
View
|
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/gfx/native_theme.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/gfx/vector_canvas_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/gfx/vector_device.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/tuple.h
|
View
|
8
9
10
11
12
|
12 chunks |
+121 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/tuple_unittest.cc
|
View
|
8
9
10
11
12
|
4 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/drag_utils.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/printing_layout_uitest.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/render_widget_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/render_widget_host_hwnd.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/ipc_message_macros.h
|
View
|
8
9
10
11
12
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/ipc_message_utils.h
|
View
|
8
9
10
11
12
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/plugin_messages_internal.h
|
View
|
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/win_util.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_delegate_stub.h
|
View
|
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_delegate_stub.cc
|
View
|
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_proxy.h
|
View
|
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/plugin/webplugin_proxy.cc
|
View
|
8
9
10
11
12
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_proxy.h
|
View
|
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/webplugin_delegate_proxy.cc
|
View
|
4
5
6
7
8
9
10
11
12
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/npapi/iframe_shims.html
|
View
|
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
|
chrome/test/data/npapi/simple_blank.swf
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
webkit/build/glue/glue.vcproj
|
View
|
8
9
10
11
12
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/data/layout_tests/pending/plugins/iframe-shims.html
|
View
|
6
|
1 chunk |
+145 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/data/layout_tests/pending/plugins/iframe-shims-expected.txt
|
View
|
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
|
webkit/data/layout_tests/pending/plugins/simple_blank.swf
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/webplugin_delegate_impl.h
|
View
|
4
5
6
7
8
9
10
11
12
|
5 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/plugins/webplugin_delegate_impl.cc
|
View
|
4
5
6
7
8
9
10
11
12
|
7 chunks |
+29 lines, -16 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/stacking_order_iterator.h
|
View
|
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/stacking_order_iterator.cc
|
View
|
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webcursor.cc
|
View
|
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_delegate.h
|
View
|
4
5
6
7
8
9
10
11
12
|
2 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webplugin_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
10 chunks |
+59 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/port/platform/graphics/ImageSkia.cpp
|
View
|
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/port/platform/graphics/SkiaUtils.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/webkit.xcodeproj/project.pbxproj
|
View
|
9
10
11
12
|
6 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|