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

Unified Diff: inspector/InspectorFrontendHost.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: inspector/InspectorFrontendHost.idl
diff --git a/inspector/InspectorFrontendHost.idl b/inspector/InspectorFrontendHost.idl
index a3ba8df806475dce6388cfbd14180718678e63f7..71857d1ec3dfd8b6aa03b470774d62bdab5354a7 100644
--- a/inspector/InspectorFrontendHost.idl
+++ b/inspector/InspectorFrontendHost.idl
@@ -46,7 +46,6 @@
void setInjectedScriptForOrigin(in DOMString origin, in DOMString script);
DOMString localizedStringsURL();
- DOMString hiddenPanels();
void copyText(in DOMString text);
void openInNewTab(in DOMString url);
@@ -55,8 +54,6 @@
void append(in DOMString url, in DOMString content);
void close(in DOMString url);
- boolean canInspectWorkers();
-
[Custom] DOMString platform();
[Custom] DOMString port();
[Custom] void showContextMenu(in MouseEvent event, in any items);
@@ -65,7 +62,7 @@
[Custom] void recordActionTaken(in unsigned long actionCode);
[Custom] void recordPanelShown(in unsigned long panelCode);
[Custom] void recordSettingChanged(in unsigned long settingChanged);
-
+
DOMString loadResourceSynchronously(in DOMString url);
boolean supportsFileSystems();
@@ -75,4 +72,9 @@
[Conditional=FILE_SYSTEM] DOMFileSystem isolatedFileSystem(in DOMString fileSystemId, in DOMString registeredName);
boolean isUnderTest();
+
+ // Deprecated
+ boolean canInspectWorkers();
+ boolean canSaveAs();
+ DOMString hiddenPanels();
};
« css/FontLoader.idl ('K') | « inspector/Inspector.json ('k') | page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698