summaryrefslogtreecommitdiff
path: root/chromium/docs/ui/learn/index.md
blob: aec35dbf380ee08a2dbf85d89aeb11002adf78a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Learning about Chromium UI

# Getting Started

* As always, feel free to [reach out](/docs/ui/ask/index.md). We're happy to
  assist!
* [Prepare your code for review](bestpractices/prepare_for_code_review.md):
  Common feedback during code review and how to address it.

# Best Practices

* [Colors](bestpractices/colors.md): How to work with Chromium colors.
* [Layout](bestpractices/layout.md): How to use Views layout.
* [Ownership](bestpractices/ownership.md): How to manage Views object lifetimes.

# Chrome UI

* [Views](/docs/ui/views/overview.md)
* [Product Excellence](/docs/ui/product_excellence/index.md)
* [UI Debugging](/docs/ui/learn/ui_debugging.md)
* [UI Devtools](/docs/ui/ui_devtools/index.md)
* [Input Event Routing](/docs/ui/input_event/index.md)
* [Activation and Focus](/docs/ui/learn/activation_and_focus.md)
* [Metadata and Properties](/docs/ui/views/metadata_properties.md)
* [Layer Animation Builder](/docs/ui/animation_builder/animation_builder.md)

# Archival Documentation on Chrome UI.

* [Aura](/docs/ui/aura/index.md)
* [Compositor](/docs/ui/compositor/index.md)

# Processes

* [Frontline Triage Procedures](frontline_triage.md)