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

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: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into record 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 addCategory : <function> 8 addCategory : <function>
9 } 9 }
10 inspectedWindow : { 10 inspectedWindow : {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 } 72 }
73 onNavigated : { 73 onNavigated : {
74 addListener : <function> 74 addListener : <function>
75 removeListener : <function> 75 removeListener : <function>
76 } 76 }
77 onRequestFinished : { 77 onRequestFinished : {
78 addListener : <function> 78 addListener : <function>
79 removeListener : <function> 79 removeListener : <function>
80 } 80 }
81 } 81 }
82 timeline : {
83 addTraceProvider : <function>
84 }
82 } 85 }
83 All tests done. 86 All tests done.
84 87
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698