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

Unified Diff: LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt

Issue 304563002: DevTools: Make frameworks work with "custom" breakpoints (DOM, XHR, Events). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt b/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b406008465fe7e98f14208e4363822e6980d72e5
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt
@@ -0,0 +1,38 @@
+
+Tests the async call stacks and framework black-boxing features working together.
+
+Debugger was enabled.
+Set timer for test function.
+Call stack:
+ 0) callback2 (frameworks-with-async-callstack.html:30)
+ * 1) Framework_inner1 (framework.js:59)
+ [setTimeout]
+ * 0) Framework.schedule (framework.js:45)
+ * 1) Framework_willSchedule (framework.js:51)
+ 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
+ * 3) Framework_inner2 (framework.js:63)
+ [setTimeout]
+ * 0) Framework.schedule (framework.js:45)
+ * 1) Framework_willSchedule (framework.js:51)
+ [setTimeout]
+ * 0) Framework.schedule (framework.js:45)
+ * 1) Framework.doSomeAsyncChainCalls (framework.js:67)
+ 2) callback1 (frameworks-with-async-callstack.html:25)
+ * 3) Framework.safeRun (framework.js:8)
+ * 4) Framework.safeRun (framework.js:10)
+ 5) timeout1 (frameworks-with-async-callstack.html:20)
+ [setTimeout]
+ 0) testFunction (frameworks-with-async-callstack.html:15)
+
+Printing visible call stack:
+Call stack:
+ 0) callback2 (frameworks-with-async-callstack.html:30)
+ [setTimeout]
+ 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
+ [setTimeout]
+ 0) callback1 (frameworks-with-async-callstack.html:25)
+ 1) timeout1 (frameworks-with-async-callstack.html:20)
+ [setTimeout]
+ 0) testFunction (frameworks-with-async-callstack.html:15)
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698