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

Unified Diff: bindings/v8/ScriptController.h

Issue 118189: Upstream changes to run content scripts in their own world. (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 11 years, 6 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 | « no previous file | bindings/v8/ScriptController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/v8/ScriptController.h
===================================================================
--- bindings/v8/ScriptController.h (revision 44597)
+++ bindings/v8/ScriptController.h (working copy)
@@ -64,6 +64,12 @@
// as a string.
ScriptValue evaluate(const ScriptSourceCode&);
+ // Executes JavaScript in a new world associated with the web frame. The
+ // script gets its own global scope, its own prototypes for intrinsic
+ // JavaScript objects (String, Array, and so-on), and its own wrappers for
+ // all DOM nodes and DOM constructors.
+ void evaluateInNewWorld(const Vector<ScriptSourceCode>&);
+
// Executes JavaScript in a new context associated with the web frame. The
// script gets its own global scope and its own prototypes for intrinsic
// JavaScript objects (String, Array, and so-on). It shares the wrappers for
« no previous file with comments | « no previous file | bindings/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698