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

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

Issue 9233028: Frog dart:dom using interfaces and native implementation classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 InspectorFrontendHostJS implements InspectorFrontendHost native "*Inspecto rFrontendHost" {
3 3
4 void bringToFront() native; 4 void bringToFront() native;
5 5
6 bool canSaveAs() native; 6 bool canSaveAs() native;
7 7
8 void closeWindow() native; 8 void closeWindow() native;
9 9
10 void copyText(String text) native; 10 void copyText(String text) native;
11 11
12 String hiddenPanels() native; 12 String hiddenPanels() native;
(...skipping 25 matching lines...) Expand all
38 void requestSetDockSide(String side) native; 38 void requestSetDockSide(String side) native;
39 39
40 void saveAs(String fileName, String content) native; 40 void saveAs(String fileName, String content) native;
41 41
42 void sendMessageToBackend(String message) native; 42 void sendMessageToBackend(String message) native;
43 43
44 void setAttachedWindowHeight(int height) native; 44 void setAttachedWindowHeight(int height) native;
45 45
46 void setInjectedScriptForOrigin(String origin, String script) native; 46 void setInjectedScriptForOrigin(String origin, String script) native;
47 47
48 void showContextMenu(MouseEvent event, Object items) native; 48 void showContextMenu(MouseEventJS event, Object items) native;
49 49
50 var dartObjectLocalStorage; 50 var dartObjectLocalStorage;
51 51
52 String get typeName() native; 52 String get typeName() native;
53 } 53 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/InjectedScriptHost.dart ('k') | client/dom/generated/src/frog/Int16Array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698