Add support for the "fullscreen" feature in Feature Policy.
The feature hasn't been defined yet in FeaturePolicy.cpp. It should be defined there, and checked before allowing the use of ELement.requestFullScreen.
If not allowed by policy, the call to requestFullScreen should fail with an error.
Also complicating this is that we need to ensure that the allowfullscreen iframe attribute is *also* supported. This is an alternative method, but the original method should still work in the absence of a Feature-Policy header.
Comment 1 by iclell...@chromium.org
, Nov 18 2016Labels: Feature-Policy OS-Android OS-Chrome OS-Linux OS-Mac OS-Windows
Status: Started (was: Assigned)