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

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

Issue 477103002: DevTools: Nuke Timeline extension api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/extensions/ExtensionAPI.js » ('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 } 8 }
9 console : { 9 console : {
10 onMessageAdded : { 10 onMessageAdded : {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 onNavigated : { 61 onNavigated : {
62 addListener : <function> 62 addListener : <function>
63 removeListener : <function> 63 removeListener : <function>
64 } 64 }
65 onRequestFinished : { 65 onRequestFinished : {
66 addListener : <function> 66 addListener : <function>
67 removeListener : <function> 67 removeListener : <function>
68 } 68 }
69 } 69 }
70 timeline : {
71 onEventRecorded : {
72 addListener : <function>
73 removeListener : <function>
74 }
75 }
76 } 70 }
77 All tests done. 71 All tests done.
78 72
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/extensions/ExtensionAPI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698