commit | 24a60216d83bdc147421f189fd77fdf91355de0e | [log] [tgz] |
---|---|---|
author | Jimmy Gong <jimmyxgong@google.com> | Tue May 11 03:56:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 11 03:56:25 2021 |
tree | 814c9241296bf5d393c25179c8524f8cde7ea447 | |
parent | 09f1c9180f54175a93111f052bfb9f4e71de8ee3 [diff] |
Add base navigation-selector element This basic navigation-selector element hosts a list of menu items that users are able to click. A follow up CL will implement displaying the navigated page and add additional styling to the menu items. Screenshots: Navigation + collapsed entry: https://screenshot.googleplex.com/4xj6F59AvQqdk2r Navigation + expanded entry: https://screenshot.googleplex.com/8tC9aQwrLzmjjsr Bug: 1205539 Test: browser_tests Change-Id: I883f32db2d73286ed87795c6003fadc39285ed84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2872740 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#881397}
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.