[blink-dev] Intent to Ship: Expose TransformStreamDefaultController

2022-07-13 Thread 'Domenic Denicola' via blink-dev
Contact emailsdome...@chromium.org ExplainerNone (below "Summary" and "Motivation" should be enough). Specificationhttps://streams.spec.whatwg.org/#ts-default-controller-class Summary This exposes the TransformStreamDefaultController class on the global scope. This class already exists and can

Re: [blink-dev] Re: Intent to Ship: Expose ReadableStreamDefaultController interface

2022-07-13 Thread Domenic Denicola
Thanks Alex! I'll work on the Intent now. A response to Joe's question below. On Thu, Jul 14, 2022 at 1:10 AM Joe Medley wrote: > Gang, > > I want to make sure I understand. It seems like this is just a bug fix or > something like it. I want to understand before I agree that it doesn't need > a

Re: [blink-dev] Intent to Deprecate and Remove: CSS default keyword is disallowed in custom identifiers

2022-07-13 Thread David Baron
On Mon, Jul 11, 2022 at 12:10 PM Joe Medley wrote: > In which milestone will this be removed? > Assuming nothing changes, Chrome 105. I've updated chromestatus. On Thu, Jul 7, 2022 at 10:36 AM David Baron wrote: > As far as what the breakage might look like: it would look different for > th

Re: [blink-dev] Intent to Ship: CSS Overflow for replaced elements

2022-07-13 Thread Khushal Sagar
On Wed, Jul 13, 2022 at 3:44 PM Mike Taylor wrote: > On 7/13/22 3:04 PM, Khushal Sagar wrote: > > > > On Wed, Jul 13, 2022 at 6:12 AM Yoav Weiss wrote: > >> >> >> On Wednesday, July 13, 2022 at 3:54:28 AM UTC+2 Khushal Sagar wrote: >> >>> On Mon, Jul 11, 2022 at 11:40 AM Yoav Weiss >>> wrote: >

Re: [blink-dev] Intent to Ship: CSS Overflow for replaced elements

2022-07-13 Thread Mike Taylor
On 7/13/22 3:04 PM, Khushal Sagar wrote: On Wed, Jul 13, 2022 at 6:12 AM Yoav Weiss wrote: On Wednesday, July 13, 2022 at 3:54:28 AM UTC+2 Khushal Sagar wrote: On Mon, Jul 11, 2022 at 11:40 AM Yoav Weiss wrote: On Fri, Jul 8, 2022 at 7:22 PM Khushal Saga

RE: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-07-13 Thread 'Anupam Snigdha' via blink-dev
The unsanitized option being proposed here is only for the well-known HTML format. It could be extended to other well-known formats, but for now we are focusing on the HTML format. Web custom format is unsanitized by design, so this option doesn’t affect the existing web custom formats. From: T

