Re: [blink-dev] Intent to Prototype and Ship: Compute Pressure WebDriver endpoints

2024-06-19 Thread 'Mathias Bynens' via blink-dev
On Wed, Jun 19, 2024 at 5:52 PM Yoav Weiss (@Shopify) < yoavwe...@chromium.org> wrote: > > > On Wed, Jun 19, 2024 at 9:55 AM Mandy, Arnaud > wrote: > >> Contact emails >> raphael.kubo.da.co...@intel.com, juha.j.vai...@intel.com, >> kenneth.r.christian...@intel.com, arnaud.ma...@intel.com >> >>

Re: [blink-dev] Intent to Prototype: WebDriver commands for triggering Bounce Tracking Mitigations

2023-09-01 Thread 'Mathias Bynens' via blink-dev
Excited about this getting prototyped! I look forward to discussing the specifics, such as the exact shape of the WebDriver Classic or BiDi command(s) / event(s). Please keep me looped in. On Thu, Aug 31, 2023 at 11:28 PM Joshua Hood wrote: > *Please note that the addition of an associated

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

2023-07-10 Thread 'Mathias Bynens' via blink-dev
Thank you for including a WebDriver extension for this; I’ve left some review feedback on the PR. Overall, I wanted to voice my support for pursuing the Web Platform feature (and this Intent) separately from the

Re: [blink-dev] Re: PSA: WebDriver changes now go through the API owners intent process

2023-06-07 Thread 'Mathias Bynens' via blink-dev
In ChromeDriver, we don’t have feature flags per se. Instead the mechanism we have available is vendor-prefixed command mappings .

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-20 Thread 'Mathias Bynens' via blink-dev
romium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5;l=1912?q=HTMLPatternRegExpUnicodeSets%20file:.json5=chromium> >>>> to status=experimental, that'll get us some additional usage coverage (from >>>> the small population that runs w

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-20 Thread 'Mathias Bynens' via blink-dev
main:third_party/blink/renderer/platform/runtime_enabled_features.json5;l=1912?q=HTMLPatternRegExpUnicodeSets%20file:.json5=chromium> >>> to status=experimental, that'll get us some additional usage coverage (from >>> the small population that runs with >>> --enable-exper

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-19 Thread 'Mathias Bynens' via blink-dev
t'll get us some additional usage coverage (from > the small population that runs with > --enable-experimental-web-platform-features) and also signal that this is > close to becoming shipping behavior. > > Rick > > On Mon, Apr 17, 2023 at 7:03 AM 'Mathias Bynens' via blink-dev < &

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-17 Thread 'Mathias Bynens' via blink-dev
support for this change, and it's just a >>>> question of the site compat risk. ~0.04% as an upper bound is quite high. >>>> Can we wait until the use counter is in stable and look at a random set of >>>> sites hitting the use counter to determine what the real-

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-05 Thread 'Mathias Bynens' via blink-dev
port for this change, and it's just a >>> question of the site compat risk. ~0.04% as an upper bound is quite high. >>> Can we wait until the use counter is in stable and look at a random set of >>> sites hitting the use counter to determine what the real-world breakage >

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-04-04 Thread 'Mathias Bynens' via blink-dev
sites > hitting the use counter to determine what the real-world breakage looks > like? > > On Fri, Mar 31, 2023 at 5:07 PM 'Mathias Bynens' via blink-dev < > blink-dev@chromium.org> wrote: > >> >> >> On Fri, Mar 31, 2023 at 4:35 PM Mike Taylor >>

Re: [blink-dev] Intent to Implement and Ship: Use RegExp v flag instead of u for HTML pattern attribute

2023-03-31 Thread 'Mathias Bynens' via blink-dev
On Fri, Mar 31, 2023 at 4:35 PM Mike Taylor wrote: > Hey Mathias, > On 3/31/23 5:56 AM, Mathias Bynens wrote: > > Contact emails > > math...@chromium.org > > Specification > > https://github.com/whatwg/html/pull/7908 > > Summary > > The attribute allows developers to specify a regular >

Re: [blink-dev] PSA: Custom Handlers testing automation in ChromeDriver

2022-09-08 Thread 'Mathias Bynens' via blink-dev
On Tue, Sep 6, 2022 at 6:00 PM Javier Fernandez wrote: > *Contact emails* > jfernan...@igalia.com > > *Specification* > https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers > > *Summary* > The proposed `setRPHRegistrationMode` WebDriver extension command places > the user

Re: [blink-dev] Question : How to create *-expected.png for blink_web_tests

2022-03-14 Thread 'Mathias Bynens' via blink-dev
Use --reset-results: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/web_tests.md#test-harness-options On Mon, Mar 14, 2022 at 7:39 AM Jihwan Kim wrote: > I'm fixing issue with pickers, but some tests failed. > It was a failure due to image diff. > > Since the resource (css)

Re: [EXTERNAL] Re: [blink-dev] Intent to Prototype: CSS Subgrid

2022-01-20 Thread 'Mathias Bynens' via blink-dev
Thank you for the update, Ethan! This clarifies a lot. On Fri, Jan 21, 2022 at 6:07 AM 'Ethan Jimenez' via blink-dev < blink-dev@chromium.org> wrote: > Thanks for the response Mike! > > > > I edited the “Debuggability” section below and will update the Chrome > status entry soon. > > > > Best

Re: [blink-dev] Intent to Prototype: Dark mode support for web apps

2021-11-18 Thread 'Mathias Bynens' via blink-dev
On Fri, Nov 19, 2021 at 7:51 AM 'Louise Brett' via blink-dev < blink-dev@chromium.org> wrote: > Contact emailsloubr...@google.com, glen...@chromium.org, > mgi...@chromium.org > > ExplainerNone yet > > Specification > > Summary > > Add a field to the web app manifest which allows apps to specify a

Re: [blink-dev] Intent to Ship: HDR CSS Media Queries

2021-10-20 Thread 'Mathias Bynens' via blink-dev
On Wed, Oct 20, 2021 at 5:44 PM Will Cassella wrote: > Contact emailscas...@chromium.org, chcunning...@chromium.org, > videostack-...@chromium.org > > Explainer > Adds MediaQueries for detecting HDR vs HDR displays > https://www.w3.org/TR/mediaqueries-5/#dynamic-range >

Re: [blink-dev] PSA: Changes to Chrome’s WebSocket Server used in DevTools protocol to improve standard compliance

2021-09-21 Thread 'Mathias Bynens' via blink-dev
For those wondering (like me), the relevant tracking bug is https://bugs.chromium.org/p/chromium/issues/detail?id=865002. On Fri, Sep 17, 2021 at 5:42 PM 'Shiho Noda' via blink-dev < blink-dev@chromium.org> wrote: > Dear blink devs > > If you don’t use the DevTools protocol, you can ignore this.