Re: [blink-dev] Intent to Deprecate and Remove: Legacy callback-based RTCPeerConnection.getStats() API

2023-02-16 Thread Yoav Weiss
Hey Henrik! I think the general outline of the plan makes sense, but the timelines seem too aggressive. As we've recently seen in the track stats removal, there can be a time difference between the point a developer puts in the work to opt-in for a deprecation trial and the point in which this

Re: [blink-dev] PSA: A Blink runtime feature generates a base::Feature by default

2023-02-16 Thread Yoav Weiss
Amazing work, thank you so much!! On Fri, Feb 17, 2023 at 6:03 AM TAMURA, Kent wrote: > Now a runtime feature entry in runtime_enabled_features.json5 generates a > base::Feature instance with the same name by default. You can disable > this behavior by specifying `base_feature: "none"`. > >

[blink-dev] PSA: A Blink runtime feature generates a base::Feature by default

2023-02-16 Thread TAMURA, Kent
Now a runtime feature entry in runtime_enabled_features.json5 generates a base::Feature instance with the same name by default. You can disable this behavior by specifying `base_feature: "none"`. Existing entries in runtime_enabled_features.json5 which didn't have ` base_feature` now have

[blink-dev] Re: Intent to Ship: Remove Authorization header upon cross-origin redirect

2023-02-16 Thread Kenichi Ishibashi
Quick update, we added a use counter to see how often this could happen. I'll get back once we have data. On Wed, Feb 8, 2023 at 11:51 PM Yoav Weiss wrote: > Any use counters on how often this happens? > > On Thursday, February 2, 2023 at 8:58:35 AM UTC+1 Kenichi Ishibashi wrote: > Contact

[blink-dev] PSA: WebHID in Extension Service Workers

2023-02-16 Thread 'Tarek ElBahnasawy' via blink-dev
Contact emailsmattreyno...@chromium.org, chengw...@chromium.org Explainerwebhid/WEBHID_IN_EXTENSION_SERVICE_WORKERS_EXPLAINER.md at main SpecificationWebHID API

[blink-dev] Re: Intent to Experiment: Increased max nesting level for setTimeout(0)

2023-02-16 Thread 'François Doray' via blink-dev
The change to the nesting level at which 4ms clamping kicks in (MaxUnthrottledTimeoutNestingLevel) never shipped, because Speedometer 2.1 is not affected by it like Speedometer 2.0 was. However, WebKit did implement this change:

[blink-dev] Re: Intent to Experiment: FedCM Auto Re-Authentication API

2023-02-16 Thread Yi Gu
Hi Mike, this is for an Origin Trial. On Thu, Feb 16, 2023 at 1:14 PM Mike Taylor wrote: > Hi Yi, > > Is this a request for an Origin Trial, or are you requesting to ship for > some percentage of Stable users? > > On Wednesday, February 15, 2023 at 9:28:14 PM UTC-5 Yi Gu wrote: > >> Contact

[blink-dev] Re: Intent to Experiment: FedCM Auto Re-Authentication API

2023-02-16 Thread Mike Taylor
Hi Yi, Is this a request for an Origin Trial, or are you requesting to ship for some percentage of Stable users? On Wednesday, February 15, 2023 at 9:28:14 PM UTC-5 Yi Gu wrote: > Contact emails > > > *y...@chromium.org *Explainer > > > *https://github.com/fedidcg/FedCM/issues/429 >

Re: [blink-dev] Re: Intent to Implement & Ship: User-Agent Reduction Phase 6 (deviceModel and androidVersion reduction in Android)

2023-02-16 Thread Mike Taylor
Hi all, Due to an unrelated release blocker bug, our best-guess prediction of Feb 14th to start the 1% roll-out was incorrect (M110 on Android is currently at 50% ). I'm hopeful we'll be at 100% by next Tuesday, so at the risk of

[blink-dev] Intent to Prototype: mdoc presentation API

2023-02-16 Thread Adam Langley
*Contact emails* agl, goto, and rbyers @chromium.org *Specification* https://github.com/WICG/mobile-document-request-api/pull/5 *Summary* Mobile driver's licenses use a format called mdoc (ISO/IEC 18013-5:2021), but other forms of identity can also use it. This Web Platform feature would allow

Re: [blink-dev] Intent to Deprecate: non-standard `shadowroot` attribute for declarative shadow DOM

2023-02-16 Thread Mason Freed
On Wed, Feb 15, 2023 at 10:14 PM Yoav Weiss wrote: > Do you have any predicted end milestone for the deprecation? What does > current usage look like? > So usage has ticked up recently, to about 0.01% . I think the spike is due

[blink-dev] Intent to Deprecate and Remove: Legacy callback-based RTCPeerConnection.getStats() API

2023-02-16 Thread Henrik Boström
*This deprecation is not to be confused with the track stats deprecation , which is deprecating a small subset of the modern API. This deprecation related to the removal of the legacy API, a different API with the same name.*