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

Unified Diff: inspector/InjectedScriptHost.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/ConsoleMessage.cpp ('k') | inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: inspector/InjectedScriptHost.h
===================================================================
--- inspector/InjectedScriptHost.h (revision 53180)
+++ inspector/InjectedScriptHost.h (working copy)
@@ -66,8 +66,6 @@
void copyText(const String& text);
Node* nodeForId(long nodeId);
- ScriptValue wrapObject(const ScriptValue& object, const String& objectGroup);
- ScriptValue unwrapObject(const String& objectId);
long pushNodePathToFrontend(Node* node, bool withChildren, bool selectInUI);
void addNodesToSearchResult(const String& nodeIds);
@@ -88,12 +86,15 @@
ScriptObject injectedScriptFor(ScriptState*);
ScriptObject injectedScriptForId(long);
void discardInjectedScripts();
+ void releaseWrapperObjectGroup(long injectedScriptId, const String& objectGroup);
private:
InjectedScriptHost(InspectorController* inspectorController);
InspectorDOMAgent* inspectorDOMAgent();
InspectorFrontend* inspectorFrontend();
+ void releaseWrapperObjectGroup(const ScriptObject& injectedScript, const String& objectGroup);
+
InspectorController* m_inspectorController;
String m_injectedScriptSource;
long m_nextInjectedScriptId;
« no previous file with comments | « inspector/ConsoleMessage.cpp ('k') | inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698