[blink-dev] Intent to Ship: MediaCapabilities: Query HDR support with decodingInfo()

2023-10-18 Thread Dale Curtis
Contact emailsv...@microsoft.com, gw...@microsoft.com, gur...@microsoft.com , dalecur...@chromium.org Explainer https://github.com/w3c/media-capabilities/blob/main/explainer.md#decode-capabilities Specificationhttps://www.w3.org/TR/media-capabilities/#hdrmetadatatype Summary Extends the Media

Re: [blink-dev] Re: PSA: Web MIDI Permissions Prompt Change

2023-10-18 Thread Mike Taylor
LGTM3 (if you need it...) On 10/18/23 2:32 PM, Chris Harrelson wrote: LGTM2 On Wed, Oct 18, 2023 at 1:31 PM Hongchan Choi wrote: Yes - we are thinking about publishing a short developer-facing article about Chrome's permission change when the implementation is ready.

Re: [blink-dev] Re: PSA: Web MIDI Permissions Prompt Change

2023-10-18 Thread Chris Harrelson
LGTM2 On Wed, Oct 18, 2023 at 1:31 PM Hongchan Choi wrote: > Yes - we are thinking about publishing a short developer-facing article > about Chrome's permission change when the implementation is ready. > > Thanks Alex! > > > On Wed, Oct 18, 2023 at 1:14 PM Alex Russell > wrote: > >> Thanks for

Re: [blink-dev] Re: PSA: Web MIDI Permissions Prompt Change

2023-10-18 Thread Hongchan Choi
Yes - we are thinking about publishing a short developer-facing article about Chrome's permission change when the implementation is ready. Thanks Alex! On Wed, Oct 18, 2023 at 1:14 PM Alex Russell wrote: > Thanks for the explanation. I was also unsure if this needs an intent, and > my gut

Re: [blink-dev] Re: PSA: Web MIDI Permissions Prompt Change

2023-10-18 Thread Alex Russell
Thanks for the explanation. I was also unsure if this needs an intent, and my gut feeling is "no", except that it will be useful for this to get captured in docs and updates for developers. In that spirit, LGTM1, and thanks for filing. On Wed, Oct 18, 2023, 10:45 AM Hongchan Choi wrote: >

[blink-dev] Web-Facing Change PSA: View Transitions: making callback non-nullable

2023-10-18 Thread Vladimir Levin
Contact emailsvmp...@chromium.org Specification https://drafts.csswg.org/css-view-transitions-1/#additions-to-document-api Summary The `startViewTransition` call currently takes an optional nullable callback type with a default value of null: `startViewTransition(optional UpdateCallback?

Re: [blink-dev] Re: PSA: Web MIDI Permissions Prompt Change

2023-10-18 Thread Hongchan Choi
Hello Alex, What's the rationale for this change? There have been several reported problems around Web MIDI API's drive-by access to client MIDI devices. (crbug , blog post ) To address this problem, the Audio

Re: [blink-dev] Intent to Re-implement and Ship: CSS Font Loading API - FontFaceSet: check() method

2023-10-18 Thread ChangSeok Oh
Gecko got a ticket for that failure, WebKit passed the tests when I ran the tests with ToT. Thanks for your LGTMs! On Wednesday, October 18, 2023 at 12:21:01 AM UTC-7 yoav...@chromium.org wrote: > LGTM3 > > Thanks for clarifying. Please file implementation bugs for these failures, > if ones

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-18 Thread K. Moon
Please stop posting this kind of feedback to this thread; you've been informed multiple times by multiple individuals that this is not the right forum for Chrome product feedback. Continuing to persist in doing so may lead to intervention, like blocking your ability to post entirely. On Tue, Oct

[blink-dev] Re: Intent to Ship: Async Clipboard API: Read unsanitized HTML and write well-formed HTML format.

2023-10-18 Thread 'Sumeet Sharma' via blink-dev
I think there is also a copy-side change in that writing to the clipboard should never sanitize text/html going forward. On Wednesday, October 18, 2023 at 10:52:14 AM UTC-4 Evan Stade wrote: > Hi Anupam, > > I think this feature is now scoped just to the read side of the equation, > is that

Re: [blink-dev] Intent to ship: The Login Status API and its use in FedCM

