steimelchrome

Results 6 comments of steimelchrome

concerns venue: We recently got moved into a WICG repo here: https://github.com/WICG/document-picture-in-picture concerns use cases: Use cases were added to the explainer. Thanks for recommending that concerns portability: I'm not...

> Where in Chromium is the code for this feature? Renderer side: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/document_picture_in_picture/ Browser side: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.h, https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/picture_in_picture/

For the initial launch of this API, Chrome disabled the ability for websites to use the resizeTo() and resizeBy() Window APIs to avoid spammy abuse given the always-on-top nature of...

As a small addition, we also propose explicitly allowing Window's `focus()` API to focus the opener window from the picturein-in-picture window, so that websites can programmatically return to the opener...

Another addition we're proposing is a new boolean parameter `disallowReturnToOpener`, which defaults to false. When set to true, it hints to the user agent that showing a button in the...

We're also proposing allowing user gestures in the document picture-in-picture window to be usable in the opener window and vice versa. This makes it more ergonomic to use user-activation-gated APIs,...