Re: [blink-dev] Intent to Prototype: Declarative PendingBeacon API

2022-05-17 Thread Darren Willis
Sorry for the late reply. Agreed that we'll want this feature to bypass service workers, I'll add this to the explainer. On Mon, May 9, 2022 at 11:29 PM Ben Kelly wrote: > How does this feature interact with service workers? Will it trigger a > FetchEvent to be fired in the worker thread? > > I

Re: [blink-dev] Intent to Ship: WebGL canvas color management

2022-05-17 Thread Ken Russell
LGTM not as API owner, but as member of Khronos' WebGL working group (and also the chair). -Ken On Tue, May 17, 2022 at 3:40 PM 'Christopher Cameron' via blink-dev < blink-dev@chromium.org> wrote: > Contact emailsccame...@chromium.org > > Specification > This is part of the WebGL specification

[blink-dev] Intent to Ship: WebGL canvas color management

2022-05-17 Thread 'Christopher Cameron' via blink-dev
Contact emailsccame...@chromium.org Specification This is part of the WebGL specification. In particular: - 5.14.1 context attributes discusses drawingBufferColorSpace and unpackColorSpace - 5.14.8 texture objects

[blink-dev] Intent to prototype and ship: CSS grid-template properties interpolation

2022-05-17 Thread 'Ana Sollano Kim' via blink-dev
Contact emails ansol...@microsoft.com, dli...@microsoft.com Explainer None Specification https://www.w3.org/TR/css-grid-1/#track-sizing

Re: [blink-dev] Is it possible to enable GLES 3.1 features?

2022-05-17 Thread 杨飞
Hi Ken, I've just hacked through it!! Turns out that things just got a little bit complicated after the "ES31ForTesting" context was added. The final list of hacks: * In gpu/command_buffer/services/gl_utils.cc In PopulateNumericCapabilities(): Skip IsES31ForTestingContext check. Always set "mi

[blink-dev] The countdown to BlinkOn 16 is almost over!

2022-05-17 Thread Ashley Haman
Bcc: blink-dev@ and BlinkOn 16 attendees Hi everyone, The countdown to BlinkOn 16 is almost over! If you haven't already done so, now is your last chance to register and sign up

[blink-dev] Re: [webkit-dev] Intent to Remove: Legacy Client Hint Mode

2022-05-17 Thread Ari Chivukula
M104 ~ Ari Chivukula (Their/There/They're) On Tue, May 17, 2022, 10:59 Joe Medley wrote: > Hi, > > In which version do you intend to remove this? > > Joe > > On Monday, March 7, 2022 at 7:54:29 AM UTC-8 ari...@chromium.org wrote: > >> Contact emails >> >> ari...@chromium.org, jadek...@chromium.

[blink-dev] Re: [webkit-dev] Intent to Remove: Legacy Client Hint Mode

2022-05-17 Thread 'Joe Medley' via blink-dev
Hi, In which version do you intend to remove this? Joe On Monday, March 7, 2022 at 7:54:29 AM UTC-8 ari...@chromium.org wrote: > Contact emails > > ari...@chromium.org, jadek...@chromium.org, mike...@chromium.org > > Design Doc > > > https://docs.google.com/document/d/1igtMPtVTiX24bVaUo6tBgx3B1

Re: [blink-dev] Intent to Prototype and Ship: User-Agent Client Hints API Updates

2022-05-17 Thread Mike Taylor
PSA: In https://chromium-review.googlesource.com/c/chromium/src/+/3646649 I landed a fix to navigator.userAgentData.toJSON() which has been missing the "platform" hint since it the toJSON method was added. This is a purely additive bugfix, but please let me know if anyone runs into any breakag

[blink-dev] Intent to Prototype: Secure Payment Confirmation - Opt-Out Support

2022-05-17 Thread Stephen Mcgruer
Contact emailssmcgr...@chromium.org ExplainerNone Specificationhttps://w3c.github.io/secure-payment-confirmation Design docshttps://github.com/w3c/secure-payment-confirmation/issues/172 Summary Adds an 'opt-out' flow to Secure Payment Confirmation. When the (optional) input flag is set, the SP

Re: [blink-dev] Intent to Ship: Opaque Response Blocking (ORB, aka CORB++) v0.1

2022-05-17 Thread Mike West
I'm comfortable with the risk here, given both the low overall upper bound on the number of requests that might be affected (and the presumably lower number of page views), coupled with the security benefits of hardening CORB and simplifying the mental model for developers. LGTM1. That said, I agr