[blink-dev] Intent to Ship: Extending Storage Access API (SAA) to non-cookie storage

2024-03-14 Thread Ari Chivukula
Contact emails aric...@chromium.org, wanderv...@chromium.org, johann...@chromium.org, rosh...@google.com Specification https://privacycg.github.io/saa-non-cookie-storage/ Design Doc https://docs.google.com/document/d/19qCGb4qwOcGiNrQM3ptWvRmB4JtpaTFgFVlWLXNOQ6c/edit Feedback https://github.c

Re: [blink-dev] Intent to Ship: WebGPU: ServiceWorker and SharedWorker support

2024-03-14 Thread Chris Harrelson
LGTM3 On Wed, Mar 13, 2024 at 9:50 AM Mike Taylor wrote: > LGTM2 > On 3/13/24 12:40 PM, Corentin Wallez wrote: > > Just to clarify, the ServiceWorker cannot do anything more than what the > main thread can do for DoS. Or I guess the only additional capability is > that it can trigger it up to 30

[blink-dev] How to config ".gn" and "buildconfig.gn"?

2024-03-14 Thread Hirokazu Kosako
Hello all, Could you let me know how to configure ".gn" and "buildconfig.gn" for Blink? I'm trying to build the following sourcecode. "git clone https://chromium.googlesource.com/chromium/blink"; And, I'm facing problem to build above, because I really new to configure ".gn" and "buildconfig.gn

Re: [blink-dev] Intent to Ship: Compute Pressure

2024-03-14 Thread 'Andreas Bovens' via blink-dev
On Wednesday, March 6, 2024 at 6:53:40 PM UTC Reilly Grant wrote: In https://github.com/w3c/compute-pressure/issues/14 an engineer from Zoom expressed interest in this feature. Do you know if Zoom or any of the other developers mentioned in the TAG review

Re: [blink-dev] How to config ".gn" and "buildconfig.gn"?

2024-03-14 Thread Christian Biesinger
You can't really build blink on its own, it's only meant to be built as part of Chromium. Also that repository is 8 years old, current work is happening in the Chromium repository (https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/) Christian On Thu, Mar 14, 2024 at 11:03 A

Re: [blink-dev] Intent to Ship: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-03-14 Thread Zheda Chen
More details are updated in ChromeStatus, including interoperability and compatibility risks, Safari/Firefox views, web platform tests. It compares the behaviors across different browser vendors. https://chromestatus.com/feature/5106220399853568 Will send the updated "intent to ship" to this th

Re: [blink-dev] Intent to Ship: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-03-14 Thread Zheda Chen
Yes the intent started as an origin trial, now more details and bullets are added in ChromeStatus and I'm about to send "intent to ship". As for your question about "alignment interval", the alignment interval for Chromium would be 32ms. The specification mentions "the SetTimeout/SetInterval AP

Re: [blink-dev] Intent to Experiment: WebAssembly JS String Builtins

2024-03-14 Thread Emanuel Ziegler
Hi Mike, We can limit it to 3 milestones then and request another extension once we get further with our experimentation on string constants, because I don't expect that this will be enough. Every change we make has a 2-3 months of turnaround time because of the multitude of parties (proposal chan

Re: [blink-dev] Intent to Ship: Document picture-in-picture: add option to hide back-to-tab button

2024-03-14 Thread 'Tommy Steimel' via blink-dev
Thanks for the feedback! Updated in https://github.com/WICG/document-picture-in-picture/pull/116 On Wed, Mar 13, 2024 at 6:53 PM Domenic Denicola wrote: > I found an issue with the API design here that might result in a > backward-incompatible change: > https://github.com/WICG/document-picture-i

[blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread Stefan Zager
Contact emailssza...@chromium.org ExplainerNone Specificationhttps://svgwg.org/svg2-draft/painting.html#context-paint Summary Implements an existing SVG feature that allows the keywords 'context-fill' and 'context-stroke' when specifying fill and stroke properties: https://svgwg.org/svg2-draft/

Re: [blink-dev] Intent to Experiment: WebAssembly JS String Builtins

2024-03-14 Thread Adam Klein
On Thu, Mar 14, 2024 at 8:45 AM Emanuel Ziegler wrote: > Hi Mike, > > We can limit it to 3 milestones then and request another extension once we > get further with our experimentation on string constants, because I don't > expect that this will be enough. Every change we make has a 2-3 months of

[blink-dev] Intent to Ship: Protected Audience: Split up large trusted signals fetches & deprectedReplaceInURN via auction config

2024-03-14 Thread Paul Jensen
Contact emails pauljen...@chromium.org Explainer Split up large trusted signals fetches: https://github.com/WICG/turtledove/pull/1070 deprectedReplaceInURN via auction config: https://github.com/WICG/turtledove/pull/1069 Specification Split up large trusted signals fetches: https://github.c

Re: [blink-dev] Intent to Experiment: WebAssembly JS String Builtins

2024-03-14 Thread Mike Taylor
LGTM to extend from M125 to M127 inclusive - thanks for all the updates on progress. And it's totally fine to come back and request another extension, with similar updates on progress of the aforementioned areas. (As a side note, I think the API OWNERs would be open to a discussion on the possi

Re: [blink-dev] Re: Intent to Ship: 'writingsuggestions' attribute

2024-03-14 Thread Mike Taylor
LGTM2 On 3/14/24 12:43 AM, Domenic Denicola wrote: Awesome! LGTM1. On Thu, Mar 14, 2024 at 1:35 PM 'Stephanie Zhang' via blink-dev wrote: Thanks for clarifying! Updated the Chrome Status' "Finch Feature Name" field to kWritingSuggestions and removed the "Non-finch justification"

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread Mike Taylor
On 3/14/24 1:17 PM, Stefan Zager wrote: Contact emails sza...@chromium.org Explainer None Specification https://svgwg.org/svg2-draft/painting.html#context-paint Summary Implements an existing SVG feature that allows the keywords 'context-fill' and 'con

Re: [blink-dev] Intent to Ship: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-03-14 Thread Mike Taylor
The privacy and security teams review all intents, so requesting reviews and answering the relevant questionnaires is the best path forward. Looking forward to the new I2S - thanks! On 3/14/24 11:22 AM, Zheda Chen wrote: More details are updated in ChromeStatus, including interoperability and

Re: [blink-dev] Re: Intent to Ship: 'writingsuggestions' attribute

2024-03-14 Thread Alex Russell
LGTM3 On Thursday, March 14, 2024 at 2:59:45 PM UTC-7 Mike Taylor wrote: > LGTM2 > On 3/14/24 12:43 AM, Domenic Denicola wrote: > > Awesome! LGTM1. > > On Thu, Mar 14, 2024 at 1:35 PM 'Stephanie Zhang' via blink-dev < > blink-dev@chromium.org> wrote: > >> Thanks for clarifying! Updated the Chrome

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread Stefan Zager
On Thu, Mar 14, 2024, 3:13 PM Mike Taylor wrote: > On 3/14/24 1:17 PM, Stefan Zager wrote: > > Contact emails sza...@chromium.org > > Explainer None > > Specification https://svgwg.org/svg2-draft/painting.html#context-paint > > Summary > > Implements an existing SVG feature that allows the keywor

Re: [blink-dev] Intent to Ship: Compute Pressure

2024-03-14 Thread Philip Jägenstedt
Thank you for sharing aggregated feedback, Ajay. I couldn't find any discussion about sampleRate vs an interval, so I've filed https://github.com/w3c/compute-pressure/issues/253 with all the precedent for and against that I could find. Kenneth, Arnaud, can you look into this and decide whether to

[blink-dev] Coming soon: Windows ClearType Text Tuner Integration

2024-03-14 Thread 'Kurt Catti-Schmidt (SCHMIDT)' via blink-dev
Contact emails ksc...@microsoft.com alma...@microsoft.com Summary Historically, Chromium/Skia has used compile-time constants for text contrast and gamma, with different values hard-coded per platform. This means that these values are not adjustable by the end user. Windows has a ClearType

Re: [blink-dev] Intent to Ship: Document picture-in-picture: add option to hide back-to-tab button

2024-03-14 Thread Domenic Denicola
Awesome, thanks for the quick turnaround time! With that change, LGTM1. On Fri, Mar 15, 2024 at 2:16 AM Tommy Steimel wrote: > Thanks for the feedback! Updated in > https://github.com/WICG/document-picture-in-picture/pull/116 > > On Wed, Mar 13, 2024 at 6:53 PM Domenic Denicola > wrote: > >> I

Re: [blink-dev] Intent to Ship: Extending Storage Access API (SAA) to non-cookie storage

2024-03-14 Thread Domenic Denicola
On Thu, Mar 14, 2024 at 10:27 PM Ari Chivukula wrote: > Contact emails > > aric...@chromium.org, wanderv...@chromium.org, johann...@chromium.org, > rosh...@google.com > > Specification > > https://privacycg.github.io/saa-non-cookie-storage/ > This appears to be (a rendered version of) an explain

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread 一丝
Nice work, this feature is a great addition to SVG, and Rust-based resvg also implemented it a while ago: https://github.com/RazrFalcon/resvg/pull/665 Chrome's current implementation doesn't seem to include gradients/patterns, resvg supports them. Any plans to implement it before shipping? If

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread Stefan Zager
Patterns and gradients are supported in chromium, if you have a counter example please file a bug and assign to me. On Thu, Mar 14, 2024, 8:23 PM 一丝 wrote: > Nice work, this feature is a great addition to SVG, and Rust-based resvg > also implemented it a while ago: > https://github.com/RazrFalco

Re: [blink-dev] Intent to Ship: SVG context-fill and context-stroke

2024-03-14 Thread Stefan Zager
On Thu, Mar 14, 2024 at 8:23 PM 一丝 wrote: > Nice work, this feature is a great addition to SVG, and Rust-based resvg > also implemented it a while ago: > https://github.com/RazrFalcon/resvg/pull/665 > > Chrome's current implementation doesn't seem to include > gradients/patterns, resvg supports t

Re: [blink-dev] Intent to Ship: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-03-14 Thread Zheda Chen
*Intent to Ship: Add JavaScript timer wake up alignment for unimportant cross-origin frames* Contact emails zheda.c...@intel.com, fdo...@chromium.org Specification https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html Summary Align wake ups of JavaScript timers for unimportant cr