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

Unified Diff: core/inspector/InspectorFrontendHost.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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 | « core/inspector/InjectedScriptHost.idl ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/InspectorFrontendHost.idl
diff --git a/core/inspector/InspectorFrontendHost.idl b/core/inspector/InspectorFrontendHost.idl
index 058608a71148919e747e54ffbfc71e3c1a4ee544..c655170d8fc744085664cf2ef26c2ec76480a0d7 100644
--- a/core/inspector/InspectorFrontendHost.idl
+++ b/core/inspector/InspectorFrontendHost.idl
@@ -31,6 +31,7 @@
*/
[
+ WillBeGarbageCollected,
NoInterfaceObject
] interface InspectorFrontendHost {
// FIXME: setZoomFactor is here only for old frontends. Remove in M38.
@@ -43,7 +44,9 @@
[Custom] DOMString platform();
[Custom] DOMString port();
+ // FIXME: showContextMenu is here only for old frontends. Remove in M43.
[Custom] void showContextMenu(MouseEvent event, any items);
+ [Custom] void showContextMenuAtPoint(float x, float y, any items);
void sendMessageToBackend(DOMString message);
void sendMessageToEmbedder(DOMString message);
@@ -54,4 +57,5 @@
DOMString getSelectionForegroundColor();
boolean isUnderTest();
+ boolean isHostedMode();
};
« no previous file with comments | « core/inspector/InjectedScriptHost.idl ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698