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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-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-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
index 1c264b99060eea90dbafd62b3e398d8df1aecc0b..f599bfb9edad1ee6f1fdbd3a65f2884e96c2c587 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-events-expected.txt
@@ -5,7 +5,7 @@ Captured call stacks in no particular order:
Call stack:
0) onHashChange1 (async-callstack-events.html:52)
[hashchange]
- 0) doTestHashChange (async-callstack-events.html:46)
+ 0) doTestHashChange (async-callstack-events.html:44)
1) testFunction (async-callstack-events.html:11)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
@@ -14,7 +14,7 @@ Call stack:
Call stack:
0) onHashChange2 (async-callstack-events.html:58)
[hashchange]
- 0) doTestHashChange (async-callstack-events.html:46)
+ 0) doTestHashChange (async-callstack-events.html:45)
1) testFunction (async-callstack-events.html:11)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
@@ -23,9 +23,8 @@ Call stack:
Call stack:
0) onSelectionChange (async-callstack-events.html:39)
[selectionchange]
- 0) setSelection (async-callstack-events.html:24)
- 1) doTestSelectionChange (async-callstack-events.html:31)
- 2) testFunction (async-callstack-events.html:11)
+ 0) doTestSelectionChange (async-callstack-events.html:30)
kozy 2017/05/09 18:09:39 We probably would not like to replace stack if it
+ 1) testFunction (async-callstack-events.html:11)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)
<... skipped remaining frames ...>
@@ -33,7 +32,7 @@ Call stack:
Call stack:
0) onVideoPlay (async-callstack-events.html:71)
[play]
- 0) doTestMediaEvents (async-callstack-events.html:65)
+ 0) doTestMediaEvents (async-callstack-events.html:64)
1) testFunction (async-callstack-events.html:11)
[setTimeout]
0) scheduleTestFunction (debugger-test.js:3)

Powered by Google App Engine
This is Rietveld 408576698