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

Issue 2270293002: Replace ASSERT*() with DCHECK*() in core/events/. (Closed)

Created:
4 years, 4 months ago by tkent
Modified:
4 years, 4 months ago
Reviewers:
hayato
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace ASSERT*() with DCHECK*() in core/events/. This CL has no behavior changes. BUG=596760 Committed: https://crrev.com/a9838bdfb2709677aacdad97fdd2ede40b49420c Cr-Commit-Position: refs/heads/master@{#414015}

Patch Set 1 #

Total comments: 3

Patch Set 2 : isUnreachableNode -> checkReachableNode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -112 lines) Patch
M third_party/WebKit/Source/core/events/ApplicationCacheErrorEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/DOMWindowEventQueue.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/ErrorEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatchMediator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatchMediator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.cpp View 6 chunks +12 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.h View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.cpp View 9 chunks +11 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.cpp View 9 chunks +15 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventSender.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/GenericEventQueue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/NodeEventContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/NodeEventContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PointerEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PopStateEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/RegisteredEventListener.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/ScopedEventQueue.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/TouchEventContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.h View 1 3 chunks +30 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.cpp View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 27 (20 generated)
tkent
hayato@, would you review this please?
4 years, 4 months ago (2016-08-24 03:24:23 UTC) #15
hayato
lgtm https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h File third_party/WebKit/Source/core/events/TreeScopeEventContext.h (right): https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h#newcode111 third_party/WebKit/Source/core/events/TreeScopeEventContext.h:111: DCHECK(target); You do not have to guard DCHECK(target) ...
4 years, 4 months ago (2016-08-24 03:42:27 UTC) #16
tkent
https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h File third_party/WebKit/Source/core/events/TreeScopeEventContext.h (right): https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h#newcode111 third_party/WebKit/Source/core/events/TreeScopeEventContext.h:111: DCHECK(target); On 2016/08/24 at 03:42:27, hayato wrote: > You ...
4 years, 4 months ago (2016-08-24 06:05:23 UTC) #19
hayato
On 2016/08/24 at 06:05:23, tkent wrote: > https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h > File third_party/WebKit/Source/core/events/TreeScopeEventContext.h (right): > > https://codereview.chromium.org/2270293002/diff/40001/third_party/WebKit/Source/core/events/TreeScopeEventContext.h#newcode111 ...
4 years, 4 months ago (2016-08-24 06:10:41 UTC) #20
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/2270293002/60001
4 years, 4 months ago (2016-08-24 08:03:39 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 4 months ago (2016-08-24 08:08:20 UTC) #25
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 08:10:56 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a9838bdfb2709677aacdad97fdd2ede40b49420c
Cr-Commit-Position: refs/heads/master@{#414015}

Powered by Google App Engine
This is Rietveld 408576698