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

Unified Diff: core/inspector/InspectorFrontendHost.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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
« no previous file with comments | « core/inspector/CodeGeneratorInstrumentation.py ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/InspectorFrontendHost.idl
diff --git a/core/inspector/InspectorFrontendHost.idl b/core/inspector/InspectorFrontendHost.idl
index f764bf24c743cfba3ceb92843843d06203cb9612..678a36cb89aae12048dece41eea0cab29cf6df99 100644
--- a/core/inspector/InspectorFrontendHost.idl
+++ b/core/inspector/InspectorFrontendHost.idl
@@ -34,25 +34,20 @@
NoInterfaceObject
] interface InspectorFrontendHost {
void closeWindow();
- void bringToFront();
void setZoomFactor(float zoom);
void inspectedURLChanged(DOMString newURL);
- void requestSetDockSide(DOMString side);
void setAttachedWindowHeight(unsigned long height);
- void moveWindowBy(float x, float y);
void setInjectedScriptForOrigin(DOMString origin, DOMString script);
void copyText(DOMString text);
- void openInNewTab(DOMString url);
- void save(DOMString url, DOMString content, boolean forceSaveAs);
- void append(DOMString url, DOMString content);
void close(DOMString url);
[Custom] DOMString platform();
[Custom] DOMString port();
[Custom] void showContextMenu(MouseEvent event, any items);
void sendMessageToBackend(DOMString message);
+ void sendMessageToEmbedder(DOMString message);
[Custom] void recordActionTaken(unsigned long actionCode);
[Custom] void recordPanelShown(unsigned long panelCode);
@@ -62,13 +57,7 @@
DOMString getSelectionBackgroundColor();
DOMString getSelectionForegroundColor();
- void requestFileSystems();
- void addFileSystem();
- void removeFileSystem(DOMString fileSystemPath);
DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
- void indexPath(long requestId, DOMString fileSystemPath);
- void stopIndexing(long requestId);
- void searchInPath(long requestId, DOMString fileSystemPath, DOMString query);
boolean isUnderTest();
« no previous file with comments | « core/inspector/CodeGeneratorInstrumentation.py ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698