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

Unified Diff: inspector/InspectorBackend.h

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.idl ('k') | inspector/InspectorBackend.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inspector/InspectorBackend.h
===================================================================
--- inspector/InspectorBackend.h (revision 53180)
+++ inspector/InspectorBackend.h (working copy)
@@ -104,7 +104,8 @@
JavaScriptCallFrame* currentCallFrame() const;
#endif
- void dispatchOnInjectedScript(long callId, const String& methodName, const String& arguments, bool async);
+ void setInjectedScriptSource(const String& source);
+ void dispatchOnInjectedScript(long callId, long injectedScriptId, const String& methodName, const String& arguments, bool async);
void getChildNodes(long callId, long nodeId);
void setAttribute(long callId, long elementId, const String& name, const String& value);
void removeAttribute(long callId, long elementId, const String& name);
@@ -119,7 +120,7 @@
void deleteCookie(const String& cookieName, const String& domain);
// Generic code called from custom implementations.
- void releaseWrapperObjectGroup(const String& objectGroup);
+ void releaseWrapperObjectGroup(long injectedScriptId, const String& objectGroup);
void didEvaluateForTestInFrontend(long callId, const String& jsonResult);
#if ENABLE(DATABASE)
« no previous file with comments | « inspector/InjectedScriptHost.idl ('k') | inspector/InspectorBackend.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698