commit | b9c50c93628d22675e0d5f2221fbf3b6da66d0a4 | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Thu Feb 20 02:58:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 02:58:17 2025 |
tree | 7cee9ff5e2e9c4807b050e441d94d6be048d3e8f | |
parent | 9190107d4918f7e5a45f7ac9af817d4779d5515d [diff] |
glic: Fix several bugs. * Upon hitting a login page, the glic webui timeout is not applicable and needs to be cancelled. * Upon hitting a login page, the glic webui needs to resize the widget. * Upon hitting a login page, the glic webui needs to unhide the appropriate panel. This and the previous bullet are both taken care of via showPanel(). * GlicWindowController always need to hook up the WebView with the web contents. There were several races that made this sometimes not happen. Bug: 397214681 Change-Id: I2b50200891db4c569748bdfc783afa9f5d33366b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6283240 Reviewed-by: Eshwar Stalin <estalin@chromium.org> Reviewed-by: Ian Wells <iwells@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422316}
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.