[presentation-api] Pull Request: Sets top-level navigation and modal dialog flags on presentations.

mfoltzgoogle has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Sets top-level navigation and modal dialog flags on presentations. 
==
Addresses Issue #414: Receiving browsing context needs additional 
flags set.

It sets the _sandboxed top-level navigation browsing context flag_ and
 _sandboxed modals flag_ on the receiving browsing context, to protect
 the integrity of the origin being presented, and to reflect 
implementation behavior (pending Mozilla feedback).

It also drops a reference to calling `window.close()`, as this is not 
allowed with the former flag set.  Instead, the presentation must call
 connection.terminate() on any PresentationConnection.



See https://github.com/w3c/presentation-api/pull/415

Received on Wednesday, 1 March 2017 00:00:44 UTC