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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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-frameworks/frameworks-jquery-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt
index 0edd587fe15d2c74fa0a8d8c4ea1198c3e02c489..b9e270038d9846280b2f433b8c9b1faeca4f58a3 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt
@@ -6,6 +6,9 @@ Tests framework blackboxing feature on jQuery.
Set timer for test function.
Call stack:
0) testFunction (frameworks-jquery.html:15)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
@@ -14,6 +17,9 @@ Call stack:
* 1) each (jquery-1.11.1.min.js:2)
* 2) each (jquery-1.11.1.min.js:2)
3) testFunction (frameworks-jquery.html:17)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
@@ -22,6 +28,9 @@ Call stack:
* 1) each (jquery-1.11.1.min.js:2)
* 2) each (jquery-1.11.1.min.js:2)
3) testFunction (frameworks-jquery.html:17)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Executing StepOver...
@@ -30,6 +39,9 @@ Call stack:
* 1) each (jquery-1.11.1.min.js:2)
* 2) each (jquery-1.11.1.min.js:2)
3) testFunction (frameworks-jquery.html:17)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Executing StepOver...
@@ -38,10 +50,16 @@ Call stack:
* 1) each (jquery-1.11.1.min.js:2)
* 2) each (jquery-1.11.1.min.js:2)
3) testFunction (frameworks-jquery.html:17)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) testFunction (frameworks-jquery.html:18)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -54,6 +72,9 @@ Call stack:
* 6) each (jquery-1.11.1.min.js:2)
* 7) trigger (jquery-1.11.1.min.js:3)
8) testFunction (frameworks-jquery.html:18)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Executing StepOver...
@@ -67,5 +88,8 @@ Call stack:
* 6) each (jquery-1.11.1.min.js:2)
* 7) trigger (jquery-1.11.1.min.js:3)
8) testFunction (frameworks-jquery.html:18)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698