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

Issue 1996603002: 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, 7 months ago
Reviewers:
wolenetz
CC:
chromium-reviews, feature-media-reviews_chromium.org, mlamouri+watch-blink_chromium.org, philipj_slow, eric.carlson_apple.com, haraken, blink-reviews
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.cpp. WTF_LOG -> DVLOG ASSERT -> DCHECK ASSERT_NOT_REACHED -> NOTREACHED BUG=596522 Committed: https://crrev.com/bf2181075f253789624f1a76c199182016da9c79 Cr-Commit-Position: refs/heads/master@{#395261}

Patch Set 1 #

Total comments: 16

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -28 lines) Patch
M third_party/WebKit/Source/modules/mediasource/MediaSource.cpp View 1 2 17 chunks +30 lines, -28 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
Srirama
PTAL
4 years, 7 months ago (2016-05-19 14:43:24 UTC) #3
Srirama
https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp File third_party/WebKit/Source/modules/mediasource/MediaSource.cpp (right): https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp#newcode54 third_party/WebKit/Source/modules/mediasource/MediaSource.cpp:54: #define MEDIA_SOURCE_LOG_LEVEL 3 Is 3 fine to make it ...
4 years, 7 months ago (2016-05-19 15:00:22 UTC) #4
wolenetz
https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp File third_party/WebKit/Source/modules/mediasource/MediaSource.cpp (right): https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp#newcode54 third_party/WebKit/Source/modules/mediasource/MediaSource.cpp:54: #define MEDIA_SOURCE_LOG_LEVEL 3 On 2016/05/19 15:00:22, Srirama wrote: > ...
4 years, 7 months ago (2016-05-19 17:53:34 UTC) #5
Srirama
https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp File third_party/WebKit/Source/modules/mediasource/MediaSource.cpp (right): https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp#newcode107 third_party/WebKit/Source/modules/mediasource/MediaSource.cpp:107: DVLOG(MEDIA_SOURCE_LOG_LEVEL) << "MediaSource " << this; On 2016/05/19 17:53:33, ...
4 years, 7 months ago (2016-05-20 08:31:49 UTC) #9
wolenetz
lgtm % nits https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp File third_party/WebKit/Source/modules/mediasource/MediaSource.cpp (right): https://codereview.chromium.org/1996603002/diff/1/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp#newcode118 third_party/WebKit/Source/modules/mediasource/MediaSource.cpp:118: DVLOG(MEDIA_SOURCE_LOG_LEVEL) << "throwDOMException: error=" << error ...
4 years, 7 months ago (2016-05-20 19:58:15 UTC) #10
Srirama
https://codereview.chromium.org/1996603002/diff/40001/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp File third_party/WebKit/Source/modules/mediasource/MediaSource.cpp (right): https://codereview.chromium.org/1996603002/diff/40001/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp#newcode171 third_party/WebKit/Source/modules/mediasource/MediaSource.cpp:171: DVLOG(MEDIA_SOURCE_LOG_LEVEL) << __FUNCTION__ << "(" << this << ") ...
4 years, 7 months ago (2016-05-21 08:28:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996603002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996603002/60001
4 years, 7 months ago (2016-05-21 13:16:26 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-05-21 15:32:58 UTC) #16
commit-bot: I haz the power
4 years, 7 months ago (2016-05-21 15:34:29 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bf2181075f253789624f1a76c199182016da9c79
Cr-Commit-Position: refs/heads/master@{#395261}

Powered by Google App Engine
This is Rietveld 408576698