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

2023-05-11 Thread Morgaine (de la faye)
This can be sent to websites’ web servers to verify that the environment the web page is running on is trusted by the attester. I'm not sure how RFC 8890 compliant this proposal is. This seems to create a large power for site owners to dictate & control user behavior. But RFC 8890 says that

Re: [blink-dev] Re: Intent to Experiment: Compute Pressure

2023-05-11 Thread Mike West
Extending from M117 to M118 LGTM. -mike On Fri, May 12, 2023 at 7:14 AM 'Ajay Rahatekar' via blink-dev < blink-dev@chromium.org> wrote: > Hello API Owners, > > The Intent to Experiment mentions Origin Trial duration of M115 - M117. We > would like approval to have the Origin Trial for M115 - M1

Re: [blink-dev] Re: Intent to Experiment: Compute Pressure

2023-05-11 Thread 'Ajay Rahatekar' via blink-dev
Hello API Owners, The Intent to Experiment mentions Origin Trial duration of M115 - M117. We would like approval to have the Origin Trial for M115 - M118 based on the current 4 week Chrome release cycle. Thanks in advance. -Ajay On Tuesday, May 2, 2023 at 10:28:08 PM UTC-7 arnaud...@intel.co

[blink-dev] Re: Intent to Ship: CSS Motion Path

2023-05-11 Thread 一丝
As a developer, it's great to see Chrome implement full motion path functionality. However, in order to reduce unnecessary compatibility and potential issues, I hope that some CSSWG issues can be resolved before shipping - Add "at " to path(), shape(), and ray(): https://github.com/w3c/fxtf-d

Re: [blink-dev] Intent to Ship: timestamp field on RTCEncodedVideoFrameMetadata

2023-05-11 Thread Yoav Weiss
As pointed out, this seems to be missing a bunch of fields from the broader template.. On Thu, May 11, 2023 at 2:20 PM Yoav Weiss wrote: > > > On Tue, May 2, 2023 at 4:29 PM 'Tony Herre' via blink-dev < > blink-dev@chromium.org> wrote: > >> Contact emails >> >> he...@google.com, gui...@chromium

[blink-dev] Intent to Ship: CSS Motion Path

2023-05-11 Thread Daniil Sakhapov
Contact emailssakha...@chromium.org ExplainerAs part of the Interop 2023 we ship the rest of the CSS Motion Path. Currently only path() works. And after a spec has been reworked other path types are ready to be shipped. Specificationhttps://drafts.fxtf.org/motion Summary Motion path allows auth

[blink-dev] Intent to Prototype: Add value argument to URLSearchParams's has() and delete()

2023-05-11 Thread Debadree Chatterjee
Contact emails debadree...@gmail.com Explainer None Specification https://url.spec.whatwg.org/#dom-urlsearchparams-has Summary This feature adds the ability to pass a `value` argument to URLSearchParams's has() and delete() methods which allow for deleting tuples

Re: [blink-dev] Intent to Ship: timestamp field on RTCEncodedVideoFrameMetadata

2023-05-11 Thread Yoav Weiss
On Tue, May 2, 2023 at 4:29 PM 'Tony Herre' via blink-dev < blink-dev@chromium.org> wrote: > Contact emails > > he...@google.com, gui...@chromium.com > > Spec > https://w3c.github.io/webrtc-encoded-transform/#RTCEncodedVideoFrameMetadata > particularly > PR#173