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

Issue 374903002: DevTools: Async call stacks for Promises and Object.observe. (Closed)

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

Description

DevTools: Async call stacks for Promises and Object.observe. BUG=272416, 356567 R=yurys, pfeldman@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177873

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -11 lines) Patch
M LayoutTests/TestExpectations View 1 1 chunk +0 lines, -2 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/async-callstack-object-observe.html View 1 chunk +51 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/async-callstack-object-observe-expected.txt View 1 chunk +15 lines, -0 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/async-callstack-promises-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/bindings/core/v8/ScriptDebugServer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/bindings/core/v8/ScriptDebugServer.cpp View 5 chunks +35 lines, -4 lines 0 comments Download
M Source/core/inspector/AsyncCallStackTracker.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M Source/core/inspector/AsyncCallStackTracker.cpp View 1 5 chunks +35 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/inspector/InspectorDebuggerAgent.cpp View 1 2 chunks +22 lines, -0 lines 0 comments Download
M Source/core/inspector/ScriptDebugListener.h View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
aandrey
6 years, 5 months ago (2014-07-08 13:47:24 UTC) #1
aandrey
Ping?
6 years, 5 months ago (2014-07-10 06:13:12 UTC) #2
yurys
lgtm https://codereview.chromium.org/374903002/diff/40001/Source/bindings/core/v8/ScriptDebugServer.cpp File Source/bindings/core/v8/ScriptDebugServer.cpp (right): https://codereview.chromium.org/374903002/diff/40001/Source/bindings/core/v8/ScriptDebugServer.cpp#newcode520 Source/bindings/core/v8/ScriptDebugServer.cpp:520: if (name == "Promise.Resolved") Why do we need ...
6 years, 5 months ago (2014-07-10 12:24:29 UTC) #3
aandrey
https://codereview.chromium.org/374903002/diff/40001/Source/bindings/core/v8/ScriptDebugServer.cpp File Source/bindings/core/v8/ScriptDebugServer.cpp (right): https://codereview.chromium.org/374903002/diff/40001/Source/bindings/core/v8/ScriptDebugServer.cpp#newcode520 Source/bindings/core/v8/ScriptDebugServer.cpp:520: if (name == "Promise.Resolved") On 2014/07/10 12:24:28, yurys wrote: ...
6 years, 5 months ago (2014-07-10 12:25:54 UTC) #4
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-10 12:25:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/374903002/40001
6 years, 5 months ago (2014-07-10 12:27:07 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 12:27:18 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/core/inspector/AsyncCallStackTracker.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-10 12:27:19 UTC) #8
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-10 13:32:31 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/374903002/60001
6 years, 5 months ago (2014-07-10 13:33:40 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_compile_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-10 14:34:27 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 15:39:35 UTC) #12
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/16256)
6 years, 5 months ago (2014-07-10 15:39:37 UTC) #13
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-10 15:45:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/374903002/60001
6 years, 5 months ago (2014-07-10 15:45:48 UTC) #15
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-10 16:06:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/374903002/60001
6 years, 5 months ago (2014-07-10 16:07:00 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-10 17:23:55 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-10 18:28:49 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/16284)
6 years, 5 months ago (2014-07-10 18:28:50 UTC) #20
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-10 18:30:00 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/374903002/60001
6 years, 5 months ago (2014-07-10 18:30:23 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-10 19:14:45 UTC) #23
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 19:44:50 UTC) #24
Message was sent while issue was closed.
Change committed as 177873

Powered by Google App Engine
This is Rietveld 408576698