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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt

Issue 2873713002: [DevTools] added creation stack for event listeners without scheduled stack
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
index e4c36eab26b1ed5e5cd938ec7fc4887b87611af3..c277be1b972fe3053528cde364e53f3bb427ae69 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
@@ -5,46 +5,14 @@ Set timer for test function.
Captured call stacks in no particular order:
Call stack:
0) onMessageReceivedInFrame (post-message-listener.html:7)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
- [postMessage]
- 0) postMessageToParent (post-message-listener.html:13)
- 1) onMessageReceivedInFrame (post-message-listener.html:8)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) timeout (async-callstack-post-message.html:16)
- [setTimeout]
- 0) testFunction (async-callstack-post-message.html:9)
- [setTimeout]
- 0) scheduleTestFunction (debugger-test.js:3)
- <... skipped remaining frames ...>
Call stack:
0) onMessageReceivedInFrame (post-message-listener.html:7)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) timeout (async-callstack-post-message.html:16)
- [setTimeout]
- 0) testFunction (async-callstack-post-message.html:9)
- [setTimeout]
- 0) scheduleTestFunction (debugger-test.js:3)
- <... skipped remaining frames ...>
Call stack:
0) onMessageReceivedInParent (async-callstack-post-message.html:21)
- [postMessage]
- 0) postMessageToParent (post-message-listener.html:13)
- 1) onMessageReceivedInFrame (post-message-listener.html:8)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
- [postMessage]
- 0) postMessageToParent (post-message-listener.html:13)
- 1) onMessageReceivedInFrame (post-message-listener.html:8)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) timeout (async-callstack-post-message.html:16)
+ [message]
+ 0) timeout (async-callstack-post-message.html:14)
[setTimeout]
0) testFunction (async-callstack-post-message.html:9)
[setTimeout]
@@ -53,12 +21,8 @@ Call stack:
Call stack:
0) onMessageReceivedInParent (async-callstack-post-message.html:21)
- [postMessage]
- 0) postMessageToParent (post-message-listener.html:13)
- 1) onMessageReceivedInFrame (post-message-listener.html:8)
- [postMessage]
- 0) postMessageToFrame (async-callstack-post-message.html:35)
- 1) timeout (async-callstack-post-message.html:16)
+ [message]
+ 0) timeout (async-callstack-post-message.html:14)
[setTimeout]
0) testFunction (async-callstack-post-message.html:9)
[setTimeout]
@@ -67,9 +31,8 @@ Call stack:
Call stack:
0) onMessageReceivedInParent (async-callstack-post-message.html:21)
- [postMessage]
- 0) postMessageToSelf (async-callstack-post-message.html:28)
- 1) timeout (async-callstack-post-message.html:15)
+ [message]
+ 0) timeout (async-callstack-post-message.html:14)
[setTimeout]
0) testFunction (async-callstack-post-message.html:9)
[setTimeout]

Powered by Google App Engine
This is Rietveld 408576698