commit | 7cfb0c76f33bb2424e753ae71efc9668bbda85b8 | [log] [tgz] |
---|---|---|
author | Alex Keng <shihken@microsoft.com> | Fri Nov 12 07:16:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 12 07:16:25 2021 |
tree | 346e3e6938ac6a51a5894320d601438727158c4e | |
parent | d8f6d0561e74426e5abcc0c4e2b320ffd339266d [diff] |
EditContext: split updateBounds This CL splits updateBounds into updateControlBounds and updateSelectionBounds per the spec: https://w3c.github.io/editing/docs/EditContext/index.html#the-editcontext-interface (Note the spec is missing the ending 's' for both functions and will be updated in next version.) Bug: 999184 Change-Id: Ifdc8aeaf11322921c877a2be4fe6992c5889f058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3276782 Reviewed-by: Anupam Snigdha <snianu@microsoft.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Alex Keng <shihken@microsoft.com> Cr-Commit-Position: refs/heads/main@{#941090}
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.