Re: [blink-dev] New API owner: Domenic Denicola

2024-01-21 Thread Rakina Zata Amni
Congrats Domenic!! On Mon, Jan 22, 2024 at 7:25 AM Sangwhan Moon wrote: > Congratulations Domenic, looking forward to your contributions. > > On Jan 22, 2024, at 4:39, Mike Taylor wrote: > >  > > +1 - congrats! I look forward to Domenic bringing his decade plus of web > and standards

Re: [blink-dev] Intent to Prototype and Ship: MessagePort.onclose

2024-01-10 Thread Rakina Zata Amni
> Hoping that the design doc can become an GH explainer with the usual format, as the design doc doesn't answer questions in the strucutre we like to see Can you clarify which part isn't answered yet in the explainer ?

Re: [blink-dev] How to check if a document is fully active in Blink?

2022-02-25 Thread Rakina Zata Amni
One particular part that might differ a bit than the currently specified definition of "fully active" is the check for whether the page's lifecycle state is "active" or not, as we should also categorize BFCached documents (and maybe prerendered documents as well?) as not "fully active" (see this

Re: [blink-dev] Intent to Ship: Remove clamping of setTimeout(..., 0)

2021-10-13 Thread Rakina Zata Amni
I had a quick chat with Philip about whether we want to fix crbug.com/1209717 or not, and I think we don't need to fix that bug for shipping this. In the bug, the code expected a same-document history navigation (and its scroll restoration) would happen synchronously, so any scroll changes that