Re: [blink-dev] Intent to Prototype: Web Translation API

2024-05-06 Thread Domenic Denicola
On Wed, May 1, 2024 at 6:43 AM Alex Russell wrote: > This effort seems worthwhile, and would like to see an explainer that > discisses the various API options; that might provide some context for the > security conversation. > Did you see the explainer linked in the original post? I'll post it

Re: [blink-dev] Intent to Ship: Tabbed web apps

2024-05-06 Thread Marijn Kruisselbrink
I don't think there are major technical reasons, no. With some rough edges the flagged implementation should more or less work on other desktop platforms as well. My understanding is that this is largely a product choice and a choice not to prioritize the remaining engineering needed to clean up

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

2024-05-06 Thread 'Sahil Talwar' via blink-dev
My 2 cents - rendering a document PiP would be great, but it wouldn't help our use case unless we also have interactivity - the reason we want a document is precisely *because* we want the user to be able to interact with the PiP. Rendering a document while keeping the video controls would be

Re: [blink-dev] Intent to Ship: Tabbed web apps

2024-05-06 Thread Daniel Herr
May I ask why? I've tried out the flagged implementation on Chrome OS, and I think it is a pretty nice UI paradigm. I don't see any technical reason it shouldn't be available on other platforms. On Monday, May 6, 2024 at 10:30:58 AM UTC-4 Brett Wilson wrote: > On Mon, May 6, 2024 at 3:02 AM

[blink-dev] Web-Facing Change PSA: Corrected timing for low-lead-time prefetches

2024-05-06 Thread Jeremy Roman
Chrome 126 (and corresponding releases from other Chromium browser vendors) will reflect a bugfix to the reporting of the responseStart timestamp for speculation rules prefetched navigation. It may cause a shift in some metrics, notably an increase in computed time to first byte (or similar

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

2024-05-06 Thread ari picker
+1 for feature parity, but honestly, what I need right now is Android no-video PiP content. On Thursday, May 2, 2024 at 1:32:16 PM UTC-5 Maratona app wrote: > Hi Tommy, thank you for replying. > > My first instinct is not really about what to do on Android, but *feature > parity* with Desktop,

[blink-dev] Intent to Ship: Protected Audience: reporting timeouts & multiple-bids

2024-05-06 Thread Paul Jensen
Contact emails pauljen...@chromium.org Explainer Protected Audience reporting timeouts: https://github.com/WICG/turtledove/pull/1101 Protected Audience multiple-bids: https://github.com/WICG/turtledove/pull/1048 Specification Protected Audience reporting timeouts:

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

2024-05-06 Thread 'Vladimir Levin' via blink-dev
Hey Steven, The path to convert information necessary for rendering into SkPictures may or may not exist in the Chromium codebase, but it's certainly not actively maintained or developed. Ultimately all information is available, but it may come from several different sources. For images, for

Re: [blink-dev] Intent to Ship: Tabbed web apps

2024-05-06 Thread Brett Wilson
On Mon, May 6, 2024 at 3:02 AM Yoav Weiss (@Shopify) wrote: > > > On Fri, May 3, 2024 at 7:28 PM Brett Wilson wrote: > >> Contact emailsbre...@chromium.org, alancut...@chromium.org, >> mgi...@chromium.org, loubr...@google.com >> >> Explainer >>

Re: [blink-dev] Running WebGPU on Amazon EC2 Windows instance

2024-05-06 Thread 'François Beaufort' via blink-dev
https://developer.chrome.com/blog/supercharge-web-ai-testing is the first part. On Mon, May 6, 2024 at 4:23 PM François Beaufort wrote: > Hello Wen Han, > May I recommend > https://developer.chrome.com/docs/web-platform/webgpu/colab-headless if > you haven't read it yet? > > On Mon, May 6,

Re: [blink-dev] Running WebGPU on Amazon EC2 Windows instance

2024-05-06 Thread 'François Beaufort' via blink-dev
Hello Wen Han, May I recommend https://developer.chrome.com/docs/web-platform/webgpu/colab-headless if you haven't read it yet? On Mon, May 6, 2024 at 4:20 PM wenhan chong wrote: > Hi All, > > I am trying to run WebGPU on an Amazon EC2 Windows instance but I am > unable to get the browser to

[blink-dev] SkImage from DrawImageRectOp with isPaintworklet=false

2024-05-06 Thread Steven Whelan
In paint_op_buffer_serializer the drawImageRect op has an if condition for PaintWorklet. While rendering google.com, saw that most of the

Re: [blink-dev] Intent to Ship: Tabbed web apps

2024-05-06 Thread Yoav Weiss (@Shopify)
On Fri, May 3, 2024 at 7:28 PM Brett Wilson wrote: > Contact emailsbre...@chromium.org, alancut...@chromium.org, > mgi...@chromium.org, loubr...@google.com > > Explainer > https://github.com/WICG/manifest-incubations/blob/gh-pages/tabbed-mode-explainer.md > >

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

2024-05-06 Thread Steven Whelan
Hi, Also found out that through paint_op_helper's tostring method , all the PaintOps related information