commit | 912ddc5885b0621706aa970f27d38d67a889bb55 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Tue Sep 13 01:26:02 2016 |
committer | Brandon Jones <bajones@chromium.org> | Tue Sep 13 01:26:02 2016 |
tree | dd7ab54a45faa53af2cb1ae4c697bbd27464ec6e | |
parent | cf1e770de4f3d3aa4c09204d75f7b529d308d4ad [diff] |
Added allowvr attribute to iframes Given that the API is capable of taking over the screen on mobile, similar to fullscreen, it's prudent to ensure that iframes aren't given access to the feature unless explicitly granted permission by the embedding page. Spec: https://w3c.github.io/webvr/#allowvr-attribute BUG=389343 patch from issue 2331223002 at patchset 1 (http://crrev.com/2331223002#ps1)