[Webkit-unassigned] [Bug 38424] add support for text/html-sandboxed on sandboxed iframes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 26 23:25:29 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=38424
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64832|review?, commit-queue? |review-
Flag| |
--- Comment #17 from Adam Barth <abarth at webkit.org> 2010-08-26 23:25:29 PST ---
(From update of attachment 64832)
Generally, this looks good. Can you add a test for loading a text/html-sandboxed document inside a plain iframe in a sandboxed iframe?
Thanks!
LayoutTests/http/tests/security/html-sandboxed-mainwindow.html:7
+ layoutTestController.setCanOpenWindows();
Do we still need to call closeRemainingWindowsWhenDone to clean up properly? (I might have gotten the name wrong.)
LayoutTests/http/tests/security/html-sandboxed-mainwindow.html:15
+ var nbrTrustedWindows = 0;
nbr => generally we don't like these sorts of abbreviations.
LayoutTests/http/tests/security/html-sandboxed-mainwindow.html:31
+ for (var i = 0; i < 5; i++) {
Why do we open so many windows? That seems like of silly.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list