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

Issue 723543002: DevTools: Fix wrong pause reason when stepping into an event listener. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month ago
Reviewers:
vsevik, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Fix wrong pause reason when stepping into an event listener. On StepInto we should not show "Paused on Event Listener". The corresponding breakpoint may not even be active, so this status looks quite confusing. BUG=432468 R=vsevik, yurys Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185362

Patch Set 1 #

Total comments: 1

Patch Set 2 : addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -17 lines) Patch
M LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html View 1 2 chunks +12 lines, -9 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 1 chunk +12 lines, -7 lines 0 comments Download
M Source/devtools/front_end/sdk/DebuggerModel.js View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
aandrey
6 years, 1 month ago (2014-11-12 13:56:58 UTC) #1
vsevik
not lgtm Looking at the way preparePauseOnNativeEventData is implemented in the if (!m_pauseInNextEventListener) section it ...
6 years, 1 month ago (2014-11-13 12:46:18 UTC) #2
vsevik
not lgtm Looking at the way preparePauseOnNativeEventData is implemented in the if (!m_pauseInNextEventListener) section it ...
6 years, 1 month ago (2014-11-13 12:46:18 UTC) #3
aandrey
On 2014/11/13 12:46:18, vsevik wrote: > not lgtm > > Looking at the way preparePauseOnNativeEventData ...
6 years, 1 month ago (2014-11-13 13:34:22 UTC) #4
vsevik
lgtm https://codereview.chromium.org/723543002/diff/1/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html File LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html (right): https://codereview.chromium.org/723543002/diff/1/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html#newcode43 LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html:43: InspectorTest.assertEquals(WebInspector.DebuggerModel.BreakReason.Other, reason, "FAIL: wrong pause reason"); Please dump ...
6 years, 1 month ago (2014-11-14 05:39:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/723543002/20001
6 years, 1 month ago (2014-11-14 08:33:18 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 10:22:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 185362

Powered by Google App Engine
This is Rietveld 408576698