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

Issue 732593002: DevTools: Make StepInto work across script boundaries and Blink process tasks. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month 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, blink-reviews-bindings_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, Inactive, devtools-reviews_chromium.org, arv+blink, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Make StepInto work across script boundaries and Blink process tasks. This will make StepInto to step: - across Blink process tasks, like setTimeout - across js->blink->js within one Blink process (event handlers, custom events) - across inlined <script> tags BUG=432468 R=vsevik, yurys, pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185530

Patch Set 1 #

Patch Set 2 : skip unknown sources #

Patch Set 3 : added new test debugger-step-into-document-write.html #

Total comments: 3

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -124 lines) Patch
A LayoutTests/inspector/sources/debugger/debugger-step-into-across-timeouts.html View 1 chunk +61 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/debugger-step-into-across-timeouts-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/debugger-step-into-custom-element-callbacks.html View 3 chunks +12 lines, -7 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/debugger-step-into-document-write.html View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/debugger-step-into-document-write-expected.txt View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/debugger-step-into-inlined-scripts.html View 1 chunk +67 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/debugger-step-into-inlined-scripts-expected.txt View 1 chunk +49 lines, -0 lines 0 comments Download
A + LayoutTests/inspector/sources/debugger/frameworks-step-into-skips-setTimeout.html View 4 chunks +20 lines, -17 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/frameworks-step-into-skips-setTimeout-expected.txt View 1 chunk +25 lines, -0 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/resources/framework.js View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/bindings/core/v8/ScriptController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp View 4 chunks +0 lines, -7 lines 0 comments Download
M Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.h View 3 chunks +0 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorDOMDebuggerAgent.cpp View 7 chunks +15 lines, -54 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.h View 4 chunks +11 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.cpp View 1 2 3 13 chunks +34 lines, -14 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentation.idl View 3 chunks +2 lines, -5 lines 0 comments Download
M Source/core/inspector/InspectorInstrumentationCustomInl.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
aandrey
6 years, 1 month ago (2014-11-14 13:56:57 UTC) #1
aandrey
Coming next: - across V8 microtasks (promises and O.o)
6 years, 1 month ago (2014-11-14 14:02:53 UTC) #2
aandrey
ping?
6 years, 1 month ago (2014-11-18 11:53:53 UTC) #3
yurys
I think it would make sense to pause in the beginning of the next task ...
6 years, 1 month ago (2014-11-18 12:35:26 UTC) #4
aandrey
On 2014/11/18 12:35:26, yurys wrote: > I think it would make sense to pause in ...
6 years, 1 month ago (2014-11-18 13:35:01 UTC) #5
yurys
lgtm
6 years, 1 month ago (2014-11-18 14:12:16 UTC) #6
vsevik
> I think, pausing on StepOver/StepOut would be confusing, and in some cases > totally ...
6 years, 1 month ago (2014-11-18 14:21:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732593002/60001
6 years, 1 month ago (2014-11-18 14:21:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732593002/60001
6 years, 1 month ago (2014-11-18 15:42:44 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-11-18 15:44:46 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=185530

Powered by Google App Engine
This is Rietveld 408576698