commit | 0196a22b5a35dd02223a6c98ea5bdb6e1c752486 | [log] [tgz] |
---|---|---|
author | Chris Harrelson <chrishtr@google.com> | Fri Jan 31 00:04:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 00:04:37 2025 |
tree | 97780978d8e6e9f683417ef5caabfc1c460c7cb6 | |
parent | faad5e30f8460f4fc298c19ccc4a6020cdbe4678 [diff] |
Retire the kSetTimeoutWithoutClamp, since that feature shipped. Add a kSetIntervalWithoutClamp feature and implement it. When enabled, the feature stops clamping setInterval to 1ms, to align with setTimeout. Bug: 41380458 Change-Id: I32af098317be56bf67df40525df77e9163529e7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216396 Reviewed-by: Scott Haseley <shaseley@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413829}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.