commit | cb724e480ec3ec5d6b9b085bca5117f0bfccf83f | [log] [tgz] |
---|---|---|
author | Henrique Nakashima <hnakashima@chromium.org> | Tue May 28 20:27:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 28 20:27:10 2024 |
tree | 24e65f6a89cf27c7746a5da937cf7f492eddbf8f | |
parent | 57e8d0c42a008fd0dab587433840d8907e9c578e [diff] |
[Android] Remove scopedViewElement() Scope.CONDITIONAL_STATE_SCOPED is not useful anymore. The exit Condition used to check that the exact View instance that the enter Condition matched did not exist anymore, but for a while it has checked that no View matches the ViewElement anymore. Therefore, it doesn't make sense to check that a ViewElement doesn't exist anymore in the exit Condition in the same Transition that has an enter Condition that a ViewElement with the same id exists. This CL removed Scope.CONDITIONAL_STATE_SCOPED and renames Scope.SHARED to Scope.SCOPED. The public API scopedViewElement() is removed and usages are converted to viewElement(), which is an alias to sharedViewElement(), which is the default scope. Bug: None Change-Id: Ic955ebe3234217de22e896690e3b1a263e5e0dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5576776 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1306997}
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.