commit | ed3f60d5b1c5ca879f44ace0f4f25a3381a7f094 | [log] [tgz] |
---|---|---|
author | Thomas Lukaszewicz <tluk@chromium.org> | Wed Feb 24 15:50:18 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 24 15:50:18 2021 |
tree | 6509ad9c9682d62871388116d5bfe60a0e09c126 | |
parent | 8e69c6b60740d3295aff382cad5cfa7a6f563729 [diff] |
Read Later: Fix Read Later SidePanel This CL updates the code for the SidePanel to work with current WebUI bubble classes. The current approach still has issues due to using the BubbleDialogDelegateView subclass in a non-bubble frame. A subclass of WebUIBubbleDialogView has been created to help mitigate issues when resizing the BubbleDialogDelegateView. Bug: None Change-Id: I635517483e141026d185bb9b2e64007b1e8d8ccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2706348 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by: Caroline Rising <corising@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#857184}
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.