|
Enable WebVTT regions for runtime testing, updated tests and minor fixes
This patch removes all the ifdefs surrounding WebVTT regions and enables
the feature for testing in RuntimeEnabledFeatures, along with a couple
of bug fixes.
Tests were rebased wrongly (since the feature wasn't build by default),
so I updated the -expected and added two others that refer to the display
of regions and update TestExpectations to not skip these anymore.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159784
Total comments: 20
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+472 lines, -150 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/media/track/captions-webvtt/captions-regions.vtt
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt
|
View
|
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/media/track/regions-webvtt/text-track-region-constructor-expected.txt
|
View
|
|
1 chunk |
+116 lines, -1 line |
0 comments
|
Download
|
 |
A |
LayoutTests/media/track/regions-webvtt/text-track-region-display.html
|
View
|
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/media/track/regions-webvtt/text-track-region-display-expected.txt
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/media/track/regions-webvtt/text-track-region-dom-layout.html
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/media/track/regions-webvtt/text-track-region-dom-layout-expected.txt
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/media/track/regions-webvtt/text-track-region-list-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/media/track/regions-webvtt/text-track-region-parser-expected.txt
|
View
|
|
1 chunk |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/webexposed/global-constructors-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/shadow/MediaControlElements.cpp
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/LoadableTextTrack.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/LoadableTextTrack.cpp
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrack.h
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrack.cpp
|
View
|
1
2
3
4
|
6 chunks |
+2 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrack.idl
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackCue.h
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackCue.cpp
|
View
|
1
2
3
4
5
|
11 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackCue.idl
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegion.h
|
View
|
1
2
3
4
5
|
5 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegion.cpp
|
View
|
1
2
3
4
5
6
|
7 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegion.idl
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegionList.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegionList.cpp
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackRegionList.idl
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/WebVTTParser.h
|
View
|
1
2
3
4
|
6 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/WebVTTParser.cpp
|
View
|
1
2
3
4
|
10 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/TextTrackLoader.h
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/TextTrackLoader.cpp
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/RuntimeEnabledFeatures.in
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/rendering/RenderTextTrackCue.cpp
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|