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

Issue 2727843003: Replace RELEASE_ASSERT with CHECK in core/{dom,editing,html} (Closed)

Created:
3 years, 9 months ago by tkent
Modified:
3 years, 9 months ago
Reviewers:
yoichio
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, dominicc+watchlist_chromium.org, eae+blinkwatch, rwlbuis, sof, webcomponents-bugzilla_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace RELEASE_ASSERT with CHECK in core/{dom,editing,html} BUG=596760 Review-Url: https://codereview.chromium.org/2727843003 Cr-Commit-Position: refs/heads/master@{#454217} Committed: https://chromium.googlesource.com/chromium/src/+/020397fbdf70bb4398dab310bccb437ba5b2377a

Patch Set 1 : . #

Total comments: 2

Patch Set 2 : Add a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -17 lines) Patch
M third_party/WebKit/Source/core/dom/AttributeCollection.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMDataView.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObservation.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NodeRareData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NodeRareData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskQueueBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/serializers/Serialization.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ImageDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/PluginDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/FormController.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (14 generated)
tkent
yoichio@, would you review this please?
3 years, 9 months ago (2017-03-02 05:58:32 UTC) #9
yoichio
https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp File third_party/WebKit/Source/core/dom/IntersectionObservation.cpp (right): https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp#newcode70 third_party/WebKit/Source/core/dom/IntersectionObservation.cpp:70: CHECK(newThresholdIndex < kMaxThresholdIndex); CHECK_LT?
3 years, 9 months ago (2017-03-02 07:25:22 UTC) #10
tkent
https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp File third_party/WebKit/Source/core/dom/IntersectionObservation.cpp (right): https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp#newcode70 third_party/WebKit/Source/core/dom/IntersectionObservation.cpp:70: CHECK(newThresholdIndex < kMaxThresholdIndex); On 2017/03/02 at 07:25:22, yoichio wrote: ...
3 years, 9 months ago (2017-03-02 07:33:59 UTC) #11
yoichio
On 2017/03/02 07:33:59, tkent wrote: > https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp > File third_party/WebKit/Source/core/dom/IntersectionObservation.cpp (right): > > https://codereview.chromium.org/2727843003/diff/20001/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp#newcode70 > ...
3 years, 9 months ago (2017-03-02 07:35:50 UTC) #12
tkent
> lgtm if you comment out it on code. Done.
3 years, 9 months ago (2017-03-02 08:03:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2727843003/40001
3 years, 9 months ago (2017-03-02 08:03:32 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 09:19:08 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/020397fbdf70bb4398dab310bccb...

Powered by Google App Engine
This is Rietveld 408576698