Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-02-12 Thread Rick Byers
LGTM3 On Wed, Feb 12, 2025 at 11:04 AM Yoav Weiss (@Shopify) < yoavwe...@chromium.org> wrote: > LGTM2 > > On Wednesday, February 12, 2025 at 2:59:43 AM UTC+1 Domenic Denicola wrote: > >> LGTM1. I'm still curious on the web developer signals, if you have >> anything to share there :) >> >> >> *Web

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-02-12 Thread Yoav Weiss (@Shopify)
LGTM2 On Wednesday, February 12, 2025 at 2:59:43 AM UTC+1 Domenic Denicola wrote: > LGTM1. I'm still curious on the web developer signals, if you have > anything to share there :) > > >> *Web developers*: No signals > > > > I'm just curious, have any web developers complained about this, or is

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-02-11 Thread Domenic Denicola
LGTM1. I'm still curious on the web developer signals, if you have anything to share there :) >> *Web developers*: No signals > > I'm just curious, have any web developers complained about this, or is this mostly done out of a desire for interop, or...? On Tue, Feb 11, 2025 at 1:38 AM Chris Harre

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-02-10 Thread Chris Harrelson
On Tue, Feb 4, 2025 at 6:33 PM Domenic Denicola wrote: > Is this feature fully tested by web-platform-tests >>> >>> ? No >> >> > This seems to be testable by checking the relative ordering of > setTimeout(f

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-02-04 Thread Domenic Denicola
This looks generally good; just a few requests. Given that setInterval is more rare than setTimeout, and we successfully fixed this for setTimeout, and Firefox already has this behavior, I'm optimistic this won't be a compat problem. On Fri, Jan 31, 2025 at 8:00 AM Chris Harrelson wrote: > (fix

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-01-30 Thread Chris Harrelson
On Thu, Jan 30, 2025 at 6:13 PM Stephen Chenney wrote: > > > On Thu, Jan 30, 2025 at 6:00 PM Chris Harrelson > wrote: > >> (fixed intent title) >> >> On Thu, Jan 30, 2025 at 2:59 PM Chromestatus < >> ad...@cr-status.appspotmail.com> wrote: >> >>> Contact emails chris...@chromium.org >>> >>> Expl

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-01-30 Thread Stephen Chenney
On Thu, Jan 30, 2025 at 6:00 PM Chris Harrelson wrote: > (fixed intent title) > > On Thu, Jan 30, 2025 at 2:59 PM Chromestatus < > ad...@cr-status.appspotmail.com> wrote: > >> Contact emails chris...@chromium.org >> >> Explainer None >> >> Specification None >> >> Summary >> >> Currently setInter

Re: [blink-dev] Intent to Ship: Remove clamping of setInterval(...) to >= 1ms

2025-01-30 Thread Chris Harrelson
(fixed intent title) On Thu, Jan 30, 2025 at 2:59 PM Chromestatus < ad...@cr-status.appspotmail.com> wrote: > Contact emails chris...@chromium.org > > Explainer None > > Specification None > > Summary > > Currently setInterval with a value less than 1 is clamped to 1. This > intent removes that r