Re: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-07-13 Thread 'Thomas Steiner' via blink-dev
Just to clarify on my end, I was referring to the “Web Custom formats for Async Clipboard API” explainer ( https://github.com/w3c/editing/blob/gh-pages/docs/clipboard-pickling/explainer.md). I was under the impression that this would replace the previous `unsanitized: true` flag ( https://github.co

RE: [EXTERNAL] Re: [blink-dev] Intent to prototype: Align async API read/write HTML format with DataTransfer API

2022-07-13 Thread 'Anupam Snigdha' via blink-dev
Just to clarify some of the points in the explainer. This proposal introduces an `unsanitized` option only in the navigator.clipboard.read() method. For write() we will always write unsanitized HTML content to the clipboard. This will align the behavior of async APIs with the DataTransfer APIs a

[blink-dev] Intent to Prototype: HTTP response status code in Resource Timing

2022-07-13 Thread Abin Paul
Contact emails abin.pa...@gmail.com Explainer https://github.com/abinpaul1/resource-timing/blob/explainer-resource-response-status/Explainers/Response_Status_Code.md Specification Resource Timing PR : https://github.com/w3c/resource-timing/pull/335 Fetch PR : https://github.com/whatwg/fetch/p

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

2022-07-13 Thread Yaseen Khan
Hi Team, Earliar chromium browser was displaying an error message as *document.domain* is going to deperecated in *M106*. Now I can not see this message and in some blogs postpone to *M109*. Could you confirm on this - when does this actually would enabled and in which version. It would be gre

Re: [blink-dev] Re: Intent to Ship: Expose ReadableStreamDefaultController interface

2022-07-13 Thread 'Joe Medley' via blink-dev
Gang, I want to make sure I understand. It seems like this is just a bug fix or something like it. I want to understand before I agree that it doesn't need a mention in the blog post. Here's what I think it sounds like. The functionality shipped in Chrome 89 as shown on the status entry, but it d

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

2022-07-13 Thread 'Daniel Vogelheim' via blink-dev
Hello Yaseen, On Wed, Jul 13, 2022 at 2:47 PM Yaseen Khan wrote: > Hi Team, > > Earliar chromium browser was displaying an error message as > *document.domain* is going to deperecated in *M106*. Now I can not see > this message and in some blogs postpone to *M109*. Could you confirm on > this -

Re: [blink-dev] Re: Intent to Ship: Expose ReadableStreamDefaultController interface

2022-07-13 Thread Alex Russell
Hey Domenic, Discussed at today's API OWNERS and we decided that: - It makes sense for this to be an intent - We're happy to see this skipped for TAG review as it is covered by previous reviews - You should expect the intent to be fast-tracked once filed, and please just link to

Re: [blink-dev] Intent to Ship: fetch() upload streaming

2022-07-13 Thread Mike Taylor
LGTM3 On 7/13/22 7:38 AM, Mike West wrote: LGTM2, also assuming you handle Mozilla's concerns reasonably. I'm happy to see y'all have thought through the CORS implications, and requiring `cors` or `same-origin` requests alleviates my minor concerns about leaking a server's support for HTTP/1 v

Re: [blink-dev] Intent to Ship: fetch() upload streaming

2022-07-13 Thread Mike West
LGTM2, also assuming you handle Mozilla's concerns reasonably. I'm happy to see y'all have thought through the CORS implications, and requiring `cors` or `same-origin` requests alleviates my minor concerns about leaking a server's support for HTTP/1 vs HTTP/2+. -mike On Wed, Jul 13, 2022 at 1:16

Re: [blink-dev] Intent to Prototype: Render blocking status in Resource Timing

2022-07-13 Thread Yoav Weiss
Thanks for working on this!! :) On Wed, Jun 29, 2022 at 4:53 PM Abin Paul wrote: > Contact emails > > > *abin.pa...@gmail.com *Explainer > > > *https://github.com/abinpaul1/resource-timing/blob/render-blocking-status-explainer/Explainer/Render_Blocking_Status.md >

Re: [blink-dev] Intent to Ship: fetch() upload streaming

2022-07-13 Thread Yoav Weiss
LGTM1 This seems like a useful addition, web developer signals look great, and it's great to have Mozilla on board with this. Please make sure to answer their questions on the position issue. On Wed, Jul 13, 2022 at 12:27 PM Yutaka Hirano wrote: > > > On Wed, Jul 13, 2022 at 7:23 PM Yoav Weiss

Re: [blink-dev] Intent to Ship: fetch() upload streaming

2022-07-13 Thread Yutaka Hirano
On Wed, Jul 13, 2022 at 7:23 PM Yoav Weiss wrote: > > > On Monday, July 11, 2022 at 12:50:11 PM UTC+2 Yutaka Hirano wrote: > >> On Mon, Jul 11, 2022 at 7:41 PM Yutaka Hirano >> wrote: >> >>> >>> >>> On Mon, Jul 11, 2022 at 5:41 PM Yoav Weiss >>> wrote: >>> On Mon, Jul 11, 2022 at

Re: [blink-dev] Intent to Ship: fetch() upload streaming

2022-07-13 Thread Yoav Weiss
On Monday, July 11, 2022 at 12:50:11 PM UTC+2 Yutaka Hirano wrote: > On Mon, Jul 11, 2022 at 7:41 PM Yutaka Hirano > wrote: > >> >> >> On Mon, Jul 11, 2022 at 5:41 PM Yoav Weiss >> wrote: >> >>> >>> >>> On Mon, Jul 11, 2022 at 10:17 AM Yutaka Hirano >>> wrote: >>> Contact emailsyhir..

Re: [blink-dev] Intent to Ship: CSS Overflow for replaced elements

2022-07-13 Thread Yoav Weiss
On Wednesday, July 13, 2022 at 3:54:28 AM UTC+2 Khushal Sagar wrote: > On Mon, Jul 11, 2022 at 11:40 AM Yoav Weiss > wrote: > >> >> >> On Fri, Jul 8, 2022 at 7:22 PM Khushal Sagar >> wrote: >> >>> Contact emailskhushalsa...@chromium.org, vmp...@chromium.org >>> >>> Explainer >>> https://gith