[Webkit-unassigned] [Bug 21288] Implement HTML5's sandbox attribute for iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 06:14:16 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=21288


Patrik Persson <patrik.j.persson at ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42859|0                           |1
        is obsolete|                            |
  Attachment #42959|                            |review?
               Flag|                            |




--- Comment #24 from Patrik Persson <patrik.j.persson at ericsson.com>  2009-11-11 06:14:13 PST ---
Created an attachment (id=42959)
 --> (https://bugs.webkit.org/attachment.cgi?id=42959)
Revised patch.

Changes from previous patch:

* Moved up to r50793.

* SecurityOrigin::isSameSchemeHostPort now considers sandbox
  status. CrossOriginAccessControl no longer knows anything about
  sandboxing.

* HTMLFrameOwnerElement::inheritSandboxFlags now copies sandbox flags
  to the document's SecurityOrigin.

  Also excluded some logic in the same method to terminate flag
  propagation early if flags have not changed: if the 'inDocument()'
  status has changed, we still need to copy flags to the descendants'
  SecurityOrigins.

* Minor changes to meet coding style guidelines.

-- 
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