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

Unified Diff: client/dom/generated/src/frog/InspectorFrontendHost.dart

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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 | « client/dom/generated/src/frog/InjectedScriptHost.dart ('k') | client/dom/generated/src/frog/Location.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/InspectorFrontendHost.dart
diff --git a/client/dom/generated/src/frog/InspectorFrontendHost.dart b/client/dom/generated/src/frog/InspectorFrontendHost.dart
index d73fdf2b608f02f257d6501ce00f39c4388603a8..130934d357290e3c474197fa40c0310ad3d01f28 100644
--- a/client/dom/generated/src/frog/InspectorFrontendHost.dart
+++ b/client/dom/generated/src/frog/InspectorFrontendHost.dart
@@ -3,16 +3,18 @@ class InspectorFrontendHost native "*InspectorFrontendHost" {
void bringToFront() native;
+ bool canSaveAs() native;
+
void closeWindow() native;
void copyText(String text) native;
- void disconnectFromBackend() native;
-
String hiddenPanels() native;
void inspectedURLChanged(String newURL) native;
+ String loadResourceSynchronously(String url) native;
+
void loaded() native;
String localizedStringsURL() native;
@@ -39,7 +41,7 @@ class InspectorFrontendHost native "*InspectorFrontendHost" {
void setAttachedWindowHeight(int height) native;
- void setExtensionAPI(String script) native;
+ void setInjectedScriptForOrigin(String origin, String script) native;
void showContextMenu(MouseEvent event, Object items) native;
« no previous file with comments | « client/dom/generated/src/frog/InjectedScriptHost.dart ('k') | client/dom/generated/src/frog/Location.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698