|
Reland "media/track: Replace wtf/Assertions.h macros in favor of base/logging.h macros"
Replaced wtf/Assertions.h macros in favor of base/logging.h
macros in core/html/track folder.
ASSERT, ASSERT_UNUSED -> DCHECK
ASSERT_NOT_REACHED -> NOTREACHED
ASSERT_WITH_SECURITY_IMPLICATION -> SECURITY_DCHECK
BUG= 596522
patch from issue 2003543002 at patchset 40001 ( http://crrev.com/2003543002#ps40001)
Committed: https://crrev.com/a5a45e57511f817668cdeac2373895a3e88e2c4e
Cr-Commit-Position: refs/heads/master@{#395291}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+94 lines, -94 lines) |
Patch |
|
M |
third_party/WebKit/Source/core/html/track/AutomaticTrackSelection.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/CueTimeline.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/CueTimeline.cpp
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrack.cpp
|
View
|
1
2
|
8 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackContainer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackCue.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackList.cpp
|
View
|
|
7 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TrackEvent.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TrackListBase.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/VideoTrackList.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/BufferedLineReader.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/BufferedLineReader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
|
View
|
1
2
|
19 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTScanner.cpp
|
View
|
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTTokenizer.cpp
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 16 (9 generated)
|