commit | cd2821d76a2f0c45002fadadb84b94a8da0434d6 | [log] [tgz] |
---|---|---|
author | Alan Cutter <alancutter@google.com> | Tue Apr 02 03:51:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 03:51:57 2024 |
tree | fe891c61609e64d60f91bcd64098e8fb524751bb | |
parent | 3b2955c7d9c0a50df1f247095c7f853faee87383 [diff] |
Revert "Animate side panel opening and closing." This reverts commit 7b94b89e9eb2ffee570579022eb3b488c97b23b5. Reason for revert: Test flaking on Linux bots: https://luci-analysis.appspot.com/p/chromium/clusters/reason-v6/db6c8ae7f402e859108f17fdf2e06c81?selectedMetrics=human-cls-failed-presubmit%2Ccritical-failures-exonerated%2Cfailures%2Cbuilds-failed-due-to-flaky-tests&historyTimeRange=30d&annotated=false&tab=recent-failures First failing build: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests/143020/test-results?sortby=&groupby= Original change's description: > Animate side panel opening and closing. > > Create an animation that slides the side panel out from the side of the > browser. This updates the side panel and side panel coordinator to use > an enum, SidePanelContentState, to convey when a view should be hidden > and allow us to delay hiding it until the side panel has been closed. > > Bug: 328295071 > Change-Id: I40b099a1a3d0469ba815caf152fb0ecc3562af2f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5406892 > Commit-Queue: Caroline Rising <corising@chromium.org> > Reviewed-by: David Pennington <dpenning@chromium.org> > Reviewed-by: Eshwar Stalin <estalin@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1280923} Bug: 328295071 Change-Id: I2465322bf6ee20e3187b585c8e1739e4746b2548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5403783 Owners-Override: Alan Cutter <alancutter@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Alan Cutter <alancutter@google.com> Commit-Queue: Alan Cutter <alancutter@google.com> Cr-Commit-Position: refs/heads/main@{#1280996}
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.