commit | 37c4d07c31a4c5b914b51c8028f179cfcb80fcb3 | [log] [tgz] |
---|---|---|
author | paulzhchen <paulzchen@google.com> | Thu Jul 14 02:43:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 02:43:05 2022 |
tree | c2b20fb887bc0abd08df15ea792580e58b96833f | |
parent | 54f9be9b0ca8a001c239603dc3f187cc76cda1c8 [diff] |
[Eche] Remove debug flag check and eche window keep the same logic. In the original design, we force the window to keep open when debug mode is enabled by the user, the reason is we want to keep the console log when the window has some issues happen. Right now we have a way to save the console log to chrome system log so we don't need to check the debug mode. Bug: b/229141500 Test: Pass local test, window close even if debug enabled. Change-Id: Ie2ed0e12873ff2145857407b3b69ac8e9ef87cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3752257 Reviewed-by: Daniel Nishi <dhnishi@chromium.org> Commit-Queue: Paulz Chen <paulzchen@google.com> Cr-Commit-Position: refs/heads/main@{#1024082}
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.