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

Unified Diff: inspector/InjectedScriptHost.idl

Issue 542055: DevTools: injected script per context(WebCore part) (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « inspector/InjectedScriptHost.cpp ('k') | inspector/InspectorBackend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inspector/InjectedScriptHost.idl
===================================================================
--- inspector/InjectedScriptHost.idl (revision 53180)
+++ inspector/InjectedScriptHost.idl (working copy)
@@ -32,14 +32,10 @@
module core {
interface [Conditional=INSPECTOR] InjectedScriptHost {
- [Custom] DOMWindow inspectedWindow();
- [Custom] DOMObject wrapCallback(in DOMObject callback);
void clearConsoleMessages();
void copyText(in DOMString text);
[Custom] DOMObject nodeForId(in long nodeId);
- [Custom] long wrapObject(in DOMObject object, in DOMString objectGroup);
- [Custom] DOMObject unwrapObject(in long objectId);
[Custom] int pushNodePathToFrontend(in DOMObject node, in boolean withChildren, in boolean selectInUI);
void addNodesToSearchResult(in DOMString nodeIds);
« no previous file with comments | « inspector/InjectedScriptHost.cpp ('k') | inspector/InspectorBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698