2023-10-18 Thread Christian Biesinger
+Ben and Martin from Mozilla -- could you weigh in on whether we should create a Mozilla standards position request for this? Daniel: there is no technical limitation that prevents a non-IDP from calling this API, apologies for the unclear phrasing. However, a non-IDP (or indeed an IDP that does

Re: [blink-dev] Intent to ship: The Login Status API and its use in FedCM

2023-10-18 Thread Daniel Bratell
Hi, I just have a couple of questions without having read through the intent in detail. You say "Our goal is to open this up to other websites in the future.", but what does that mean? Is there some kind of web site restriction today? Not creating a

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

2023-10-18 Thread Mike Taylor
Hi Paul, Can you clarify what the proposed end milestone will be? thanks, Mike On 10/13/23 10:46 AM, Chris Harrelson wrote: Please fill out and start the reviews for Privacy, Security and Debuggability in your chromestatus entry, thanks. On Thu, Oct 12, 2023 at 3:40 PM Paul Jensen wrote:

Re: [blink-dev] Intent to Ship: Fire toggle events using microtasks

2023-10-18 Thread Philip Jägenstedt
Hi again Joey, Can you bump this thread when you'd like to ship it? Best regards, Philip On Fri, Oct 6, 2023 at 7:38 PM Joey Arhar wrote: > > On the level of interest, there was no reaction on > https://github.com/whatwg/html/issues/9046 after you asked. Is there > other communication that

Re: [blink-dev] Re: Intent to Ship: Close requests for CloseWatcher, , and popover=""

2023-10-18 Thread Yoav Weiss
LGTM3 I agree that introspection can be additive on top of what we want to ship here. On Wed, Oct 18, 2023 at 5:48 PM Philip Jägenstedt wrote: > The spec change has now landed, LGTM2. > > More introspection could possibly be useful >

Re: [blink-dev] Intent to Ship: PointerEvent.deviceId for Mult-Pen Inking

2023-10-18 Thread Alex Russell
I agree that this needs a spec PR and the explainer should at least migrate to WICG before we agree to ship. Also, can you please link to the TAG review? Best, Alex On Tuesday, October 17, 2023 at 4:16:41 AM UTC-7 Yoav Weiss wrote: > On Tue, Oct 17, 2023 at 12:42 AM Mike Taylor > wrote: >

Re: [blink-dev] Intent to Ship: PointerEvent.deviceId for Mult-Pen Inking

2023-10-18 Thread Mike Taylor
Apologies, I missed that there wasn't yet a spec. I'll retract my LGTM until then. On 10/17/23 4:16 AM, Yoav Weiss wrote: On Tue, Oct 17, 2023 at 12:42 AM Mike Taylor wrote: LGTM1 On 10/15/23 11:07 AM, 'Sahir Vellani' via blink-dev wrote: Thanks for the feedback, I wasn't

Re: [blink-dev] Re: Intent to Ship: Close requests for CloseWatcher, , and popover=""

2023-10-18 Thread Philip Jägenstedt
The spec change has now landed, LGTM2. More introspection could possibly be useful , but without a concrete use case, example code, or developer feedback, I think it's hard to do a good job. Having reviewed the spec change, I'm

[blink-dev] Re: Intent to Ship: Async Clipboard API: Read unsanitized HTML and write well-formed HTML format.

2023-10-18 Thread Evan Stade
Hi Anupam, I think this feature is now scoped just to the read side of the equation, is that correct? Could you update the Chrome status entry text to remove references to writing to avoid confusion? -- Evan Stade On Fri,

Re: [blink-dev] Android shared workers

2023-10-18 Thread Ben Kelly
FWIW, chrome on android is the last holdout on shared workers. Safari on ios supports it. It would be nice if this could be prioritized. On Wed, Oct 18, 2023 at 9:44 AM Rik Cabanier wrote: > One of our users reported that sharedworkers weren't working in the > browser. > After investigating

[blink-dev] Android shared workers

2023-10-18 Thread Rik Cabanier
One of our users reported that sharedworkers weren't working in the browser. After investigating it looks like they were never supported on Android but it seems that they are supported everywhere else, including mobile Safari. Reading

Re: [blink-dev] Intent to Re-implement and Ship: CSS Font Loading API - FontFaceSet: check() method

2023-10-18 Thread Yoav Weiss
LGTM3 Thanks for clarifying. Please file implementation bugs for these failures, if ones don't already exist. On Tue, Oct 17, 2023 at 11:16 PM ChangSeok Oh wrote: > Hi Yoav, > > Yes, Safari and Firefox support the check method [1], and I confirmed it. > The test failures are due to other

Re: [blink-dev] Intent to Experiment: Unrestricted access to performance.measureUserAgentSpecificMemory()

2023-10-18 Thread Yoav Weiss
Great! My LGTM stands, but please wait for the relevant reviews to complete before starting the experiment. On Tue, Oct 17, 2023 at 6:43 PM Lutz Vahl wrote: > Clarified with Jason offline. Thanks again! > Reviews are triggered now. PTAL. > > On Tue, Oct 17, 2023 at 8:44 AM Yoav Weiss wrote: >