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

Issue 321113005: DevTools: Support XHR event listener breakpoints on frontend. (Closed)

Created:
6 years, 6 months ago by aandrey
Modified:
6 years, 6 months ago
Reviewers:
vsevik, pfeldman, 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
Visibility:
Public.

Description

DevTools: Support XHR event listener breakpoints on frontend. BUG=381470 R=yurys@chromium.org, pfeldman@chromium.org, vsevik, yurys Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176318

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed #

Total comments: 7

Patch Set 3 : addressed #

Patch Set 4 : tweaked the test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -70 lines) Patch
M LayoutTests/inspector/sources/debugger/event-listener-breakpoints.html View 2 chunks +4 lines, -4 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/event-listener-breakpoints-xhr.html View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/event-listener-breakpoints-xhr-expected.txt View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M Source/devtools/front_end/sources/BreakpointsSidebarPane.js View 1 2 7 chunks +145 lines, -63 lines 0 comments Download
M Source/devtools/front_end/sources/SourcesPanel.js View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
aandrey
6 years, 6 months ago (2014-06-10 14:42:23 UTC) #1
yurys
https://codereview.chromium.org/321113005/diff/1/Source/devtools/front_end/sources/BreakpointsSidebarPane.js File Source/devtools/front_end/sources/BreakpointsSidebarPane.js (right): https://codereview.chromium.org/321113005/diff/1/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode537 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:537: this._createCategory(WebInspector.UIString("Timer"), ["setTimer", "clearTimer", "timerFired"], null); It was more clear ...
6 years, 6 months ago (2014-06-11 12:31:23 UTC) #2
yurys
6 years, 6 months ago (2014-06-11 12:31:24 UTC) #3
aandrey
PTAL https://codereview.chromium.org/321113005/diff/1/Source/devtools/front_end/sources/BreakpointsSidebarPane.js File Source/devtools/front_end/sources/BreakpointsSidebarPane.js (right): https://codereview.chromium.org/321113005/diff/1/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode537 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:537: this._createCategory(WebInspector.UIString("Timer"), ["setTimer", "clearTimer", "timerFired"], null); On 2014/06/11 12:31:23, ...
6 years, 6 months ago (2014-06-11 12:49:18 UTC) #4
aandrey
ping?
6 years, 6 months ago (2014-06-16 09:10:07 UTC) #5
yurys
https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js File Source/devtools/front_end/sources/BreakpointsSidebarPane.js (right): https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode732 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:732: delete categoryItem.dirtyCheckbox; categoryItem.dirtyCheckbox = false; https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode733 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:733: var hasEnabled ...
6 years, 6 months ago (2014-06-16 12:07:24 UTC) #6
yurys
lgtm https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js File Source/devtools/front_end/sources/BreakpointsSidebarPane.js (right): https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode539 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:539: this._createCategory(WebInspector.UIString("XHR"), ["readystatechange", "load", "loadstart", "loadend", "abort", "error", "progress", ...
6 years, 6 months ago (2014-06-16 12:22:10 UTC) #7
aandrey
https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js File Source/devtools/front_end/sources/BreakpointsSidebarPane.js (right): https://codereview.chromium.org/321113005/diff/20001/Source/devtools/front_end/sources/BreakpointsSidebarPane.js#newcode732 Source/devtools/front_end/sources/BreakpointsSidebarPane.js:732: delete categoryItem.dirtyCheckbox; On 2014/06/16 12:07:24, yurys wrote: > categoryItem.dirtyCheckbox ...
6 years, 6 months ago (2014-06-16 12:23:39 UTC) #8
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 6 months ago (2014-06-16 12:24:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/321113005/40001
6 years, 6 months ago (2014-06-16 12:25:35 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-16 14:18:01 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/12104)
6 years, 6 months ago (2014-06-16 14:18:02 UTC) #12
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 6 months ago (2014-06-16 14:22:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/321113005/40001
6 years, 6 months ago (2014-06-16 14:23:27 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-16 16:34:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/12124)
6 years, 6 months ago (2014-06-16 16:34:39 UTC) #16
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 6 months ago (2014-06-16 18:26:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/321113005/40001
6 years, 6 months ago (2014-06-16 18:27:34 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-16 20:20:52 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/12154)
6 years, 6 months ago (2014-06-16 20:20:54 UTC) #20
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 6 months ago (2014-06-17 10:12:05 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/321113005/40001
6 years, 6 months ago (2014-06-17 10:12:35 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 11:58:27 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/12294)
6 years, 6 months ago (2014-06-17 11:58:28 UTC) #24
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 6 months ago (2014-06-17 12:41:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/321113005/80001
6 years, 6 months ago (2014-06-17 12:42:05 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 14:50:00 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/18084)
6 years, 6 months ago (2014-06-17 14:50:01 UTC) #28
aandrey
6 years, 6 months ago (2014-06-17 14:53:31 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 manually as r176318 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698