Re: [blink-dev] PSA: Enforce CORS in subresource SignedExchange prefetching

2022-08-08 Thread Domenic Denicola
I'm really happy to see this change! It's important to hold the line on new web platform features being CORS-only, and big kudos to the team for doing this extra work. On Mon, Aug 8, 2022 at 2:25 PM Kunihiko Sakamoto wrote: > Contact emailsksakam...@chromium.org > > Specification > https://wicg.

[blink-dev] Action required: You're invited to BlinkOn 17 on Nov 15-17th!

2022-08-08 Thread BlinkOn Planning Committee
bcc: blink-dev Hi everyone! Register now to join us for BlinkOn 17 in November 2022! Register now and join us for BlinkOn 17 this upcoming November! - Date: November 15-17, 2022 PST

[blink-dev] Intent to Ship: Unprefix -webkit-hyphenate-character CSS property

2022-08-08 Thread Joonghun Park
Contact emailspjh0...@gmail.com ExplainerNone Specificationhttps://drafts.csswg.org/css-text-4/#hyphenate-character Summary This change supports unprefixed hyphenate-character, not only -webkit-hyphenate-character. According to the csswg discussion, https://github.com/w3c/csswg-drafts/issues/68

[blink-dev] CHIPS Intent to Extend Experiment

2022-08-08 Thread 'Dylan Cutler' via blink-dev
Contact emails dylancut...@google.com, kaustub...@google.com Spec (Copied from prior I2EE) https://github.com/WICG/CHIPS Summary (Copied from prior I2EE) Given that Chrome plans on obsoleting unpartitioned third-party cookies, we want to give developers the ability to use cookies in cross-site

Re: [blink-dev] What are "Update layers", "Update layer trees" and "Composite layers" in Chrome devtools

2022-08-08 Thread 'Michal Mocny' via blink-dev
One more difference, which is related the the points Stefan makes: - MouseMove events always dispatch once per vsync, as the first step of a rendering task (before requestAnimationFrame callbacks). It seems like the act of having a registered MouseMove event listener forces scheduling a

[blink-dev] Intent to Ship: ContentVisibilityAutoStateChanged event

2022-08-08 Thread Vladimir Levin
Contact emailsvmp...@chromium.org Explainer https://github.com/vmpstr/web-proposals/blob/main/explainers/cv-auto-event.md Specification https://drafts.csswg.org/css-contain-2/#content-visibility-auto-state-changed Summary This proposal is to add an event that would fire on a content-visibility:

Re: [blink-dev] Intent to Ship: MathML

2022-08-08 Thread Daniel Herr
There are some new css properties included in MathML, correct? Then one possibility for feature detection could be to provide developers the ability to use CSS @supports inside print media stylesheets to determine whether MathML is available in that context. @supports (display: math) { /* or o

Re: [blink-dev] What are "Update layers", "Update layer trees" and "Composite layers" in Chrome devtools

2022-08-08 Thread Maxim Vaarwel
I noticed that mousemove events are dispatched at the beggining. I've done the test with only clicks and I did not saw Composite Layers bars. Hmm... суббота, 6 августа 2022 г. в 15:16:53 UTC+10, Stefan Zager: > The confusion may be this: mousemove events are always dispatched at the > beginnin

Re: [blink-dev] What are "Update layers", "Update layer trees" and "Composite layers" in Chrome devtools

2022-08-08 Thread Maxim Vaarwel
Stefan Zager, you are a little bit didn't understand me. You wrote: "*if you're clicking quickly -- let's say 5 times per second -- at 60Hz, that still means the browser can skip 55 out of a possible 60 rendering updates per second*". But these 5 clicks don't do Composite Layers unlike mousemove

Re: [blink-dev] What are "Update layers", "Update layer trees" and "Composite layers" in Chrome devtools

2022-08-08 Thread Maxim Vaarwel
My knowledges about chromium code base don't let me to investigate it properly way. I see you have written that string about Composite Layers, this means you may know reasons when Composite Layers appears in dev-tools. So my curiosity is why does mousemove cause appearing Composite Layers unlik

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-08-08 Thread Ryan Hamilton
Howdy Chris, et al, Early Hints launched to Stable in M103. As such we would like to revive this Intent to Remove HTTP/2 Server Push. Cheers, Ryan On Wed, Mar 2, 2022 at 9:51 AM Chris Harrelson wrote: > The API owners met today and discussed this intent at some length. > > We are very happy t

[blink-dev] Intent to Prototype and Ship: SerialPort BYOB reader support

2022-08-08 Thread Reilly Grant
Contact emails reil...@chromium.org Explainer Full explainer should not be necessary; see the Summary section below for an overview of this change Specification https://wicg.github.io/serial/#readable-attribute Summary The SerialPort interface provides a ReadableStream and WritableStream for

Re: [blink-dev] Re: Intent to Remove: HTTP/2 and gQUIC server push

2022-08-08 Thread Yoav Weiss
Thanks Ryan for pushing this through (pun not intended..) What timeline did y'all have in mind for deprecation and removal? Any progress on the public communication front discussed earlier