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

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

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

Powered by Google App Engine
This is Rietveld 408576698