|
Remove VideoTrack runtime feature since we always support TextTracks.
We haven't built Chrome without TextTrack support for a long
time so I'm removing the VideoTrack feature flag and removing
all conditional code that depended on it. It is part of the
HTML5 spec and should be on by default for any compliant
implementation that supports media.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170680
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+29 lines, -71 lines) |
Patch |
 |
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
1
2
|
19 chunks |
+21 lines, -51 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLMediaElement.idl
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLTagNames.in
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLTrackElement.idl
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrack.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackCue.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackCueList.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TextTrackList.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/track/TrackEvent.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/track/vtt/VTTCue.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|