commit | d0545d63450aabda55a19c70d01246c82ba9e8eb | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Tue Jul 12 05:31:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 12 05:31:26 2022 |
tree | 19a3475fd03aac7a2391c35c64e5209ffdf3b742 | |
parent | 63054203020ae1789eaa7b4f6d2619e1f21093ba [diff] |
Forms: Optimize setRangeText() Avoid string comparisons by using V8SelectionMode. This CL reduces Android binary size by 264 Bytes. This CL has no user-visible behavior changes. Change-Id: Ia4be39bc9f96ca6fb797b3f7e664251ce0d0ac03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3755024 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1023067}
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.