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

Unified Diff: LayoutTests/inspector/extensions/multiple-extensions-expected.txt

Issue 971703002: DevTools: fix co-existance of multiple DevTools extensions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: LayoutTests/inspector/extensions/multiple-extensions-expected.txt
diff --git a/LayoutTests/inspector/extensions/multiple-extensions-expected.txt b/LayoutTests/inspector/extensions/multiple-extensions-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f8a73abba15c68780a7b610d732c458e93256b4a
--- /dev/null
+++ b/LayoutTests/inspector/extensions/multiple-extensions-expected.txt
@@ -0,0 +1,43 @@
+Tests co-existance of multiple DevTools extensions
+
+Started extension.
+Running tests...
+RUNNING TEST: extension_testCreatePanel
+Panel created
+{
+ createStatusBarButton : <function>
+ onHidden : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ onSearch : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ onShown : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ show : <function>
+}
+Started extension.
+Running tests...
+RUNNING TEST: extension_testCreatePanel
+Panel created
+{
+ createStatusBarButton : <function>
+ onHidden : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ onSearch : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ onShown : {
+ addListener : <function>
+ removeListener : <function>
+ }
+ show : <function>
+}
+
« no previous file with comments | « LayoutTests/inspector/extensions/multiple-extensions.html ('k') | Source/devtools/front_end/extensions/ExtensionAPI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698