[blink-dev] Re: Intent to Ship: View Transitions Same-Origin Navigation

2024-05-01 Thread Alex Russell
LGTM1 On Tuesday, April 30, 2024 at 12:13:42 PM UTC-7 Khushal Sagar wrote: > Contact emails > > bo...@google.com, khushalsa...@google.com, nrosent...@google.com, > vmp...@google.com > > Explainer > > https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md >

Re: [blink-dev] Re: Intent to Ship: View Transitions Same-Origin Navigation

2024-05-01 Thread Chris Harrelson
LGTM2 On Wed, May 1, 2024 at 8:46 AM Alex Russell wrote: > LGTM1 > > On Tuesday, April 30, 2024 at 12:13:42 PM UTC-7 Khushal Sagar wrote: > >> Contact emails >> >> bo...@google.com, khushalsa...@google.com, nrosent...@google.com, >> vmp...@google.com >> >> Explainer >> >> https://github.com/

Re: [blink-dev] Intent to Prototype and Ship: Align navigator.cookieEnabled with spec

2024-05-01 Thread Chris Harrelson
Please fill out the cross-functional reviews (privacy, security, debugging, etc) for your intent before shipping. On Tue, Apr 30, 2024 at 3:40 PM Philip Jägenstedt wrote: > LGTM3 > > On Tue, Apr 30, 2024 at 6:49 PM Yoav Weiss (@Shopify) < > yoavwe...@chromium.org> wrote: > >> LGTM2 >> >> On Tue,

Re: [blink-dev] Intent to Implement and Ship: Conversion to RGB in VideoFrame.copyTo()

2024-05-01 Thread Alex Russell
hey Eugene, This is an exciting an useful addition! Have you looked into other platform APIs that could benefit from being able to explicitly specify intermediate format hinting and/or transformation? It's a place where (had the TAG been consulted) I would have expected to see a larger chain of

Re: [blink-dev] Re: Intent to Ship: View Transitions Same-Origin Navigation

2024-05-01 Thread Mike Taylor
LGTM3 On 5/1/24 11:47 AM, Chris Harrelson wrote: LGTM2 On Wed, May 1, 2024 at 8:46 AM Alex Russell wrote: LGTM1 On Tuesday, April 30, 2024 at 12:13:42 PM UTC-7 Khushal Sagar wrote: Contact emails bo...@google.com, khushalsa...@google.com, nros

Re: [blink-dev] Intent to Ship: Support Video Chapter in MediaMetadata

2024-05-01 Thread Chris Harrelson
Hi, please fill out: * A TAG review * Requests for signals from WebKit and Gecko * A brief explainer (link to PR is not enough - even a paragraph or two outlining the "why" for this feature with an example would be enough * Explanation for why this feature won't be enabled on all platforms On Tue

Re: [blink-dev] Intent to Ship: Support Video Chapter in MediaMetadata

2024-05-01 Thread Alex Russell
Hey folks, On reviewing this, I'm concerned that this isn't also addressing the same needs for Audio. This would have come up in a TAG review, and probably would have been fleshed out in an Explainer. Would like to see those before this progresses. Best, Alex On Tuesday, April 30, 2024 at 3:

Re: [blink-dev] Intent to Ship: Attribution Reporting Feature Bundle: Additional Verbose Debug Reports, Further Gating Source Verbose Debug Reports, Splitting the Attribution Rate Limit

2024-05-01 Thread Alex Russell
Hey folks, We've talked about this in API OWNERS again, and the presentation of this set of features is...frustrating. Several of these features lack any explanation, example code, or any outline of alternative approaches that were considered and discarded. Having multiple features presented

Re: [blink-dev] Intent to Implement and Ship: Conversion to RGB in VideoFrame.copyTo()

2024-05-01 Thread Mike Taylor
+1. Would you mind also filing gecko and webkit positions? I expect them to be positive, given the informal signals you have in the spec PRs already - but this also lets them know we're moving ahead with shipping. Thanks - Mike On 5/1/24 11:51 AM, Alex Russell wrote: hey Eugene, This is an e

Re: [blink-dev] Intent to Ship: CSS Anchor Positioning

2024-05-01 Thread fantasai
On 4/16/24 09:57, Mason Freed wrote: Thanks for the detailed reply, fantasai! And also thank you very much for all of the hard work you and Tab have put into this feature to make it what it is. We very much appreciate it. And I appreciate all the hard work the Chrome Team has put into implemen

Re: [blink-dev] Intent to Ship: Adding Cross-site Ancestor Chain Bit to CHIPS Partition Key

2024-05-01 Thread 'Aaron Selya' via blink-dev
My apologies for the delay in following up on this. When I finished my initial implementation and got to the point where I could begin testing, I found that my metrics were being flooded with a cookie named, "receive-cookie-deprication". After doing some research and testing I learned that this co

Re: [blink-dev] Intent to Ship: Document picture-in-picture

2024-05-01 Thread Sahil Talwar
+1 - would love PiP on Android as well. On Monday, April 29, 2024 at 8:43:26 AM UTC-4 ari picker wrote: > Thank you for all your work on PiP, it's awesome! > I am very interested in PiP on Android. Is any progress being made, and is > there an ETA for PiP landing on Android? > > On Tuesday, Jun

Re: [blink-dev] Intent to Implement and Ship: Conversion to RGB in VideoFrame.copyTo()

2024-05-01 Thread 'Eugene Zemtsov' via blink-dev
I've filed issues for TAG review and firefox and webkit positions. > Have you looked into other platform APIs that could benefit from being able to explicitly specify intermediate format hinting and/or transformation? I don't think this kind of review can be done for all web APIs by one person. I

Re: [blink-dev] Unable to write Serialized SkPicture into a File

2024-05-01 Thread Ken Russell
Yes - you can confirm this yourself - but we strongly recommend against disabling the renderer sandbox. On Tue, Apr 30, 2024 at 10:46 PM Steven Whelan wrote: > Yes, trying to do this in renderer process. Would it work if I run > Chromium with --nosandbox flag. > > On Tue, Apr 30, 2024, 21:58 Ke