[blink-dev] PSA: Fire beforeinput event before compositionupdate event during IME composition.

2023-09-25 Thread 'Siye Liu' via blink-dev
Hi blink-dev, We've been landing a change to enable new event ordering for beforeinput and compositionupdate during IME composition. The previous event ordering for IME composition was: keydown -> compositionstart ->

[blink-dev] Intent to Ship: Intersection Observer Scroll Margin

2023-09-25 Thread Traian Captan
Contact emailstcap...@chromium.org ExplainerNone Specification https://w3c.github.io/IntersectionObserver/#dom-intersectionobserver-scrollmargin Summary Intersection Observer scrollMargin allows developers to observe targets inside nested scroll containers that are currently clipped away by

[blink-dev] Intent to Ship: Private Aggregation API bundled enhancements

2023-09-25 Thread Alex Turner
Contact emailsale...@chromium.org Specification - Null report fixes: https://github.com/patcg-individual-drafts/private-aggregation-api/pull/91 - Debug mode eligibility changes: https://github.com/patcg-individual-drafts/private-aggregation-api/pull/90 - Padding report

Re: [blink-dev] Intent to Prototype: NavigateEvent sourceElement

2023-09-25 Thread 'Vladimir Levin' via blink-dev
On Mon, Sep 25, 2023 at 3:41 PM Nate Chapin wrote: > Contact emailsjap...@chromium.org, dome...@chromium.org > > Explainer > https://github.com/WICG/navigation-api/commit/85edaf1d4d42355b020807cd56f6a22784978c3d > > SpecificationNone > > Summary > > When a navigation is initiated by an Element

[blink-dev] Intent to Prototype: NavigateEvent sourceElement

2023-09-25 Thread Nate Chapin
Contact emailsjap...@chromium.org, dome...@chromium.org Explainer https://github.com/WICG/navigation-api/commit/85edaf1d4d42355b020807cd56f6a22784978c3d SpecificationNone Summary When a navigation is initiated by an Element (i.e., a link click or a form submission), the sourceElement property

Re: [blink-dev] Intent to Implement: Serial API

2023-09-25 Thread Reilly Grant
Errors such as buffer overruns are non-fatal. After the ReadableStream closes with an error the SerialPort's readable attribute is replaced by a new ReadableStream. Reilly Grant | Software Engineer | reil...@chromium.org | Google Chrome On Thu, Sep 14, 2023 at

Re: [blink-dev] Intent to Ship: Deprecate TLS SHA-1 server signatures

2023-09-25 Thread Yoav Weiss
LGTM1 to remove support, given that 0.009% of TLS connections divided by ~30 is roughly at our typical threshold. Also given the dominance of subresource TLS connections, it's likely that breakage would hit one of those subresources, making it less likely to cause functional damage (compared to

Re: [blink-dev] Intent to Experiment: scheduler.yield()

2023-09-25 Thread Chris Harrelson
LGTM! On Mon, Sep 25, 2023 at 9:55 AM Scott Haseley wrote: > Hi API Owners, > > I'd like to extend the initial OT for two milestones (through M120). We've > fixed some bugs and have had some recent signups, so I'd like to make sure > folks have enough time to experiment. The initial OT was

Re: [blink-dev] Intent to Experiment: scheduler.yield()

2023-09-25 Thread Scott Haseley
Hi API Owners, I'd like to extend the initial OT for two milestones (through M120). We've fixed some bugs and have had some recent signups, so I'd like to make sure folks have enough time to experiment. The initial OT was configured for 4 milestones, so 2 additional would take this to the max of

Re: [blink-dev] Intent to Ship: Deprecate TLS SHA-1 server signatures

2023-09-25 Thread 'David Adrian' via blink-dev
There are approximately 30x TLS connections relative to pageloads, due to subresources. Once you have a TLS connection open for a main frame, I'm not sure how many page loads happen across it. Probably a lot, but it's still dominated by subresources. In practice, the 0.02% bound appears to have

[blink-dev] Intent to Prototype: Mesh2D Canvas API

2023-09-25 Thread Florin Malita
Contact emailsfmal...@chromium.org Explainerhttps://github.com/fserb/canvas2D/blob/master/spec/mesh2d.md SpecificationNone Summary A high-performance Canvas 2D triangle mesh API that can be used to batch-render a large number of textured triangles. This will enable advanced texture mapping and

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

2023-09-25 Thread Ben Kelly
FYI, we are rolling out bounce tracking mitigations to stable 10% today. (Again, this only impacts users who are blocking 3P cookies.) This intermediate rollout step was added in order to investigate some regressions that showed up in the 1% stable data. On Thu, Sep 7, 2023 at 12:29 PM Ben Kelly

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain on stable

2023-09-25 Thread 'W. James MacLean' via blink-dev
No, I think you need to get the server to send the header. Once you get as far as the meta tags, the origin's isolation state has already been decided. I'm not an expert on servers, but my experience in specifying headers to be sent with static pages is to edit the .htaccess file in the directory

Re: [blink-dev] Intent to Ship: Partitioning Storage, Service Workers, and Communication APIs

2023-09-25 Thread Kyra Seevers
Hi all, Wanted to keep the thread updated and confirm that we have not shipped to Stable 100% yet. We will be delaying another day or two due to internal delays. Thanks, Kyra On Wed, Sep 20, 2023 at 8:53 AM Kyra Seevers wrote: > Hi Chinmay, > > Thanks for reaching out! Due to internal delays,

Re: [blink-dev] Intent to Experiment: "is-cross-site" bit in the HTTP Cache Partitioning Key

2023-09-25 Thread Yoav Weiss
LGTM to continue experimenting! On Tue, Sep 19, 2023 at 7:55 PM Andrew Williams wrote: > Hey everyone, > > TL;DR: We'd like to extend the experiment with some modifications, and are > requesting an LGTM for this. > > As part of the experiment we found that enabling the HTTP cache for opaque >