|
Restore the HTMLVideoElement-specific prefixed fullscreen API behind a flag
The removal has caused more trouble than expected on Android, because
usage is higher there and the UseCounter data from Windows was used in
the "Intent to Remove" thread.
Restore the API behind a flag so that it can more easily be turned on
and off. It's off by default, but likely it will have to be enabled on
at least the upcoming M35 branch.
BUG= 346236
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170303
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+185 lines, -9 lines) |
Patch |
|
M |
LayoutTests/fullscreen/full-screen-iframe-legacy.html
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
A |
LayoutTests/media/video-prefixed-fullscreen.html
|
View
|
1
2
3
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/media/video-prefixed-fullscreen-expected.txt
|
View
|
1
2
3
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.cpp
|
View
|
1
2
3
4
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLVideoElement.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLVideoElement.cpp
|
View
|
1
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLVideoElement.idl
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|