|
Remove the webkitallowfullscreen content attribute
Intent to Deprecate and Remove:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/LupOLlogL-g/H8GsBEDGQeMJ
Tests were updated to use allowfullscreen instead of
webkitallowfullscreen, with a few exceptions:
fullscreen/full-screen-enabled-prefixed.html would have become redundant
with fullscreen/full-screen-enabled.html and was removed.
fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html
became a test for nested iframes with allowfullscreen and was renamed.
Finally, doctypes were added and whitespace cleaned up in touched test.
fullscreen/resources/full-screen-iframe-allowed-nested2.html depended on
being in quirks mode, since the size of the body element is smaller in
standards mode. Put the click event handler on window instead.
BUG= 390008
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177332
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+22 lines, -124 lines) |
Patch |
|
M |
LayoutTests/TestExpectations
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fullscreen/exit-full-screen-iframe.html
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-enabled-prefixed.html
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-enabled-prefixed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fullscreen/full-screen-iframe-allowed-nested.html
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fullscreen/full-screen-iframe-allowed-nested-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute-expected.txt
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fullscreen/full-screen-iframe-zIndex.html
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fullscreen/full-screen-restrictions.html
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested1.html
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
D |
LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/FullscreenElementStack.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLAttributeNames.in
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|