Re: [blink-dev] Re: Intent to Ship: Controlled Frame API (available only to IWAs)

2025-07-15 Thread Domenic Denicola
Thanks Dominic for that confirmation and your help reviewing. And thank you to Robbie for the impressive improvement to the API surface and the specification! This looks like a pretty good, webby API, with a nice detailed specification, which I'm happy to approve. LGTM1. Please make sure to updat

Re: [blink-dev] Re: Intent to Ship: SharedWorker script inherit controller for blob script URL

2025-07-15 Thread Domenic Denicola
(LGTM2, actually, given Alex's previous LGTM1.) On Wed, Jul 16, 2025 at 11:02 AM Domenic Denicola wrote: > Thanks for the extra diligence here! Some of those numbers do seem a bit > surprising, but ServiceWorker.SharedWorker.ResourceFetch.FromBlob being > 100% false is the most important one, so

Re: [blink-dev] Re: Intent to Ship: SharedWorker script inherit controller for blob script URL

2025-07-15 Thread Domenic Denicola
Thanks for the extra diligence here! Some of those numbers do seem a bit surprising, but ServiceWorker.SharedWorker.ResourceFetch.FromBlob being 100% false is the most important one, so this sounds safe to me. LGTM1. On Tue, Jul 15, 2025 at 1:42 PM Yoshisato Yanagisawa wrote: > Just update on t

Re: [EXTERNAL] [blink-dev] Intent to Ship: Web Speech API contextual biasing

2025-07-15 Thread 'Evan Liu' via blink-dev
> > Have you considered a dictionary for SpeechRecognitionPhrase? > Early versions of this design included creating a SpeechRecognitionPhraseList interface as well as a SpeechRecognitionContext to encapsulate the contextual biasing phrases. The latest consensus is to accept a suggestion from dome..

Re: [blink-dev] Re: Intent to Ship: Secure Payment Confirmation: UX Refresh

2025-07-15 Thread Slobodan Pejic
Thanks Domenic, I have filed an issue to address this problem with the secure-payment-confirmation specification (#307 ). On Monday, July 14, 2025 at 10:09:19 PM UTC-4 Domenic Denicola wrote: > This generally looks good, but there's

Re: [blink-dev] Intent to Extend Experiment: Digital Credential API

2025-07-15 Thread Jeffrey Yasskin
On Tue, Jul 15, 2025 at 10:44 AM Chromestatus < ad...@cr-status.appspotmail.com> wrote: > Contact emails rby...@chromium.org, g...@chromium.org, ma...@chromium.org, > ashimaar...@google.com > > Explainer > https://github.com/w3c-fedid/digital-credentials/blob/main/explainer.md > > Specification ht

[blink-dev] Intent to Extend Experiment: Digital Credential API

2025-07-15 Thread Chromestatus
Contact emails rby...@chromium.org, g...@chromium.org, ma...@chromium.org, ashimaar...@google.com Explainer https://github.com/w3c-fedid/digital-credentials/blob/main/explainer.md Specification https://w3c-fedid.github.io/digital-credentials Summary Websites can and do get credentials from

Re: [blink-dev] Re: Intent to Ship: Script Blocking in Incognito

2025-07-15 Thread 'Zainab Rizvi' via blink-dev
Yes, though Script Blocking in Incognito would have the same observable effect as extensions that block resources, such as ad blockers. The team is also adding monitoring to see if incognito detectability is on the rise due to these features. On Mon, Jul 14, 2025 at 7:23 PM Gregg Tavares wrote:

Re: [EXTERNAL] [blink-dev] Intent to Ship: Web Speech API contextual biasing

2025-07-15 Thread PhistucK
Does this basically supersede SpeechGrammar? ☆*PhistucK* On Tue, Jul 15, 2025 at 9:11 AM Sangwhan Moon wrote: > Drive by curiosity question: > > Have you considered a dictionary for SpeechRecognitionPhrase? > > If mutating individual SpeechRecognitionPhrase instances in > SpeechRecognition.ph

Re: [EXTERNAL] [blink-dev] Intent to Ship: Add MediaStreamTrack support to the Web Speech API

2025-07-15 Thread PhistucK
Oh, I see, the detached frame should do the trick. This should not be so complicated... If you can add an easier feature detection, that would be great. Maybe a startFromStream instead of start (or whatever hehe). ☆*PhistucK* On Tue, Jul 15, 2025 at 2:22 PM PhistucK wrote: > I came up with th

Re: [EXTERNAL] [blink-dev] Intent to Ship: Add MediaStreamTrack support to the Web Speech API

2025-07-15 Thread PhistucK
I came up with the same method on my own, but the problem is that it will ask the user whether it can use their microphone. If I have a stream that I want to transcribe, say, from an uploaded audio file, or a remote audio stream, the user will get this incorrect permission prompt when I feature-det

Re: [EXTERNAL] [blink-dev] Intent to Ship: Web Speech API contextual biasing

2025-07-15 Thread Sangwhan Moon
Drive by curiosity question: Have you considered a dictionary for SpeechRecognitionPhrase?If mutating individual SpeechRecognitionPhrase instances in SpeechRecognition.phrase is an intended use case and also has side-effects, I recon this wouldn't be desirable - but curious if that was considered.A