Re: [blink-dev] Re: Intent to Extend Origin Trial: Compression Dictionary Transport

2024-02-28 Thread Tsuyoshi Horo
Thank you! On Thu, Feb 29, 2024 at 11:29 AM Domenic Denicola wrote: > This Intent did not show up on the API Owners dashboard, which probably > explains the lack of responses. I'm unsure whether this is a bug in the > dashboard, or if there's something on ChromeStatus that you need to do > (e.g.

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-28 Thread Yoav Weiss (@Shopify)
On Thu, Feb 29, 2024 at 2:17 AM Anupam Snigdha wrote: > Thank you for all the LGTMs! > > How hard would it be to specify the sanitization steps we implemented for > both HTML and SVG on top of the Sanitizer API? > > I think once we have support >

Re: [blink-dev] Intent to ship: MP4 container support for MediaRecorder

2024-02-28 Thread 'Philipp Hancke' via blink-dev
Safari's "choice" of containers and codecs has basically led to a situation where there was no interoperable way to record a video using MediaRecorder that could be played in other browsers? Am Do., 29. Feb. 2024 um 01:46 Uhr schrieb 'Sunggook Chue' via blink-dev < blink-dev@chromium.org>: > Here

Re: [blink-dev] Intent to Experiment: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-02-28 Thread Zheda Chen
The volume of data on Beta is too low to draw any conclusion. Although the experiment on 1% stable shows some promising result, the data are not enough and we'd like to gather more data via experiment on higher percentage of stable. After that, based on large volume of data, we can draw the con

Re: [blink-dev] Re: Intent to Ship: Attribution Reporting API Features (Trigger Data Customization and Aggregatable Value Filters)

2024-02-28 Thread Mike Taylor
Thank you for the code pointer (and education). LGTM3 On 2/26/24 2:00 PM, Nan Lin wrote: Hi Mike, The web API is not supported for WebView ( https://source.chromium.org/chromium/chromium/src/+/main:android_webview/browser/aw_content_browser_client.cc;l=1217?q=aw_content_browser_client&ss=chromi

Re: [blink-dev] Intent to Ship: Sec-CH-UA-Form-Factor client hint

2024-02-28 Thread Mike Taylor
(non-owner hat on) - Thanks for flagging, Domenic. We'll re-ping the thread once we decide if we should rename it, and to what. On 2/28/24 9:43 PM, Domenic Denicola wrote: I've raised a potentially-breaking spec issue which I'd like to get a conclusion on before LGTMing this: https://github.co

Re: [blink-dev] Intent to Ship: Sec-CH-UA-Form-Factor client hint

2024-02-28 Thread Domenic Denicola
I've raised a potentially-breaking spec issue which I'd like to get a conclusion on before LGTMing this: https://github.com/WICG/ua-client-hints/issues/355 On Thursday, February 29, 2024 at 2:03:07 AM UTC+9 Yoav Weiss wrote: > LGTM2 > > On Wed, Feb 21, 2024 at 6:04 PM Vladimir Levin > wrote:

Re: [blink-dev] Intent to Ship: Form Controls Support Vertical Writing Mode Direction Support

2024-02-28 Thread Mike Taylor
LGTM2 On 2/28/24 9:37 PM, Domenic Denicola wrote: With my HTML editor hat on, I can confirm the spec PR looks good and only has editorial issues left. It fell between the cracks for 2 weeks; apologies for that. With my API Owner hat on, LGTM1. There are a few borderline aspects here: * Sec

Re: [blink-dev] Intent to Ship: Form Controls Support Vertical Writing Mode Direction Support

2024-02-28 Thread Domenic Denicola
With my HTML editor hat on, I can confirm the spec PR looks good and only has editorial issues left. It fell between the cracks for 2 weeks; apologies for that. With my API Owner hat on, LGTM1. There are a few borderline aspects here: - Security review on ChromeStatus has not yet been complete

Re: [blink-dev] Re: Intent to Extend Origin Trial: Compression Dictionary Transport

2024-02-28 Thread Domenic Denicola
This Intent did not show up on the API Owners dashboard, which probably explains the lack of responses. I'm unsure whether this is a bug in the dashboard, or if there's something on ChromeStatus that you need to do (e.g. some stage you need to set for extending the origin trial). LGTM to extend to

Re: [blink-dev] Intent to Experiment: Add JavaScript timer wake up alignment for unimportant cross-origin frames

2024-02-28 Thread Mike Taylor
Could you say more why you would like to experiment on 50% of stable, vs requesting permission to ship? That's quite a leap from 1% - and it seems you already have results demonstrating performance improvements. Also, mind answering the question of specifying "unimportant frames"? On 2/27/24 5

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-28 Thread 'Anupam Snigdha' via blink-dev
Thank you for all the LGTMs! How hard would it be to specify the sanitization steps we implemented for both HTML and SVG on top of the Sanitizer API? I think once we have support

Re: [blink-dev] Intent to ship: MP4 container support for MediaRecorder

2024-02-28 Thread 'Sunggook Chue' via blink-dev
Here is an explainer, summary only. https://docs.google.com/document/d/1WV795DHY3Jf2p_htuAKZ9DXUefiGdQs29mCb8vRiHt8/edit?usp=sharing On Wednesday, February 28, 2024 at 7:53:29 AM UTC-8 yoav...@chromium.org wrote: > On Tue, Feb 27, 2024 at 1:45 AM Mike Taylor wrote: > >> >> On 2/22/24 9:21 PM,

[blink-dev] Re: Intent to Extend Origin Trial: Compression Dictionary Transport

2024-02-28 Thread Tsuyoshi Horo
Gentle ping. (Am I missing something?) On Wed, Feb 21, 2024 at 10:57 AM Tsuyoshi Horo wrote: > Contact emails > > h...@chromium.org, pmee...@chromium.org, yoavwe...@chromium.org, > kenjibah...@chromium.org > > > Explainer > > https://github.com/WICG/compression-dictionary-transport > > Specific

Re: [blink-dev] Intent to Ship: Form Controls Support Vertical Writing Mode Direction Support

2024-02-28 Thread Di Zhang
Based on the release note, the Webkit implementation is already implemented and currently shipping. Everything vertical writing-mode related is shipping, including the changes included in this feature. https://developer.apple.com/documentation/safari-release-notes/safari-17_4-release-notes For G

Re: [blink-dev] Re: Web-Facing Change PSA: Interoperable mousedown event cancellation in iframe

2024-02-28 Thread Mustaq Ahmed
Thanks Tai for the detailed bug. I will look into it shortly. > Interestingly, we encountered a similar issue in Webkit earlier this year, which seems to have been reverted or fixed recently ~> https://github.com/WebKit/WebKit/pull/24919. This WebKit change seems unrelated: it is about dragging

[blink-dev] Intent to Prototype: Web Serial connected attribute and RFCOMM connection events

2024-02-28 Thread 'Ajay Rahatekar' via blink-dev
Contact emails mattreyno...@google.com Explainer https://github.com/WICG/serial/blob/main/EXPLAINER_BLUETOOTH.md Specification https://wicg.github.io/serial/#serialport-interface Summary This feature adds a boolean SerialPort.connected attribute. The attribute is true if the serial port is l

Re: [blink-dev] Re: Web-Facing Change PSA: Interoperable mousedown event cancellation in iframe

2024-02-28 Thread Chris Harrelson
Thanks Tai! On Wed, Feb 28, 2024 at 11:37 AM Tai Huynh wrote: > I submitted the ticket here ~> > https://issues.chromium.org/issues/327409885. > > Thank you! 🙇🏻‍♂️ > Tai > > On Wednesday, February 28, 2024 at 10:05:59 AM UTC-8 Tai Huynh wrote: > >> Hi Yoav, >> >> I'll go ahead and submit the the

Re: [blink-dev] Re: Web-Facing Change PSA: Interoperable mousedown event cancellation in iframe

2024-02-28 Thread Tai Huynh
I submitted the ticket here ~> https://issues.chromium.org/issues/327409885. Thank you! 🙇🏻‍♂️ Tai On Wednesday, February 28, 2024 at 10:05:59 AM UTC-8 Tai Huynh wrote: > Hi Yoav, > > I'll go ahead and submit the the issue on crbug.com. We see the same > issue with Firefox and in Safari, but i

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Clipboard API: Svg

2024-02-28 Thread Yoav Weiss (@Shopify)
LGTM3 It's really not great that the sanitization steps are not specified, but given that this is simply extending where the HTML sanitization steps apply, I guess this doesn't significantly increase our tech debt on that front. How hard would it be to specify the sanitization steps we implemente

Re: [blink-dev] Re: Web-Facing Change PSA: Interoperable mousedown event cancellation in iframe

2024-02-28 Thread Tai Huynh
Hi Yoav, I'll go ahead and submit the the issue on crbug.com. We see the same issue with Firefox and in Safari, but it's a bit unclear to us when this change shipped, since a large portion of our users use Chrome and we do a significant of our development on Chrome, so it wasn't surfaced to us.

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-02-28 Thread Ayu Ishii
Hi Clémence, We're still working with the WebView team to nail down the exact timeline, but will update this thread once it is decided. For context for others, there is a bug in WebView removal where the API is still accessible when WebsiteSettings.SetDatabaseEnabled

Re: [blink-dev] Intent to Ship: Protected Audience: Downsampled forDebugOnly & Increase number of component ads

2024-02-28 Thread Yoav Weiss (@Shopify)
On Thu, Feb 22, 2024 at 6:07 PM 'Orr Bernstein' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > pauljen...@chromium.org > > > Explainer > > Downsampled forDebugOnly: https://github.com/WICG/turtledove/pull/1020 > > Increase number of component ads: > https://github.com/WICG/tur

Re: [blink-dev] Intent to Ship: CSSImportRule.styleSheet

2024-02-28 Thread Yoav Weiss (@Shopify)
Do I understand correctly that this would partially align us with Firefox (modulo the crash), and take us away from WebKit interoperability? If so, it'd be good to understand if: * There is interest from developers in this * WebKit is planning to follow * This has low compat risk (in terms of curr

Re: [blink-dev] Re: Web-Facing Change PSA: Interoperable mousedown event cancellation in iframe

2024-02-28 Thread Yoav Weiss (@Shopify)
Hey Tai! Thanks for reporting this! Would you mind opening up an issue on crbug.com, indicating the breakage and providing clear reproduction steps (e.g. with the HTML you attached here)? One more question worth addressing in the issue - do you see the same issues with Firefox and/or WebKit's curr

Re: [blink-dev] Intent to Ship: Sec-CH-UA-Form-Factor client hint

2024-02-28 Thread Yoav Weiss (@Shopify)
LGTM2 On Wed, Feb 21, 2024 at 6:04 PM Vladimir Levin wrote: > > > On Wed, Feb 21, 2024 at 11:25 AM Dustin Mitchell > wrote: > >> Thanks for the comments! >> >> On Tue, Feb 20, 2024 at 11:10 AM Vladimir Levin >> wrote: >> >>> >>> >>> On Tue, Feb 20, 2024 at 7:06 AM 'Dustin Mitchell' via blink-d

Re: [blink-dev] Intent to Extend Deprecation Trial: Restrict "private network requests" for subresources from public websites to secure contexts.

2024-02-28 Thread Yoav Weiss (@Shopify)
Can you clarify which milestones are you requesting to run this extended deprecation trial on? On Wed, Feb 28, 2024 at 11:01 AM 'Yifan Luo' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails...@chromium.org, tito...@chromium.org, cl...@chromium.org, > mk...@chromium.org, v...@chromiu

Re: [blink-dev] Intent to ship: MP4 container support for MediaRecorder

2024-02-28 Thread Yoav Weiss (@Shopify)
On Tue, Feb 27, 2024 at 1:45 AM Mike Taylor wrote: > > On 2/22/24 9:21 PM, 'Sunggook Chue' via blink-dev wrote: > > Contact emails > > sung...@microsoft.com > > dalecur...@chromium.com (reviewer and mentor). > > Explainer > > https://www.w3.org/TR/mediastream-recording/ > > That's not an explain

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-02-28 Thread 'Clémence Vaz' via blink-dev
Hi all :) Have you decided a timeline for WebSQL support removal on Android WebViews ? We've already developed a SQLite alternative but there will be performance impacts on our mobile app as soon as WebSQL is disabled and we need to anticipate and communicate with our clients about the "switch"

Re: [blink-dev] Intent to Ship: Form Controls Support Vertical Writing Mode Direction Support

2024-02-28 Thread Manuel Rego Casasnovas
On 23/02/2024 21:42, Di Zhang wrote: Specification https://github.com/whatwg/html/issues/8413 What's the status of this issue? Is there any spec text that needs to change? Interoperability and Compatibility Chrome: implement

Re: [blink-dev] Intent to Ship: Do not invert author selection background color when it matches text color

2024-02-28 Thread Manuel Rego Casasnovas
Hi Stephen, I think it'd be nice to send a new intent-to-ship and update the chromestatus entry with the new agreed behavior on CSSWG (I've made you an owner of https://chromestatus.com/guide/edit/5657973985640448). As this a quite old one and the template and process has changed a lot since

[blink-dev] Intent to Extend Deprecation Trial: Restrict "private network requests" for subresources from public websites to secure contexts.

2024-02-28 Thread 'Yifan Luo' via blink-dev
Contact emails...@chromium.org, tito...@chromium.org, cl...@chromium.org, mk...@chromium.org, v...@chromium.org Explainer https://github.com/WICG/private-network-access/blob/master/explainer.md Specificationhttps://wicg.github.io/private-network-access Design docs https://docs.google.com/documen