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

Issue 2002073002: media: Replace wtf/Assertions.h macros in favor of base/logging.h macros (Closed)

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

Description

media: 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 mediasource module. WTF_LOG -> DVLOG ASSERT -> DCHECK ASSERT_NOT_REACHED -> NOTREACHED BUG=596522 Committed: https://crrev.com/df4ecdea27c48221351a258cdff96b51ef1d01f6 Cr-Commit-Position: refs/heads/master@{#397902}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rebase and fix test failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -69 lines) Patch
M third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 35 chunks +64 lines, -61 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBufferList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/TrackDefault.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (13 generated)
Srirama
PTAL https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp File third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp (right): https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp#newcode767 third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp:767: DCHECK_EQ(size, 0u); Removed assert for "data" as we ...
4 years, 7 months ago (2016-05-23 13:46:18 UTC) #5
Srirama
On 2016/05/23 13:46:18, Srirama wrote: > PTAL > > https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp > File third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp (right): > ...
4 years, 6 months ago (2016-05-31 14:32:38 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2002073002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2002073002/1
4 years, 6 months ago (2016-05-31 17:45:17 UTC) #8
wolenetz
Looks pretty good though % a nit and especially the (IIUC) broken DCHECK_EQ(size, 0u) new ...
4 years, 6 months ago (2016-05-31 17:46:18 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/119545)
4 years, 6 months ago (2016-05-31 18:35:43 UTC) #11
Srirama
https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp File third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp (right): https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp#newcode633 third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp:633: << logTrackTypeStr << " Track " << trackBase << ...
4 years, 6 months ago (2016-06-01 11:39:35 UTC) #12
Srirama
On 2016/06/01 11:39:35, Srirama wrote: > https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp > File third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp (right): > > https://codereview.chromium.org/2002073002/diff/1/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp#newcode633 > ...
4 years, 6 months ago (2016-06-03 17:00:37 UTC) #13
wolenetz
lgtm Thanks for doing this. I'll send it to CQ now.
4 years, 6 months ago (2016-06-03 17:12:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2002073002/20001
4 years, 6 months ago (2016-06-03 17:13:26 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/81682)
4 years, 6 months ago (2016-06-03 18:21:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2002073002/20001
4 years, 6 months ago (2016-06-03 18:29:41 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/233255)
4 years, 6 months ago (2016-06-03 22:37:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2002073002/20001
4 years, 6 months ago (2016-06-04 02:45:17 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-04 04:26:20 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-04 04:27:55 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/df4ecdea27c48221351a258cdff96b51ef1d01f6
Cr-Commit-Position: refs/heads/master@{#397902}

Powered by Google App Engine
This is Rietveld 408576698