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

Side by Side Diff: LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt

Issue 9250027: Merge 103979 - v8 binding: npCreateV8ScriptObject() should not returned an existing V8NPObject if... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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 unified diff | Download patch
OLDNEW
1 Test for bug 74515: npCreateV8ScriptObject() should not return an existing V8NPO bject if the rootObject doesn't match. 1 Test for bug 74515: npCreateV8ScriptObject() should not return an existing V8NPO bject if the rootObject doesn't match.
2 The subframe causes an entry corresponding to window.top to be added to staticV8 NPObjectMap with the subframe as rootObject. When the plugin in the main frame e xecutes script "outputResult()", the existing entry in staticV8NPObjectMap shoul d not be used. Otherwise the wrong outputResult(), which is in the subframe, wil l be called. 2 The subframe causes an entry corresponding to window.top to be added to staticV8 NPObjectMap with the subframe as rootObject. When the plugin in the main frame e xecutes script "outputResult()", the existing entry in staticV8NPObjectMap shoul d not be used. Otherwise the wrong outputResult(), which is in the subframe, wil l be called.
3 3
4 4
5 SUCCESS 5 SUCCESS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698