Re: [blink-dev] Intent to Prototype: Document picture-in-picture

2022-01-24 Thread Yoav Weiss
On Mon, Jan 24, 2022 at 9:06 PM Tommy Steimel wrote: > Contact emailsstei...@chromium.org, liber...@chromium.org, > mfo...@chromium.org, kla...@chromium.org > > Explainer > https://github.com/steimelchrome/document-pip-explainer/blob/main/explainer.md > Thanks for the explainer! I'd love to see

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread Greg Whitworth
Apologies for forgetting to ask this in my last post: > As discussed, a 6 months deprecation period Can we be explicit, which M release/Month will this be presuming the other conditions are met. Thank you, Greg On Monday, January 24, 2022 at 8:36:00 AM UTC-8 Daniel Vogelheim wrote: > Hi

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread Greg Whitworth
> It's been pointed out to me that I've overlooked the "on any accesses that are only working because of domain lowering" bit. That isn't there. I'll see if I can add it. Sorry for misunderstanding. This would be valuable to us as well once it's implemented. Thank you. On Monday, January 24,

[blink-dev] Intent to Prototype: AbortSignal.prototype.throwIfAborted

2022-01-24 Thread Scott Haseley
Contact emailsshase...@chromium.org ExplainerDiscussion: https://github.com/whatwg/dom/issues/927 Examples/use cases: https://developer.mozilla.org/enUS/docs/Web/API/AbortSignal/throwIfAborted Specificationhttps://dom.spec.whatwg.org/#dom-abortsignal-throwifaborted Summary Throws an

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread 'Daniel Vogelheim' via blink-dev
Hi again, On Mon, Jan 24, 2022 at 5:22 PM Daniel Vogelheim wrote: > Hi Noah, > > On Thu, Jan 20, 2022 at 8:11 PM Noah Lemen wrote: > >> At Meta (formerly known as Facebook) we have a fair amount of >> dependencies on domain lowering via document.domain. We've discussed this >> internally, and

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread 'Daniel Vogelheim' via blink-dev
Hi Noah, On Thu, Jan 20, 2022 at 8:11 PM Noah Lemen wrote: > At Meta (formerly known as Facebook) we have a fair amount of dependencies > on domain lowering via document.domain. We've discussed this internally, > and feel that the most difficult aspect of this for us currently is > identifying

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread Chris Harrelson
LGTM2 under Yoav's stated conditions, plus adding the mode Noah suggested and the additional documentation. I recommend a web.dev article about the why of this change and with the ways developers can plan for it. On Mon, Jan 24, 2022 at 6:48 AM 'Daniel Vogelheim' via blink-dev <

[blink-dev] Intent to Continue Experimenting: Speculation Rules (Prefetch)

2022-01-24 Thread Jeremy Roman
Contact emails jbro...@chromium.org, kenjibah...@chromium.org Explainer https://github.com/WICG/nav-speculation/blob/main/triggers.md Specification https://wicg.github.io/nav-speculation/speculation-rules.html https://wicg.github.io/nav-speculation/prefetch.html Summary Speculation Rules

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread 'Daniel Vogelheim' via blink-dev
On Sun, Jan 23, 2022 at 7:47 PM Daniel Bratell wrote: > Maybe it's wrong to call it "removal" too, since it will still be > available for those sites that use site-keyed clusters. It's just making > site-keyed clusters opt-in instead of opt-out. It's not going away, but it > will require an

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread 'Daniel Vogelheim' via blink-dev
On Fri, Jan 21, 2022 at 11:04 PM Chris Harrelson wrote: > On Thu, Jan 20, 2022 at 11:11 AM Noah Lemen wrote: > >> At Meta (formerly known as Facebook) we have a fair amount of >> dependencies on domain lowering via document.domain. We've discussed this >> internally, and feel that the most

Re: [blink-dev] Intent to Ship: Origin Isolation By Default / Deprecate document.domain

2022-01-24 Thread 'Daniel Vogelheim' via blink-dev
On Fri, Jan 21, 2022 at 9:23 PM Yoav Weiss wrote: > LGTM1 to deprecate under the following conditions: > >- As discussed, a 6 months deprecation period, as well as broad-scope >and targeted outreach, that would hopefully bring usage down. >- A well-crafted deprecation message that

[blink-dev] Intent to Ship: NDEFReader makeReadOnly()

2022-01-24 Thread 'François Beaufort ' via blink-dev
Contact emails fbeauf...@google.com Explainer https://github.com/w3c/web-nfc/blob/gh-pages/EXPLAINER.md https://github.com/w3c/web-nfc/pull/636 Specification https://w3c.github.io/web-nfc/#dom-ndefreader-makereadonly https://github.com/w3c/web-nfc/pull/632 Summary The NDEFReader