commit | 0301854e45c50b194b590de17a3f6801fb4ae9cc | [log] [tgz] |
---|---|---|
author | Johan Bay <jobay@chromium.org> | Thu Jun 10 22:05:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 22:05:46 2021 |
tree | 3771451d45044e9ccad49b5fc35a8ddab31617d8 | |
parent | 151b1922a11c8391a0068574b4c4e26026154aff [diff] |
Remove "Inspect" context menu shortcut label The current shortcut label is wrong: The shortcut Ctrl+Shift+I does not inspect an element, but instead toggles DevTools. There currently is no keyboard accessible way of performing the equivalent action. This change removes shortcut label with the intent to bring it back when an equivalent keyboard shortcut exists. Doc: https://docs.google.com/document/d/1NcGC1TYLqci1N7fCvyf1BPI8BzMxU2VTQN4aR8V5dU4/ Bug: 1203618 Change-Id: Ib0c2868ee3cd356eb23f5db5fe0e3a105ba5012a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2949330 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by: Dana Fried <dfried@chromium.org> Reviewed-by: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#891405}
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.