Re: [blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Alexis Menard
Hi, All requested, all done but one. See in their separate linked Chrome Status entries. Thanks. On Mon, Apr 1, 2024 at 3:51 PM Mike Taylor wrote: > One more thing, mind requesting reviews for Privacy, Security, > Debuggability in your chromestatus entry? Thanks > > > On 4/1/24 3:12 PM, Mike T

Re: [blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Mike Taylor
One more thing, mind requesting reviews for Privacy, Security, Debuggability in your chromestatus entry? Thanks On 4/1/24 3:12 PM, Mike Taylor wrote: Thanks - sounds good. LGTM to experiment for 4 milestones (125 to 128 inclusive OR 126 to 129 inclusive). On 4/1/24 2:13 PM, Menard, Alex

Re: [blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Mike Taylor
Thanks - sounds good. LGTM to experiment for 4 milestones (125 to 128 inclusive OR 126 to 129 inclusive). On 4/1/24 2:13 PM, Menard, Alexis wrote: Hi, I think 4 milestones would be good (so M125-M129 or M126-M130). It gives me ample time to reach out and partner with the various ISVs we

Re: [blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Menard, Alexis
Hi, I think 4 milestones would be good (so M125-M129 or M126-M130). It gives me ample time to reach out and partner with the various ISVs we have in mind. Thanks. From: Mike Taylor Sent: Monday, April 1, 2024 1:53 PM To: Menard, Alexis ; blink-dev@chromium.org

Re: [blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Mike Taylor
How many milestones are you requesting for the OT (whether it starts in 125 or 126)? On 4/1/24 1:51 PM, Menard, Alexis wrote: Contact emails alexis.men...@intel.com Explainer https://github.com/WICG/visual-viewport/blob/gh-pages/segments-e

[blink-dev] Intent to Experiment: Foldable APIs (combo of Device Posture and Viewport Segments APIs)

2024-04-01 Thread Menard, Alexis
Contact emails alexis.men...@intel.com Explainer https://github.com/WICG/visual-viewport/blob/gh-pages/segments-explainer/SEGMENTS-EXPLAINER.md https://github.com/w3c/device-posture Specification https://www.w3.org/TR/device-posture https://www.w3.org/TR/mediaquer

[blink-dev] intercept Skia draw commands in a Chromium instance

2024-04-01 Thread Steven Whelan
Hi Team I'm trying to intercept Skia draw commands in a running Chromium instance and later replay them in a different browser instance at client-side via CanvasKit , a WebAssembly build of Skia. I saw this Thread on Stack Overflow.

[blink-dev] Capture Skia Commands From Chromium

2024-04-01 Thread Steven Whelan
Hi we are working on Remote Browser Isolation. I want to capture SKIA commands from the remote Chromium Browser and replay it on the client browser. I have gone through the Rendering Pipeline of Chromium as per this answer on stack overflow- https://stackoverflow.com/questions/60293524/how-to-i