Re: [blink-dev] Intent to Ship: Web app launch handler

2022-11-09 Thread Yoav Weiss
LGTM3 On Wed, Nov 9, 2022, 17:37 Mike Taylor wrote: > LGTM2 > > On 11/10/22 1:36 AM, Chris Harrelson wrote: > > Thanks! > LGTM1 > > On Tue, Nov 8, 2022 at 6:57 PM Alan Cutter > wrote: > >> https://github.com/WICG/web-app-launch/issues/69 and >> https://github.com/WICG/web-app-launch/issues/67

[blink-dev] Re: Looking For People Familiar With Web Tests

2022-11-09 Thread 'Vivian Zhi' via blink-dev
hi Brian Please feel free to add me to the CC list. Vivian On Wednesday, November 9, 2022 at 4:30:26 PM UTC-8 Jonathan Lee wrote: > (Adding my team to CC, who might be interested.) > > Hi Brian, > > Feel free to send some my way. > > Jonathan > On Tuesday, November 8, 2022 at 2:18:05 PM

[blink-dev] Re: Looking For People Familiar With Web Tests

2022-11-09 Thread 'Jonathan Lee' via blink-dev
(Adding my team to CC, who might be interested.) Hi Brian, Feel free to send some my way. Jonathan On Tuesday, November 8, 2022 at 2:18:05 PM UTC-8 Brian Sheedy wrote: > Hi all, > > TL;DR: I'm looking for a handful of people who are familiar with web > tests/web test expectations that would

[blink-dev] Re: Looking For People Familiar With Web Tests

2022-11-09 Thread 'Jie Sheng' via blink-dev
Hi Brian, Feel free to send them to me too. Best, Jie On Wed, Nov 9, 2022 at 2:29 PM Jonathan Lee wrote: > (Adding my team to CC, who might be interested.) > > Hi Brian, > > Feel free to send some my way. > > Jonathan > On Tuesday, November 8, 2022 at 2:18:05 PM UTC-8 Brian Sheedy wrote: > >>

Re: [blink-dev] Re: Looking For People Familiar With Web Tests

2022-11-09 Thread Xianzhu Wang
Brian, please add me, too, if needed. On Wed, Nov 9, 2022 at 3:39 PM Brian Sheedy wrote: > I've received a number of volunteers privately, so I think I should be all > set now - thanks everyone! > > On Tuesday, November 8, 2022 at 2:18:05 PM UTC-8 Brian Sheedy wrote: > >> Hi all, >> >> TL;DR:

[blink-dev] Re: Looking For People Familiar With Web Tests

2022-11-09 Thread Brian Sheedy
I've received a number of volunteers privately, so I think I should be all set now - thanks everyone! On Tuesday, November 8, 2022 at 2:18:05 PM UTC-8 Brian Sheedy wrote: > Hi all, > > TL;DR: I'm looking for a handful of people who are familiar with web > tests/web test expectations that would

Re: [blink-dev] Intent to Prototype: View Transition Same-Origin Navigation

2022-11-09 Thread slightlyoff via Chromestatus
Amazing to see this moving forward. -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit

[blink-dev] Intent to Prototype: View Transition Same-Origin Navigation

2022-11-09 Thread 'Khushal Sagar' via blink-dev
Contact emailskhushalsa...@google.com, vmp...@google.com Explainer https://github.com/WICG/view-transitions/blob/main/explainer.md#cross-document-same-origin-transitions Specification Summary The ViewTransition API allows authors to define visual transitions between 2 DOM states. The first

Re: [blink-dev] Intent to Extend Origin Trial: Trial for SharedArrayBuffers in non-isolated pages on Desktop platforms

2022-11-09 Thread Lutz Vahl
Hello API owners, With the branch cut around the corner, I'm happy to present the progress made: Summary ‘SharedArrayBuffers’ (SABs) on desktop platforms are restricted to cross-origin isolated environments, matching the behavior we've recently shipped on Android and Firefox. We've performed

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain on stable

2022-11-09 Thread 'Daniel Vogelheim' via blink-dev
On Wed, Nov 9, 2022 at 6:10 PM Mike Taylor wrote: > On 10/27/22 11:49 PM, 'Daniel Vogelheim' via blink-dev wrote: > > Hello all, > > The approval for the Intent To Ship for Origin Isolation By Default / > Deprecate document.domain >

