Re: [blink-dev] Re: Intent to Prototype: Initiator Info in Resource Timing API

2023-09-05 Thread Yoav Weiss
Thanks for working on this!! :) On Tue, Sep 5, 2023 at 5:27 PM Yash Joshi wrote: > Just sharing an update. Tentative WPT Tests Added in CL : > https://chromium-review.googlesource.com/c/chromium/src/+/4659532. > Feature Implementation Behind RuntimeEnabled Flag CL: > https://chromium-review.goog

Re: [blink-dev] Intent to Implement and Ship: Per-frame quantizer in VideoEncoder

2023-09-05 Thread Bernard Aboba
For the WEBRTC/MEDIA WG joint meeting at TPAC, Eugene has put together some slides and a demo of QP-based rate control: https://docs.google.com/presentation/d/1FpCAlxvRuC0e52JrthMkx-ILklB5eHszbk8D3FIuSZ0/edit#slide=id.g2397bc70323_0_17 As noted in the graph, "actual" rate remains close to the "d

[blink-dev] Intent to Prototype: Web Preferences API

2023-09-05 Thread Luke
Contact emails lukewarlow...@gmail.com , l...@warlow.dev Explainer https://github.com/lukewarlow/web-preferences-api Specification https://specs.lukewarlow.dev/web-preferences-api Summary The Web Preference API aims to provide a way for s

[blink-dev] (Resending) Help needed: piloting run_wpt_tests.py and update metadata tool

2023-09-05 Thread 'Weizhong Xia' via blink-dev
Hey Folks We are about to launch Wptrunner in chromium. For those working on WPT, can you pls take some time to try out the tools and report any issues you discovered? If you are interested, pls register through the link below. https://docs.google.com/forms/d/17PPFPA_qz4L-0BOiyeCgrulAwMg-MvXU40hO

[blink-dev] Intent to Ship: Protected Audience directFromSellerSignals via HTTP response headers

2023-09-05 Thread Paul Jensen
Contact emails *pauljen...@chromium.org *Explainer *https://github.com/WICG/turtledove/pull/69 5*Specification *https://github.com/WICG/turtledove/pull/771 https://github.com/WICG/turtledove/pull/774

Re: [blink-dev] Re: Intent to Prototype And Ship: Allow transferring ArrayBuffer into VideoFrame, AudioData, EncodedVideoChunk, EncodedAudioChunk, ImageDecoder constructors

2023-09-05 Thread Dale Curtis
I wouldn't say it's urgent, but I would hope for feedback within a week or two. Thanks! - dale On Sun, Sep 3, 2023 at 4:32 AM Sangwhan Moon wrote: > Thank you for filing this. If it is urgent, I could flag it as time > constrained. > > On Aug 31, 2023, at 7:14, 'Eugene Zemtsov' via blink-dev <

Re: [blink-dev] PSA: Opener Storage Partitioning Explainer

2023-09-05 Thread 'Charlie Reis' via blink-dev
> > (2) Your insight is correct, and some UI based communication would likely > be needed. On Desktop, one could imagine the 'popup' tab ui being enough to > indicate that storage was (and maybe would even always be) transient), but > if a normal new tab is opened that happens to maintain an opener

Re: [blink-dev] PSA: Ads Relevance and Measurement APIs ramping up

2023-09-05 Thread Josh Karlin
We've started ramping up all of the APIs to 99% of users as of September 1st. As before, users need to relaunch Chrome before version updates or incremental API updates take effect. You can reach out to us here or on the developer support repo ( https://github.com/GoogleChromeLabs/privacy-sandbox-d

Re: [blink-dev] Re: Intent to Ship: Bounce Tracking Mitigations

2023-09-05 Thread Chris Harrelson
LGTM3 On Tue, Sep 5, 2023 at 6:56 AM Ben Kelly wrote: > Ping for last LGTM or more feedback. We were hoping to be able to collect > some stable data before TPAC, if possible. > > On Wed, Aug 30, 2023 at 8:45 AM Yoav Weiss wrote: > >> LGTM2 >> >> On Tue, Aug 29, 2023 at 5:44 PM Ben Kelly >> wr

Re: [blink-dev] PSA: Opener Storage Partitioning Explainer

2023-09-05 Thread Ari Chivukula
(1) A agree that user friction is likely to be significant with proposal 2. I think it would be difficult to turn it on by default until something like FedCM is widely adopted. (2) Your insight is correct, and some UI based communication would likely be needed. On Desktop, one could imagine the 'po

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

2023-09-05 Thread Chris Harrelson
LGTM3 On Tue, Sep 5, 2023 at 8:27 AM Mike Taylor wrote: > LGTM2 > On 9/3/23 8:12 PM, Yoav Weiss wrote: > > LGTM1 > > > > On Mon, Sep 4, 2023 at 2:24 AM Kenichi Ishibashi > wrote: > >> Hi, sorry for the long delay. >> >> The feature page >>

[blink-dev] Re: Intent to Prototype: Initiator Info in Resource Timing API

2023-09-05 Thread Yash Joshi
Just sharing an update. Tentative WPT Tests Added in CL : https://chromium-review.googlesource.com/c/chromium/src/+/4659532. Feature Implementation Behind RuntimeEnabled Flag CL: https://chromium-review.googlesource.com/c/chromium/src/+/4812813 Regards On Tuesday, September 5, 2023 at 8:47:02 

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

2023-09-05 Thread Mike Taylor
LGTM2 On 9/3/23 8:12 PM, Yoav Weiss wrote: LGTM1 On Mon, Sep 4, 2023 at 2:24 AM Kenichi Ishibashi wrote: Hi, sorry for the long delay. The feature page now shows sites that use Authorization header for cr

Re: [blink-dev] PSA: Opener Storage Partitioning Explainer

2023-09-05 Thread 'Charlie Reis' via blink-dev
Thanks for sharing. I have a few questions and concerns about this approach, which might be worth discussing. 1) Giving transient storage to windows with openers (i.e., Proposal 2) seems like a reasonable way to prevent a subframe in one partition from leaking info to a same-origin popup in a pri

[blink-dev] Intent to Prototype: Initiator Info in Resource Timing API

2023-09-05 Thread Yash Joshi
Contact emailsyashjoshim...@gmail.com Explainer https://docs.google.com/document/d/1ODMUQP9ua-0plxe0XhDds6aPCe_paZS6Cz1h1wdYiKU/edit SpecificationNone Summary This feature enhancement proposes the addition of a new field to the PerfomanceResourceTiming API which will expose the initiator inform

Re: [blink-dev] Re: Intent to Ship: Bounce Tracking Mitigations

2023-09-05 Thread Ben Kelly
Ping for last LGTM or more feedback. We were hoping to be able to collect some stable data before TPAC, if possible. On Wed, Aug 30, 2023 at 8:45 AM Yoav Weiss wrote: > LGTM2 > > On Tue, Aug 29, 2023 at 5:44 PM Ben Kelly wrote: > >> On Tue, Aug 29, 2023 at 1:40 AM Yoav Weiss >> wrote: >> >>>