Re: [blink-dev] Intent to Prototype: Web Monetization

2025-01-21 Thread Jonathan Carse
Hi, Stumbled onto this and I find it quite interesting. Are there any updates? Thanks, Jonathan On Wednesday, September 4, 2024 at 7:30:08 AM UTC+10 Alexander Surkov wrote: > Hey! I realized I mistakenly replied to Tom privately instead of sending > my response to the list. In my reply, I said t

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: On-device Web Speech API

2025-01-21 Thread 'Evan Liu' via blink-dev
> > So are you OK with adding unprefixing to this intent (or if you prefer, a > new one that this is blocked on)? Yeah, I think that's a great idea! I'm also in favor of tracking usage of the prefixed version with the goal of possibly dropping it entirely in the future. It would be helpful if yo

Re: [blink-dev] Web-Facing Change PSA: Predictable reported storage quota

2025-01-21 Thread Reema A
Sorry for the delayed response! > One more question: what are the actual Quota limits for storage on mobile (including low-end devices), and WebView? Are any of them lower than 10GiB? Quota is 60% of total disk space per origin. For UMA-enabled Chrome installations on Android, ~3% of weekly acti

Re: [EXTERNAL] Re: [blink-dev] Intent to Ship: Fire error event instead of throwing for CSP blocked worker

2025-01-21 Thread 'Liang Zhao' via blink-dev
On Monday, January 20, 2025 at 4:48:38 AM UTC-8 Mike Taylor wrote: I'd still like to better understand the compat risk here - I suspect it's low, but I would not be surprised if there is code attempting to handle the difference between Chrome/Safari & Firefox with UA sniffing (which means it

Re: [blink-dev] Intent to Ship: Protected Audience: Private Aggregation per-participant usage metrics

2025-01-21 Thread 'Maksim Orlovich' via blink-dev
So for explainer it's https://github.com/WICG/turtledove/blob/main/FLEDGE_extended_PA_reporting.md#per-participant-metrics For the spec, it's not really a separate section. Most relevant is handling of reserved.once in https://wicg.github.io/turtledove/#process-the-private-aggregation-contribution

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2025-01-21 Thread 'Ashley Gullen' via blink-dev
I was happy to see this ship in the latest M132 release, but I ran in to another bug, so just as a heads up I'm linking it here: https://issues.chromium.org/issues/391283117 Ashley On Fri, 15 Nov 2024 at 00:43, Joel Hockey wrote: > From my testing, chromeos sets a default extension, but linux d

[blink-dev] Intent to Ship: OffscreenCanvas getContextAttributes

2025-01-21 Thread ccameron chromium
*Contact emails* ccame...@chromium.org *Explainer* https://github.com/ccameron-chromium/ColorWeb-CG/blob/canvas_cleanup/canvas2d_settings.md *Specification* https://github.com/whatwg/html/pull/10904 *Summary* Add the getContextAttributes interface from CanvasRenderingContext2D to OffscreenCanvas