commit | 0d6e8a7544d37a65dd9094ea74f06bc721026bcd | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Wed Feb 05 21:20:50 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 05 21:20:50 2025 |
tree | 114af3be9d63c26172366c87bfe7e30995606630 | |
parent | c5fbe16a9cdc507c29143cf1e89fe66b90b7f97e [diff] |
fast_local_dev_server.py: A few minor enhancements * Fail when no Build ID is set. * Store cwd / tty once during register build rather than each task * Use then os.environ of the build's terminal rather than one the server is running in * Skip setting title when the stdout is not a TTY * Set the title to 0/0 upon registering the build * Reset the title to '' when the build is no longer active * Add sys.executable to commands rather than relying on them being executable Bug: None Change-Id: I4cdbf43383be90922917b0d134d6aa525807e262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6219876 Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1416428}
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.