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

2023-06-08 Thread Raphael Kubo da Costa
Op 08-06-2023 om 05:41 schreef Mathias Bynens: In ChromeDriver, we don’t have feature flags per se. Instead the mechanism we have available is vendor-prefixed command mappings

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] Re: PSA: WebDriver changes now go through the API owners intent process

2023-06-07 Thread Chris Harrelson
On Wed, Jun 7, 2023 at 10:25 AM Christian Biesinger wrote: > > > On Wed, Jun 7, 2023 at 12:48 PM Chris Harrelson > wrote: > >> >> >> On Wed, Jun 7, 2023 at 9:30 AM Raphael Kubo da Costa < >> raphael.kubo.da.co...@intel.com> wrote: >> >>> Op 31-05-2023 om 20:44 schreef Chris Harrelson: >>> >

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

2023-06-07 Thread Christian Biesinger
On Wed, Jun 7, 2023 at 12:48 PM Chris Harrelson wrote: > > > On Wed, Jun 7, 2023 at 9:30 AM Raphael Kubo da Costa < > raphael.kubo.da.co...@intel.com> wrote: > >> Op 31-05-2023 om 20:44 schreef Chris Harrelson: >> > TL;DR: going forward, new WebDriver Classic and WebDriver BiDi APIs in >> >

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

2023-06-07 Thread Chris Harrelson
On Wed, Jun 7, 2023 at 9:30 AM Raphael Kubo da Costa < raphael.kubo.da.co...@intel.com> wrote: > Op 31-05-2023 om 20:44 schreef Chris Harrelson: > > TL;DR: going forward, new WebDriver Classic and WebDriver BiDi APIs in > > Chromium need to go through the Intent process, including in particular >

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

2023-06-07 Thread Raphael Kubo da Costa
Op 31-05-2023 om 20:44 schreef Chris Harrelson: TL;DR: going forward, new WebDriver Classic and WebDriver BiDi APIs in Chromium need to go through the Intent process, including in particular Intent to Prototype and Intent to Ship. See here