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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt

Issue 2128133002: Timeline AddTraceProvider API Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Timeline AddTraceProvider API Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 Tests public interface of WebInspector Extensions API 1 Tests public interface of WebInspector Extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testAPI 5 RUNNING TEST: extension_testAPI
6 { 6 {
7 audits : { 7 audits : {
8 } 8 }
9 inspectedWindow : { 9 inspectedWindow : {
10 onResourceAdded : { 10 onResourceAdded : {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 } 54 }
55 onNavigated : { 55 onNavigated : {
56 addListener : <function> 56 addListener : <function>
57 removeListener : <function> 57 removeListener : <function>
58 } 58 }
59 onRequestFinished : { 59 onRequestFinished : {
60 addListener : <function> 60 addListener : <function>
61 removeListener : <function> 61 removeListener : <function>
62 } 62 }
63 } 63 }
64 timeline : {
caseq 2016/07/20 22:51:49 Please rebaseline this on tip-of-tree, now that ht
65 }
64 } 66 }
65 All tests done. 67 All tests done.
66 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698