commit | dc27724adaedb220067059a64c006694b1d358c7 | [log] [tgz] |
---|---|---|
author | Mehrab N <mehrab@chromium.org> | Thu Aug 11 12:29:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 12:29:59 2022 |
tree | e4942a651c2f36eec1c93c96d5b76e4e8d10f339 | |
parent | 74f316a14a0fc7e8bebf386a7e56907a320bada9 [diff] |
autocorrect: separate UndoWindow UI codes from logics Previously, codes for setup/show Undo Window were implemented together with the "accept/clear" logics of autocorrect making the logics hard to read. To improve this situation and make the UI code reusable, they are now moved into separate functions. A similar change is applied for Undo Window codes in unittests. Bug: b:161490813 Change-Id: Idda7ccd5bb5cd606d870ad090abf5ae452ffc05c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3811090 Reviewed-by: Bao-Duy Tran <tranbaoduy@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Mehrab N <mehrab@chromium.org> Cr-Commit-Position: refs/heads/main@{#1033947}
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.