commit | d3e41eeb17ca95d9ee3b9255b990f6bf2079c0b5 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Aug 11 17:08:47 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 17:08:47 2022 |
tree | f0ec666278a315dafbd76cf3a92e77437123742d | |
parent | 26098970cae9f6ff1680f48379a4b4ca0dadfa6a [diff] |
Fix shadow variables in X11 code. - Rename several variables that shadow other local variables. - Remove a redundant call + variable. - Slightly improve code flow in a couple spots along the way. Bug: 1344231 Change-Id: I505d6e47df9d46229ac9c079b260556080ca3cda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3821454 Reviewed-by: Maksim Sisov <msisov@igalia.com> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1034046}
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.