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

Side by Side Diff: client/dom/generated/src/frog/InspectorFrontendHost.dart

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
OLDNEW
1 1
2 class InspectorFrontendHost native "*InspectorFrontendHost" { 2 class InspectorFrontendHost native "*InspectorFrontendHost" {
3 3
4 void bringToFront() native; 4 void bringToFront() native;
5 5
6 bool canSaveAs() native;
7
8 void closeWindow() native; 6 void closeWindow() native;
9 7
10 void copyText(String text) native; 8 void copyText(String text) native;
11 9
10 void disconnectFromBackend() native;
11
12 String hiddenPanels() native; 12 String hiddenPanels() native;
13 13
14 void inspectedURLChanged(String newURL) native; 14 void inspectedURLChanged(String newURL) native;
15 15
16 String loadResourceSynchronously(String url) native;
17
18 void loaded() native; 16 void loaded() native;
19 17
20 String localizedStringsURL() native; 18 String localizedStringsURL() native;
21 19
22 void moveWindowBy(num x, num y) native; 20 void moveWindowBy(num x, num y) native;
23 21
24 String platform() native; 22 String platform() native;
25 23
26 String port() native; 24 String port() native;
27 25
28 void recordActionTaken(int actionCode) native; 26 void recordActionTaken(int actionCode) native;
29 27
30 void recordPanelShown(int panelCode) native; 28 void recordPanelShown(int panelCode) native;
31 29
32 void recordSettingChanged(int settingChanged) native; 30 void recordSettingChanged(int settingChanged) native;
33 31
34 void requestAttachWindow() native; 32 void requestAttachWindow() native;
35 33
36 void requestDetachWindow() native; 34 void requestDetachWindow() native;
37 35
38 void saveAs(String fileName, String content) native; 36 void saveAs(String fileName, String content) native;
39 37
40 void sendMessageToBackend(String message) native; 38 void sendMessageToBackend(String message) native;
41 39
42 void setAttachedWindowHeight(int height) native; 40 void setAttachedWindowHeight(int height) native;
43 41
44 void setInjectedScriptForOrigin(String origin, String script) native; 42 void setExtensionAPI(String script) native;
45 43
46 void showContextMenu(MouseEvent event, Object items) native; 44 void showContextMenu(MouseEvent event, Object items) native;
47 45
48 var dartObjectLocalStorage; 46 var dartObjectLocalStorage;
49 47
50 String get typeName() native; 48 String get typeName() native;
51 } 49 }
OLDNEW
« 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