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

Issue 404953003: DevTools: Async call stacks for window.postMessage() (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, Inactive, devtools-reviews_chromium.org, arv+blink, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Async call stacks for window.postMessage() This introduces a more general instrumentation approach for tracing async calls that could also be an entry point for public Debug API. This patch also allows showing debugger async call stacks across the execution contexts. BUG=393175, 272416 R=pfeldman, yurys Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178698

Patch Set 1 : #

Total comments: 8

Patch Set 2 : rebased #

Messages

Total messages: 19 (0 generated)
aandrey
6 years, 5 months ago (2014-07-19 10:56:29 UTC) #1
yurys
https://codereview.chromium.org/404953003/diff/40001/Source/bindings/core/v8/ScriptFunctionCall.cpp File Source/bindings/core/v8/ScriptFunctionCall.cpp (right): https://codereview.chromium.org/404953003/diff/40001/Source/bindings/core/v8/ScriptFunctionCall.cpp#newcode48 Source/bindings/core/v8/ScriptFunctionCall.cpp:48: appendArgument(); Looks like it should be done in a ...
6 years, 5 months ago (2014-07-21 12:45:32 UTC) #2
aandrey
ptal https://codereview.chromium.org/404953003/diff/40001/Source/bindings/core/v8/ScriptFunctionCall.cpp File Source/bindings/core/v8/ScriptFunctionCall.cpp (right): https://codereview.chromium.org/404953003/diff/40001/Source/bindings/core/v8/ScriptFunctionCall.cpp#newcode48 Source/bindings/core/v8/ScriptFunctionCall.cpp:48: appendArgument(); On 2014/07/21 12:45:32, yurys wrote: > Looks ...
6 years, 5 months ago (2014-07-22 11:08:43 UTC) #3
yurys
https://codereview.chromium.org/404953003/diff/40001/Source/core/frame/LocalDOMWindow.cpp File Source/core/frame/LocalDOMWindow.cpp (right): https://codereview.chromium.org/404953003/diff/40001/Source/core/frame/LocalDOMWindow.cpp#newcode146 Source/core/frame/LocalDOMWindow.cpp:146: InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncOperationCompletedCallbackStarting(executionContext(), m_asyncOperationId); Why is it marked ...
6 years, 5 months ago (2014-07-22 13:09:44 UTC) #4
aandrey
https://codereview.chromium.org/404953003/diff/40001/Source/core/frame/LocalDOMWindow.cpp File Source/core/frame/LocalDOMWindow.cpp (right): https://codereview.chromium.org/404953003/diff/40001/Source/core/frame/LocalDOMWindow.cpp#newcode146 Source/core/frame/LocalDOMWindow.cpp:146: InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncOperationCompletedCallbackStarting(executionContext(), m_asyncOperationId); On 2014/07/22 13:09:43, yurys ...
6 years, 5 months ago (2014-07-22 13:32:15 UTC) #5
yurys
lgtm
6 years, 5 months ago (2014-07-22 13:51:43 UTC) #6
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-22 14:41:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/404953003/60001
6 years, 5 months ago (2014-07-22 14:41:25 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 5 months ago (2014-07-22 15:47:33 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 16:54:36 UTC) #10
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/30875)
6 years, 5 months ago (2014-07-22 16:54:37 UTC) #11
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-22 20:13:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/404953003/60001
6 years, 5 months ago (2014-07-22 20:14:29 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 5 months ago (2014-07-22 20:51:43 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 21:39:55 UTC) #15
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/30875)
6 years, 5 months ago (2014-07-22 21:39:55 UTC) #16
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-22 21:48:48 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/404953003/60001
6 years, 5 months ago (2014-07-22 21:49:30 UTC) #18
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 21:58:14 UTC) #19
Message was sent while issue was closed.
Change committed as 178698

Powered by Google App Engine
This is Rietveld 408576698