commit | d0dc06ee8af24c2a1330882031614e9674901366 | [log] [tgz] |
---|---|---|
author | Xi Han <hanxi@google.com> | Wed Feb 21 22:47:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 21 22:47:16 2024 |
tree | 55f4c928421e15e0bbfc5b228e7e7d1a4ef507fd | |
parent | b3dca94ebc178cab7127f45cf8434117ad204121 [diff] |
[MagicStack] Calls #hideModule() as long as #showModule() is called. There are two cases that #hideModule() should be called and added in this CL: 1) When a module returns a response that no data will be shown, the module will be hidden immediately; 2) In timeout, any module which didn't respond will be hidden. Bug: b/326235859 Change-Id: I7384fc160f75dc2da6f9bc13d72e6a3c6ba970bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5314320 Reviewed-by: Fred Mello <fredmello@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1263635}
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.