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

Unified Diff: ceee/ie/plugin/scripting/content_script_manager_unittest.cc

Issue 5133002: IE CEEE: Add another layer of isolation to content scripts execution through ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « ceee/ie/plugin/scripting/content_script_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/scripting/content_script_manager_unittest.cc
===================================================================
--- ceee/ie/plugin/scripting/content_script_manager_unittest.cc (revision 66423)
+++ ceee/ie/plugin/scripting/content_script_manager_unittest.cc (working copy)
@@ -243,7 +243,7 @@
// Register the window object and initialize its globals.
EXPECT_CALL(*script_host_,
- RegisterScriptObject(StrEq(L"window"), _, false))
+ RegisterScriptObject(StrEq(L"unsafeWindow"), _, false))
.WillOnce(Return(S_OK));
EXPECT_CALL(*script_host_, RunExpression(StrEq(L"ceee.initGlobals_"), _))
.WillOnce(DoAll(
« no previous file with comments | « ceee/ie/plugin/scripting/content_script_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698