Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 1 | # Learning about Chromium UI |
| 2 | |
Peter Boström | 0e6143a | 2021-08-10 16:07:51 | [diff] [blame] | 3 | # Getting Started |
| 4 | |
| 5 | * As always, feel free to [reach out](/docs/ui/ask/index.md). We're happy to |
| 6 | assist! |
| 7 | * [Prepare your code for review](bestpractices/prepare_for_code_review.md): |
| 8 | Common feedback during code review and how to address it. |
| 9 | |
Robert Liao | bc0ae61d | 2020-04-21 22:12:34 | [diff] [blame] | 10 | # Best Practices |
| 11 | |
Robert Liao | ce1735da | 2020-04-27 21:50:28 | [diff] [blame] | 12 | * [Colors](bestpractices/colors.md): How to work with Chromium colors. |
Wei Li | bc43181 | 2020-06-03 22:44:37 | [diff] [blame] | 13 | * [Layout](bestpractices/layout.md): How to use Views layout. |
Robert Liao | bc0ae61d | 2020-04-21 22:12:34 | [diff] [blame] | 14 | * [Ownership](bestpractices/ownership.md): How to manage Views object lifetimes. |
| 15 | |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 16 | # Chrome UI |
Peter Kasting | 0c5225dc | 2022-12-19 19:22:28 | [diff] [blame] | 17 | * [Activation and Focus](activation_and_focus.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 18 | * [Animation Builder](/docs/ui/animation_builder/animation_builder.md) |
Peter Kasting | cf34482 | 2022-12-22 00:23:55 | [diff] [blame] | 19 | * [Glossary](glossary.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 20 | * [Input Event Routing](/docs/ui/input_event/index.md) |
| 21 | * [Metadata and Properties](/docs/ui/views/metadata_properties.md) |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 22 | * [Product Excellence](/docs/ui/product_excellence/index.md) |
Peter Kasting | 0c5225dc | 2022-12-19 19:22:28 | [diff] [blame] | 23 | * [UI Debugging](ui_debugging.md) |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 24 | * [UI Devtools](/docs/ui/ui_devtools/index.md) |
Elaine Chien | 64fbae6c | 2022-12-16 19:45:26 | [diff] [blame] | 25 | * [Views](/docs/ui/views/overview.md) |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 26 | |
| 27 | # Archival Documentation on Chrome UI. |
| 28 | |
| 29 | * [Aura](/docs/ui/aura/index.md) |
| 30 | * [Compositor](/docs/ui/compositor/index.md) |
| 31 | |
| 32 | # Processes |
| 33 | |
Peter Kasting | 0c5225dc | 2022-12-19 19:22:28 | [diff] [blame] | 34 | * [Frontline Triage Procedures](/docs/ui/frontline_triage.md) |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 35 | |