Re: [blink-dev] Intent to Prototype: *Streaming* declarative shadow DOM

2022-12-08 Thread Alex Russell
In general, we should not agree to changes that are purely cosmetic after shipping, and spec PR conversations aren't a substitute for developer feedback. I'm disinclined to suggest we ship a renamed feature for purely editorial reasons. Can we proceed to test under the old names to detect

[blink-dev] Re: Intent to extend Origin Trial: Popover API

2022-12-08 Thread Alex Russell
Has this feature changed in a breaking way since the first OT? Thanks, Alex On Thursday, December 8, 2022 at 4:27:28 PM UTC-8 Mason Freed wrote: > Hi API Owners, > > We'd like to extend the Popover Origin Trial for 2 additional milestones. > The original OT was 106 to 110, but due to many

Re: [blink-dev] Intent to Deprecate and Remove: WebSQL in non-secure contexts

2022-12-08 Thread Chris Thompson
I'll note that file:// URLs are considered secure contexts, which may be relevant for single-html-file apps -- see https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts#when_is_a_context_considered_secure On Thu, Dec 8, 2022 at 4:28 PM 'Ben Morss' via blink-dev <

Re: [blink-dev] Intent to Deprecate and Remove: WebSQL in non-secure contexts

2022-12-08 Thread 'Ben Morss' via blink-dev
Yes. Carl, does your app depend on Web SQL, webkitStorageInfo, or something else? On Thu, Dec 8, 2022 at 6:55 PM Carl Turechek wrote: > You'll break an app I developed to be passed around as a single html file. > Hope you'll provide us plebs some guidance on finding a replacement > solution. >

[blink-dev] Intent to extend Origin Trial: Popover API

2022-12-08 Thread Mason Freed
Hi API Owners, We'd like to extend the Popover Origin Trial for 2 additional milestones. The original OT was 106 to 110, but due to many good discussions and bits of feedback, we'll need more time before being able to ship this API. The OT partners would like to continue experimenting in the

[blink-dev] Intent to Prototype: Transitions on specified discrete properties

2022-12-08 Thread Robert Flack
Contact emailsfla...@chromium.org Explainer https://github.com/w3c/csswg-drafts/issues/4441#issuecomment-1329749962 Specification Summary Allows transitions of discrete properties to be started on properties explicitly listed in the transition-property list. These transitions run using the

[blink-dev] Intent to Experiment: No-Vary-Search support in navigation prefetch cache

2022-12-08 Thread Liviu Tinta
Contact emails dome...@chromium.org, jbro...@chromium.org, liviuti...@chromium.org Explainer https://github.com/WICG/nav-speculation/blob/main/no-vary-search.md Specification https://wicg.github.io/nav-speculation/no-vary-search.html Summary Enables prefetch to match even if URL query

Re: [EXTERNAL] Re: [blink-dev] Intent to Prototype: PointerEvent.deviceId for Mult-Pen Inking

2022-12-08 Thread Rick Byers
On Thu, Dec 8, 2022 at 1:17 PM Sahir Vellani wrote: > Thank you for all the feedback! > > > > Rick, yes that’s correct. The ID will be refreshed on reload and iframes > will have a different ID to their parent/each other. Also, we can > definitely explore integration with web driver and adding a

RE: [EXTERNAL] Re: [blink-dev] Intent to Prototype: PointerEvent.deviceId for Mult-Pen Inking

2022-12-08 Thread 'Sahir Vellani' via blink-dev
Thank you for all the feedback! Rick, yes that's correct. The ID will be refreshed on reload and iframes will have a different ID to their parent/each other. Also, we can definitely explore integration with web driver and adding a WPT test. Ben, any thoughts on the PEWG path Rick mentions

[blink-dev] Intent to Ship: FedCM on cross-origin iframes

2022-12-08 Thread Nicolás Peña
Contact emails n...@chromium.org Explainer https://github.com/fedidcg/FedCM/blob/main/explorations/iframe_support.md Specification https://fedidcg.github.io/FedCM/#permissions-policy-integration Summary Adds support for calling the FedCM API inside cross-origin iframes via a permissions

[blink-dev] html source code is seen instead of web page for www.google.com

2022-12-08 Thread uzair jaleel
Hi All, We are working on platform similar to linux and there is requirement where we want to render all composited content to an offscreen buffer like texture and then draw that texture content onto a platform window. We are using SkiaOutputDeviceOffscreen to achieve the same. We tried