Changing setTimeout to not clamp delays to 1ms minimum, since a 1ms clamp is not in the spec.
ATTN Sheriffs: There is good probability that that this patch may have unintended side effects. For example there may be some JS tests that use setTimeout(...0) and hope that layout will occur. With this patch that's much less likely to be the case and is actually a bug in the test. I tried to fix some of those here
https://codereview.chromium.org/644093003/
Another possibility is that something using setInterval(... 0) may suddenly show a perf regression due to running much more frequently.
BUG=
402694
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=185372