[blink-dev] Intent to Prototype and Ship: WebUSB SameObject

2022-02-25 Thread 'Jack Hsieh' via blink-dev
Contact emails chengw...@chromium.com Explainer None Specification https://wicg.github.io/webusb/#device-usage https://github.com/WICG/webusb/pull/212 Summary Make USBConfiguration, USBInterface, USBAlternateInterface, and USBEndpoint instances returned by the accessors on USBDevice ===

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-02-25 Thread Mitar
Hi! So I finally got to experiment a bit with HTTP2 push, preload link header, and 103 early hints and to compare them, especially in the context of API endpoints (similar to Vulcain [1]). My observations are: Go does not yet support 103 Early hints (but PRs exist [2][3]). 103 Early hints seem

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-02-25 Thread 'Daniel Vogelheim' via blink-dev
Hi Noah, Support for the cross-origin access warning landed this week, but unfortunately only after the M100 branch cut. So this will first appear in M101. If you're willing to build Chromium from tip-of-tree, you should be able to try it out now. Daniel On Fri, Feb 25, 2022 at 5:31 PM Noah

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-02-25 Thread Noah Lemen
Any updates on the deprecation warning for cross-domain access? We're now looking into setting up the Reporting API to capture this once available. Which milestone do you estimate it will ship? On Monday, February 14, 2022 at 12:28:18 PM UTC-5 Daniel Vogelheim wrote: > Hi all, just a brief

Re: [blink-dev] How to check if a document is fully active in Blink?

2022-02-25 Thread Rakina Zata Amni
One particular part that might differ a bit than the currently specified definition of "fully active" is the check for whether the page's lifecycle state is "active" or not, as we should also categorize BFCached documents (and maybe prerendered documents as well?) as not "fully active" (see this

[blink-dev] Intent to Prototype: Mediacapture-transform VideoTrackGenerator

2022-02-25 Thread 'Harald Alvestrand' via blink-dev
Contact emails...@chromium.org Explainer https://github.com/w3c/mediacapture-transform/blob/main/explainer.md Specification https://w3c.github.io/mediacapture-transform/#video-track-generator Summary API to generate a video MediaStreamTrack from a WHATWG Stream of VideoFrame objects. This is