|
VTTCue: Support 'auto' for line
Since the setter is no longer limitting the value to [0, 100] we need to
store an additional flag for the 'auto' value.
Minor updates to VTTCue::calculateComputedLinePosition to match updated
spec. (this is now where the line value is checked against the above
range.)
BUG= 448000
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188723
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+147 lines, -94 lines) |
Patch |
|
M |
LayoutTests/media/track/opera/interfaces/VTTCue/line.html
|
View
|
1
|
2 chunks |
+16 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/media/track/opera/interfaces/VTTCue/line-expected.txt
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/opera/track/webvtt/parsing/001.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-add-remove-cue.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-add-remove-cue-expected.txt
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-cue-mutable.html
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-cue-mutable-expected.txt
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc013-settings.html
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc013-settings-expected.txt
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc017-line-position.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc017-line-position-expected.txt
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/track-webvtt-tc018-align-text-line-position-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/vtt-cue-exceptions.html
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
LayoutTests/media/track/vtt-cue-exceptions-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.h
|
View
|
1
2
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.cpp
|
View
|
1
2
3
|
10 chunks |
+80 lines, -34 lines |
0 comments
|
Download
|
|
M |
Source/core/html/track/vtt/VTTCue.idl
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (2 generated)
|