Re: [blink-dev] Intent to Continue Experimenting: Tabbed Web Apps

2024-04-18 Thread Brett Wilson
On Wed, Apr 10, 2024 at 8:29 AM Alex Russell wrote: > Great to hear there's support for the feature. > > 118-126 w/o breaking changes is pushing things. Is it practical to ship > inside the 123-126 window? How close are we?\ > Hi Alex, Sorry for the delay, we've been trying to figure out the

[blink-dev] Intent to Ship: WebGLObject Web IDL superinterface

2024-04-18 Thread Ken Russell
Contact emails...@chromium.org ExplainerNone Specificationhttps://registry.khronos.org/webgl/specs/latest/1.0 Summary The WebGL specification has defined a WebGLObject superinterface for many years, but Chromium's implementation never exposed it. This did not significantly affect applications

Re: [blink-dev] Intent to Ship: FedCM: Credentialed requests will no longer send SameSite=Strict cookies

2024-04-18 Thread Christian Biesinger
On Wed, Apr 17, 2024 at 10:13 PM Domenic Denicola wrote: > > > On Thu, Apr 18, 2024 at 6:19 AM Christian Biesinger < > cbiesin...@chromium.org> wrote: > >> Contact emails >> >> cbiesin...@chromium.org >> >> >> Explainer >> >> See summary >> >> >> Specification >> >>

[blink-dev] Intent to Ship: URL.parse()

2024-04-18 Thread Jack J
Contact emailsj...@chromium.org ExplainerNone Specificationhttps://url.spec.whatwg.org/#dom-url-parse Design docs https://github.com/whatwg/url/pull/825 Summary Parsing url string and returning URL object. If it's invalid url format, returning null instead of throwing Error. Blink