DescriptionAdd support for 'allow-orientation-lock' sandboxing directive
Add support for 'allow-orientation-lock' sandboxing directive when parsing
sandboxing directives:
https://w3c.github.io/screen-orientation/#dfn-sandboxed-orientation-lock-browsing-context-flag
Also throw an SecurityError DOMException if screen.lockOrientation() is called
on a Document whose active sandboxing flag set has the sandboxed orientation
lock browsing context flag set, as per the latest Screen Orientation API:
https://w3c.github.io/screen-orientation/#dfn-apply-an-orientation-lock
R=abarth@chromium.org
BUG=162827
TEST=screen_orientation/lockOrientation-sandboxed-iframe.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173806
Patch Set 1 #Patch Set 2 : Add comment #Patch Set 3 : Use testharness.js #Patch Set 4 : test clean up #
Total comments: 3
Patch Set 5 : Revert bad local change #
Messages
Total messages: 12 (0 generated)
|