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

2024-04-15 Thread Yoav Weiss (@Shopify)
On Mon, Apr 15, 2024 at 2:18 PM Tom Komarnicki wrote: > Hey, > > Sorry for necro'ing this thread, I'm aware that this has been on the > "done" pile for a while - and maybe it should've been brought up earlier, > but how do you "disable" this feature ? It's making the BE dev exhaustingly > painful

Re: [blink-dev] Intent to Extend Reverse Origin Trial: Trial for SharedArrayBuffers in non-isolated pages on Desktop platforms

2024-04-15 Thread Yoav Weiss (@Shopify)
LGTM to extend the deprecation trial till M131 (inclusive) On Thu, Apr 11, 2024 at 11:21 AM Camille Lamy wrote: > Contact emails > > v...@chromium.org cl...@chromium.org > > Explainer > > > https://docs.google.com/document/d/1zDlfvfTJ_9e8Jdc8ehuV4zMEu9ySMCiTGMS9y0GU92k > > Specification > > http

Re: [blink-dev] Intent to Ship: Gamepad API Trigger-Rumble Extension

2024-04-15 Thread Yoav Weiss (@Shopify)
On Thu, Apr 11, 2024 at 1:02 AM 'Gabriel Brito' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > gabrielbr...@microsoft.com > > Explainer > > https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/GamepadHapticsActuatorTriggerRumble/explainer.md > > Specification > https://w3

Re: [blink-dev] Intent to Prototype: Importmap integrity

2024-04-15 Thread Yoav Weiss (@Shopify)
I somehow missed the fact that `require-sri-for` was removed. That doesn't change the value of this feature from my perspective. On Mon, Apr 15, 2024 at 9:39 PM Yoav Weiss (@Shopify) < yoavwe...@chromium.org> wrote: > > > On Mon, Apr 15, 2024 at 8:17 PM Jeffrey Yasskin > wrote: > >> This looks g

Re: [blink-dev] Intent to Ship: CSS Anchor Positioning

2024-04-15 Thread Mason Freed
Thanks for the detailed reply, fantasai! And also thank you very much for all of the hard work you and Tab have put into this feature to make it what it is. We very much appreciate it. More inline: On Sun, Apr 14, 2024 at 10:56 PM fantasai wrote: > Speaking for myself only (not as Apple/WebKit)

Re: [blink-dev] Intent to Prototype: Document-Isolation-Policy

2024-04-15 Thread Charlie Reis
On Mon, Apr 8, 2024 at 1:20 AM Yoav Weiss (@Shopify) wrote: > I'm not sure same-origin isolation won't end up being a desired feature > on its own. I heard developers asking for stronger isolation primitives on > more than one occasion. I'll talk to folks and think about it some more. > To be cl

[blink-dev] FYI: Shared Storage API data storage limits updated

2024-04-15 Thread Cammie Smith Barnes
FYI: Shared Storage API data storage limits updated We have updated the Shared Storage API data storage limits in the interest of developer ergonomics. As noted previously in pull request #132 , we have removed the limits on number of keys as well

[blink-dev] Re: Intent to Ship: Shared Storage API Enhancements

2024-04-15 Thread Cammie Smith Barnes
FYI: Shared Storage API via HTTP response headers enabled by default in M124 Chrome was supposed to enable support for writing to Shared Storage via response headers by default in M119. Due to a bug, however, this behavior was not enabled by default and had to be enabled via the command line. Thi

Re: [blink-dev] Intent to Prototype: Importmap integrity

2024-04-15 Thread Yoav Weiss (@Shopify)
On Mon, Apr 15, 2024 at 8:17 PM Jeffrey Yasskin wrote: > This looks great; thanks for working on it! One question: > > My understanding is that there's an alternate design here in which the > integrity information is attached to the `import` statements inside > modules, which would allow develope

Re: [blink-dev] Intent to Prototype: Importmap integrity

2024-04-15 Thread Jeffrey Yasskin
This looks great; thanks for working on it! One question: My understanding is that there's an alternate design here in which the integrity information is attached to the `import` statements inside modules, which would allow developers to attach integrity information to url-based modules without ne

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

2024-04-15 Thread Tom Komarnicki
Hey, Sorry for necro'ing this thread, I'm aware that this has been on the "done" pile for a while - and maybe it should've been brought up earlier, but how do you "disable" this feature ? It's making the BE dev exhaustingly painful, not being able to intercept requests and re-forward them to th

[blink-dev] Intent to Prototype: Importmap integrity

2024-04-15 Thread Yoav Weiss (@Shopify)
Contact emailsyoavwe...@chromium.org Explainerhttps://github.com/guybedford/import-maps-extensions#integrity Specificationhttps://github.com/whatwg/html/pull/10269 Summary Imported ES modules can't currently have their integrity checked, and hence cannot run in environments that require Subreso

Re: [blink-dev] PSA: Direct Sockets in Chrome Apps

2024-04-15 Thread PhistucK
This is a little strange considering "Chrome apps" are quite close to being completely removed from Chrome altogether... https://blog.chromium.org/2021/10/extending-chrome-app-support-on-chrome.html I understand the reason, but this is continuing development on something that should not be further

[blink-dev] PSA: Direct Sockets in Chrome Apps

2024-04-15 Thread 'Andrew Rayskiy' via blink-dev
Contact emails greengr...@google.com Explainer https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md Specification https://wicg.github.io/direct-sockets Summary Allows web apps to establish direct transmission control protocol (TCP) and user datagram protocol (UDP) communicatio