Re: [blink-dev] Intent to Ship: Declarative shadow DOM serialization

2024-04-05 Thread Mason Freed
Thanks for the comments! On Fri, Apr 5, 2024 at 8:26 AM Vladimir Levin wrote: > I think this is the case, but just to clarify: this is shipping a new > function and not renaming/updating the previously shipped one, right? So, > at least for the time being, there will be two similar functions

Re: [blink-dev] Intent to Extend Deprecation Trial: Removal of X-Requested-With in WebView

2024-04-05 Thread Mike Taylor
LGTM3 On 4/4/24 10:24 AM, Yoav Weiss (@Shopify) wrote: LGTM2 to continue the Deprecation Trial until M138. Thanks for pushing this through! It'd be great if by the time this trial expires we'd have a clearer picture of the required replacement mechanisms and some momentum for moving trial

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2024-04-05 Thread 'Nils Intfeld' via blink-dev
Was a bit confused cause the deprecations are printed to console as errors and not as warnings. So I thouht we have to handle that fast in our software and I was not sure when the removal will be done. Is the output as an error the correct way to go? Cause until the milestone is not reached, I

Re: [blink-dev] Intent to Ship: Declarative shadow DOM serialization

2024-04-05 Thread Vladimir Levin
On Thu, Apr 4, 2024 at 6:54 PM Mason Freed wrote: > Contact emailsmas...@chromium.org > > Explainer > https://github.com/whatwg/html/issues/8867#issuecomment-1856696628 > > Specificationhttps://html.spec.whatwg.org/#dom-element-gethtml > > Summary > > The prototype implementation (which was

Re: [blink-dev] Intent to Extend Experiment: Protected Audience Bidding & Auction Services

2024-04-05 Thread Vladimir Levin
On Thu, Apr 4, 2024 at 12:19 PM 'Russ Hamilton' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > pauljen...@chromium.org, behamil...@google.com > > Explainer > > Chrome: > https://github.com/WICG/turtledove/blob/main/FLEDGE_browser_bidding_and_auction_API.md > > Services: >

Re: [blink-dev] Capture Skia Commands From Chromium

2024-04-05 Thread Stephen White
Actually, it is (or was) possible to capture Skia picture (.skp) files with Chrome Tracing . While this is not a programmatic method (and it's been many years since I tried it), it may give you some

Re: [blink-dev] Re: Intent to Ship: Deprecate old CSS custom state syntax

2024-04-05 Thread Joey Arhar
The new syntax is shipping in the milestone on the chromestatus, and at that time both syntaxes will work at the same time. To fix the deprecation message, just migrate to the new syntax. I will put down a milestone for the removal when I have everything ready including an enterprise policy to

[blink-dev] Intent to Ship: CSS Stepped Value Functions

2024-04-05 Thread Daniil Sakhapov
Contact emailssakha...@chromium.org ExplainerNone Specificationhttps://drafts.csswg.org/css-values/#round-func Summary The stepped-value functions, round(), mod(), and rem(), all transform a given value according to another "step value". The round() CSS function returns a rounded number based

Re: [blink-dev] Intent to Experiment: FedCM Button Mode API and Use Other Account API

2024-04-05 Thread Yoav Weiss (@Shopify)
On Tuesday, February 27, 2024 at 1:43:01 AM UTC+1 Mike Taylor wrote: That said, please request approvals from the various review gates in your chromestatus entry before experimenting. On 2/26/24 7:41 PM, Mike Taylor wrote: LGTM to experiment from M124 to M127 inclusive. On 2/26/24 5:45 PM, Yi

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

2024-04-05 Thread Camille Lamy
Yes the user agent keying is deterministic, and we're adding reporting to warn developers if they end up having two same origin documents that could normally have DOM access but can't due to Document-Isolation-Policy. Our recommendation would be to adopt the header on all documents of an

[blink-dev] Intent to Prototype: ::scroll-marker and ::scroll-markers for Carousel

2024-04-05 Thread Daniil Sakhapov
Contact emailssakha...@chromium.org Explainerhttps://github.com/flackr/carousel/tree/main/scroll-marker Specificationhttps://github.com/flackr/carousel/tree/main/scroll-marker Summary Pseudo elements that allow to create a set of focusable markers for all of the carousel items. Explainer: