[blink-dev] Intent to Ship: Auto Sizes for Lazy Loaded Images with Srcset

2023-11-30 Thread Traian Captan
Contact emailstcap...@chromium.org Explainerhttps://github.com/whatwg/html/issues/4654 Specificationhttps://html.spec.whatwg.org/#sizes-attributes Summary Auto Sizes allows developers to set the sizes attribute to auto (sizes=auto) for lazy loaded image elements with srcset. For this use case

Re: [blink-dev] Intent to Prototype and Ship: MessagePort.onclose

2023-11-30 Thread Fergal Daly
On Wednesday, November 29, 2023 at 2:23:12 PM UTC+9 Yoav Weiss wrote: I ran into a Chromium-internal case where having a `close` signal would've helped me reduce complexity significantly. So I'm very excited about this work. I also believe

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
Thank you Chris! On Thu, Nov 30, 2023 at 10:57 AM Chris Harrelson wrote: > LGTM3 > > On Thu, Nov 30, 2023 at 10:54 AM Mike Taylor > wrote: > >> LGTM2 >> On 11/30/23 9:33 AM, Traian Captan wrote: >> >> You're welcome Rick! >> >> >> On Thu, Nov 30, 2023 at 5:33 AM Rick Byers wrote: >> >>>

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
Thank you Mike! On Thu, Nov 30, 2023 at 10:54 AM Mike Taylor wrote: > LGTM2 > On 11/30/23 9:33 AM, Traian Captan wrote: > > You're welcome Rick! > > > On Thu, Nov 30, 2023 at 5:33 AM Rick Byers wrote: > >> Thank you Traian! >> >> On Thu, Nov 30, 2023 at 7:27 PM Traian Captan >> wrote: >> >>>

Re: [blink-dev] Intent to Ship: Fenced Frames - Enable Leaving IGs, and Ads Report at Top Level Navigation Start (Chrome - 120)

2023-11-30 Thread Rick Byers
LGTM1 On Fri, Dec 1, 2023 at 4:55 AM 'Liam Brady' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > shivani...@chromium.org, jkar...@chromium.org, lbr...@google.com, > xiaoche...@google.com > > Explainer(s) > > Enable Leaving Ad Interest Groups from Urn iFrames and Ad Component

[blink-dev] Intent to Ship: Attribution Reporting Features (Reduced Aggregate Delays, Event-Level Report Epsilon Field, Reserved Keys)

2023-11-30 Thread 'Akash Nadan' via blink-dev
Contact emails akashna...@google.com, lin...@chromium.org, johni...@chromium.org Explainer Attribution Reporting with event-level reports Attribution Reporting API with Aggregatable Reports

[blink-dev] Intent to Ship: Fenced Frames - Enable Leaving IGs, and Ads Report at Top Level Navigation Start (Chrome - 120)

2023-11-30 Thread 'Liam Brady' via blink-dev
Contact emails shivani...@chromium.org, jkar...@chromium.org, lbr...@google.com, xiaoche...@google.com Explainer(s) Enable Leaving Ad Interest Groups from Urn iFrames and Ad Component Frames https://github.com/WICG/turtledove/pull/879

Re: [blink-dev] Re: Intent to Ship: Multiple Readers and Writers in File System Access API

2023-11-30 Thread Mike Taylor
Seems like a useful addition to the API. LGTM1 On 11/29/23 11:17 AM, 'Ajay Rahatekar' via blink-dev wrote: +ajayrahate...@google.com On Wednesday, November 29, 2023 at 8:18:04 AM UTC-8 yoav...@chromium.org wrote: Can you please tick all the review boxes in the Chrome status entry?

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Chris Harrelson
LGTM3 On Thu, Nov 30, 2023 at 10:54 AM Mike Taylor wrote: > LGTM2 > On 11/30/23 9:33 AM, Traian Captan wrote: > > You're welcome Rick! > > > On Thu, Nov 30, 2023 at 5:33 AM Rick Byers wrote: > >> Thank you Traian! >> >> On Thu, Nov 30, 2023 at 7:27 PM Traian Captan >> wrote: >> >>> Hi Rick,

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Mike Taylor
LGTM2 On 11/30/23 9:33 AM, Traian Captan wrote: You're welcome Rick! On Thu, Nov 30, 2023 at 5:33 AM Rick Byers wrote: Thank you Traian! On Thu, Nov 30, 2023 at 7:27 PM Traian Captan wrote: Hi Rick, Yes. I uploaded a CL that increases the spacer size by 30px:

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
You're welcome Rick! On Thu, Nov 30, 2023 at 5:33 AM Rick Byers wrote: > Thank you Traian! > > On Thu, Nov 30, 2023 at 7:27 PM Traian Captan > wrote: > >> Hi Rick, >> >> Yes. I uploaded a CL that increases the spacer size by 30px: >>

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
Will do. Would you mind sharing an example of the case you encountered so that I can test it locally? On Thu, Nov 30, 2023 at 2:34 AM PhistucK wrote: > I hit a case where even when 5 - 10 pixels of the image is in the > scrolling viewport, it is still not loaded, so hopefully it will take care

[blink-dev] PSA: FedCM: Chrome relaxes explicit mediation requirement if IdP has third party cookies access

2023-11-30 Thread Yi Gu
In the FedCM API, when a user is signing in to a relying party (RP) with an identity provider (IdP) in the browser for the first time, the browser will treat them as a “new” user since it didn’t observe such a sign-in moment before. When the FedCM API is invoked again on the same RP with the same

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Rick Byers
Thank you Traian! On Thu, Nov 30, 2023 at 7:27 PM Traian Captan wrote: > Hi Rick, > > Yes. I uploaded a CL that increases the spacer size by 30px: > https://chromium-review.googlesource.com/c/chromium/src/+/5075126 > > The tests are now failing as expected on Safari: > >

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

2023-11-30 Thread Jesper van den Ende
> requestStorageAccess currently provides no way to directly control any surfaces with first-party SameSite=Strict cookies Ah I see, that makes sense yeah. Thanks for clarifying! > Chrome would want to see more developer interest before considering that. That's understandable, I reckon this is

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread PhistucK
I hit a case where even when 5 - 10 pixels of the image is in the scrolling viewport, it is still not loaded, so hopefully it will take care of it as well. Let me know when this is in canary and I can try and test it out (at the moment I am not using lazy loading as a result). :) ☆*PhistucK* On

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
Hi Rick, Yes. I uploaded a CL that increases the spacer size by 30px: https://chromium-review.googlesource.com/c/chromium/src/+/5075126 The tests are now failing as expected on Safari: https://wpt.fyi/results/html/semantics/embedded-content/the-img-element?label=pr_head=1=43446 On Thu, Nov 30,

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Rick Byers
Interesting. Could you try to improve the tests to capture the interop difference and ensure passing reflects full conformance to the spec? We rely on WPTs as our quantifiable measure of interoperability... Rick On Thu, Nov 30, 2023 at 5:07 PM Traian Captan wrote: > Thank you Rick! > > I did

Re: [blink-dev] Intent to Ship: Lazy load scroll margin

2023-11-30 Thread Traian Captan
Thank you Rick! I did some investigating into why WebKit is passing some of the new WPTs for lazy loaded images. I think it might be because WebKit is considering the edge as inclusive, while Blink and Gecko do not. In the following example if the spacer height is 100px Safari will report