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

Issue 2001013003: 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:
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

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 core/html/ folder. ASSERT, ASSERT_UNUSED -> DCHECK ASSERT_NOT_REACHED -> NOTREACHED ASSERT_WITH_SECURITY_IMPLICATION -> SECURITY_DCHECK BUG=596522 Committed: https://crrev.com/3457a685fe7ed2606c33167570222df0ecda8848 Cr-Commit-Position: refs/heads/master@{#395366}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : address nit #

Messages

Total messages: 20 (11 generated)
Srirama
PTAL https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLTrackElement.cpp File third_party/WebKit/Source/core/html/HTMLTrackElement.cpp (right): https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLTrackElement.cpp#newcode274 third_party/WebKit/Source/core/html/HTMLTrackElement.cpp:274: DCHECK_EQ(m_loader, loader); We don't get any error for ...
4 years, 7 months ago (2016-05-23 11:02:21 UTC) #5
Srirama
PTAL
4 years, 7 months ago (2016-05-23 11:02:28 UTC) #7
fs
LGTM w/ one small nit https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode3289 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:3289: DCHECK_LE((signed)numberOfChildren, 2); DCHECK_LE(..., 2u); ...
4 years, 7 months ago (2016-05-23 11:09:11 UTC) #8
Srirama
https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2001013003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode3289 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:3289: DCHECK_LE((signed)numberOfChildren, 2); On 2016/05/23 11:09:11, fs wrote: > DCHECK_LE(..., ...
4 years, 7 months ago (2016-05-23 11:22:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001013003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001013003/40001
4 years, 7 months ago (2016-05-23 11:23:19 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/233720)
4 years, 7 months ago (2016-05-23 13:47:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001013003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001013003/40001
4 years, 7 months ago (2016-05-23 18:15:40 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 7 months ago (2016-05-23 18:20:20 UTC) #18
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 18:23:01 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3457a685fe7ed2606c33167570222df0ecda8848
Cr-Commit-Position: refs/heads/master@{#395366}

Powered by Google App Engine
This is Rietveld 408576698