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

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

Issue 9084005: 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 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 interface InspectorFrontendHost { 7 interface InspectorFrontendHost {
8 8
9 void bringToFront(); 9 void bringToFront();
10 10
11 bool canSaveAs();
12
11 void closeWindow(); 13 void closeWindow();
12 14
13 void copyText(String text); 15 void copyText(String text);
14 16
15 void disconnectFromBackend();
16
17 String hiddenPanels(); 17 String hiddenPanels();
18 18
19 void inspectedURLChanged(String newURL); 19 void inspectedURLChanged(String newURL);
20 20
21 String loadResourceSynchronously(String url);
22
21 void loaded(); 23 void loaded();
22 24
23 String localizedStringsURL(); 25 String localizedStringsURL();
24 26
25 void moveWindowBy(num x, num y); 27 void moveWindowBy(num x, num y);
26 28
27 String platform(); 29 String platform();
28 30
29 String port(); 31 String port();
30 32
31 void recordActionTaken(int actionCode); 33 void recordActionTaken(int actionCode);
32 34
33 void recordPanelShown(int panelCode); 35 void recordPanelShown(int panelCode);
34 36
35 void recordSettingChanged(int settingChanged); 37 void recordSettingChanged(int settingChanged);
36 38
37 void requestAttachWindow(); 39 void requestAttachWindow();
38 40
39 void requestDetachWindow(); 41 void requestDetachWindow();
40 42
41 void saveAs(String fileName, String content); 43 void saveAs(String fileName, String content);
42 44
43 void sendMessageToBackend(String message); 45 void sendMessageToBackend(String message);
44 46
45 void setAttachedWindowHeight(int height); 47 void setAttachedWindowHeight(int height);
46 48
47 void setExtensionAPI(String script); 49 void setInjectedScriptForOrigin(String origin, String script);
48 50
49 void showContextMenu(MouseEvent event, Object items); 51 void showContextMenu(MouseEvent event, Object items);
50 } 52 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/interface/InjectedScriptHost.dart ('k') | client/dom/generated/src/interface/Int16Array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698