commit | 6d58df6a4aad0f15a3a16799b35c038432ce21cb | [log] [tgz] |
---|---|---|
author | Tomasz Wiszkowski <ender@google.com> | Thu Apr 08 21:18:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 08 21:18:17 2021 |
tree | 49b9ad6ec02025b3a02819475e0e469f8635ec7f | |
parent | 571fe6399440029cf0fe18fffc336e047abc4aff [diff] |
Associate Java- and Native AutocompleteMatch objects. This change creates an explicit link between Java- and Native AutocompleteMatch objects, ensuring that the Java object always holds the most up-to-date information about its native counterpart. The change updates the Move constructor for the AutocompleteMatch native object to allow the native element to propagate the change information over to its Java counterpart. Bug: 1138587 Change-Id: Ifb0a7e38fab702192dd524c125c9da5ffc7710d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2815502 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#870704}
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.