Robert Liao | 2f28781 | 2020-04-16 19:55:14 | [diff] [blame] | 1 | # Learning about Chromium UI |
| 2 | |
Robert Liao | bc0ae61d | 2020-04-21 22:12:34 | [diff] [blame] | 3 | # Best Practices |
| 4 | |
Robert Liao | ce1735da | 2020-04-27 21:50:28 | [diff] [blame] | 5 | * [Colors](bestpractices/colors.md): How to work with Chromium colors. |
Wei Li | bc43181 | 2020-06-03 22:44:37 | [diff] [blame] | 6 | * [Layout](bestpractices/layout.md): How to use Views layout. |
Robert Liao | bc0ae61d | 2020-04-21 22:12:34 | [diff] [blame] | 7 | * [Ownership](bestpractices/ownership.md): How to manage Views object lifetimes. |
| 8 | |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 9 | # Chrome UI |
| 10 | |
| 11 | * [Views](/docs/ui/views/overview.md) |
| 12 | * [Product Excellence](/docs/ui/product_excellence/index.md) |
| 13 | * [UI Devtools](/docs/ui/ui_devtools/index.md) |
Keren Zhu | f3d8003 | 2020-12-04 18:09:42 | [diff] [blame] | 14 | * [Input Event Routing](/docs/ui/input_event/index.md) |
Wei Li | f66e3030 | 2020-09-18 23:28:40 | [diff] [blame] | 15 | |
| 16 | # Archival Documentation on Chrome UI. |
| 17 | |
| 18 | * [Aura](/docs/ui/aura/index.md) |
| 19 | * [Compositor](/docs/ui/compositor/index.md) |
| 20 | |
| 21 | # Processes |
| 22 | |
| 23 | * [Frontline Triage Procedures](frontline_triage.md) |
| 24 | |