Re: [blink-dev] Intent stage "Evaluate readiness to ship": web-share permission policy

2022-11-09 Thread Marcos Caceres
Fantastic to hear! I’ve put up the the WebKit patch and hope to land it by the end of the week: https://github.com/WebKit/WebKit/pull/6074 I also refactored the tests a little bit if anyone has a few cycles to review: https://github.com/web-platform-tests/wpt/pull/36862/files (I need to make

[blink-dev] Re: Intent to Ship: Restrict "private network requests" for subresources to secure contexts.

2022-11-09 Thread 'Titouan Rigoudy' via blink-dev
Hi blink-dev, As part of working on Private Network Access (fka CORS-RFC1918) support for dedicated, shared and service workers, we found out that this launch had accidentally impacted dedicated workers. Specifically, fetches for dedicated worker scripts as well as fetches for resources from

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain on stable

2022-11-09 Thread Mike Taylor
On 10/27/22 11:49 PM, 'Daniel Vogelheim' via blink-dev wrote: Hello all, The approval for the Intent To Ship for Origin Isolation By Default / Deprecate document.domain asks for a separate intent for the actual default

Re: [blink-dev] Intent to Ship: Quick intensive timer throttling of loaded background pages

2022-11-09 Thread Philip Jägenstedt
The potential compat risk of this seems significant, if it means that pages can start misbehaving or breaking after 10 seconds in the background, which seems common in workflows like logins or ecommerce, where you might be flipping back and forth between tabs to find passwords, confirm credit card

Re: [blink-dev] Intent stage "Evaluate readiness to ship": web-share permission policy

2022-11-09 Thread Mike Taylor
That's great to hear \o/. Eric, do you plan to send an I2S for this change? On Tuesday, November 8, 2022 at 11:02:15 PM UTC-5 Eric Willigers wrote: > The YouTube issue has been addressed. We can ship with default "self" in > M110. crrev.com/c/3995946 >

Re: [blink-dev] Intent to Ship: Methods that change Array and TypedArray by copy

2022-11-09 Thread Chris Harrelson
LGTM3 On Wed, Nov 9, 2022 at 8:35 AM Philip Jägenstedt wrote: > LGTM2 > > On Wed, Nov 9, 2022 at 5:32 PM Daniel Bratell wrote: > >> LGTM1 >> >> /Daniel >> On 2022-11-08 21:32, Shu-yu Guo wrote: >> >> Contact emails s...@chromium.org >> >> Explainer

Re: [blink-dev] Intent to Ship: Web app launch handler

2022-11-09 Thread Mike Taylor
LGTM2 On 11/10/22 1:36 AM, Chris Harrelson wrote: Thanks! LGTM1 On Tue, Nov 8, 2022 at 6:57 PM Alan Cutter wrote: https://github.com/WICG/web-app-launch/issues/69 and https://github.com/WICG/web-app-launch/issues/67 spec issues have now been fixed. On Wednesday, 2 November

Re: [blink-dev] Intent to Ship: Web app launch handler

2022-11-09 Thread Chris Harrelson
Thanks! LGTM1 On Tue, Nov 8, 2022 at 6:57 PM Alan Cutter wrote: > https://github.com/WICG/web-app-launch/issues/69 and > https://github.com/WICG/web-app-launch/issues/67 spec issues have now > been fixed. > > On Wednesday, 2 November 2022 at 5:39:57 pm UTC+11 Alan Cutter wrote: > >> On Sunday,

Re: [blink-dev] Intent to Ship: Methods that change Array and TypedArray by copy

2022-11-09 Thread Philip Jägenstedt
LGTM2 On Wed, Nov 9, 2022 at 5:32 PM Daniel Bratell wrote: > LGTM1 > > /Daniel > On 2022-11-08 21:32, Shu-yu Guo wrote: > > Contact emails s...@chromium.org > > Explainer https://github.com/tc39/proposal-change-array-by-copy > > Specification https://tc39.es/proposal-change-array-by-copy > >

Re: [blink-dev] Intent to Ship: Methods that change Array and TypedArray by copy

2022-11-09 Thread Daniel Bratell
LGTM1 /Daniel On 2022-11-08 21:32, Shu-yu Guo wrote: Contact emails s...@chromium.org Explainer https://github.com/tc39/proposal-change-array-by-copy Specification https://tc39.es/proposal-change-array-by-copy Summary Provides additional methods on