Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Issue 2003433005: Reland "media/track: Replace wtf/Assertions.h macros in favor of base/logging.h macros" (Closed)

Created:
4 years, 7 months ago by Srirama
Modified:
4 years, 7 months ago
Reviewers:
fs
CC:
fs, blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, gasubic, mlamouri+watch-blink_chromium.org, nessy, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 : Original patch #

Patch Set 2 : Fix build crash #

Total comments: 4

Patch Set 3 : address comments #

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

Messages

Total messages: 16 (9 generated)
Srirama
PTAL. Is there anyway we can start the crashed bot?
4 years, 7 months ago (2016-05-21 14:11:37 UTC) #5
fs
On 2016/05/21 at 14:11:37, srirama.m wrote: > PTAL. > Is there anyway we can start ...
4 years, 7 months ago (2016-05-21 16:04:53 UTC) #6
fs
lgtm
4 years, 7 months ago (2016-05-21 16:05:04 UTC) #7
Srirama
https://codereview.chromium.org/2003433005/diff/20001/third_party/WebKit/Source/core/html/track/TextTrack.cpp File third_party/WebKit/Source/core/html/track/TextTrack.cpp (right): https://codereview.chromium.org/2003433005/diff/20001/third_party/WebKit/Source/core/html/track/TextTrack.cpp#newcode280 third_party/WebKit/Source/core/html/track/TextTrack.cpp:280: DCHECK(wasRemoved); On 2016/05/21 16:04:52, fs wrote: > Let's try: ...
4 years, 7 months ago (2016-05-23 05:44:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2003433005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2003433005/40001
4 years, 7 months ago (2016-05-23 05:44:56 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-23 07:35:27 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 07:36:36 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a5a45e57511f817668cdeac2373895a3e88e2c4e
Cr-Commit-Position: refs/heads/master@{#395291}

Powered by Google App Engine
This is Rietveld 408576698