Developing Firefox on Glean¶
This section of docs is designed to be helpful to people developing FOG.
If you’re not touching code, tests, or documentation in toolkit/components/glean
,
and you’re not interested in implementation details, you probably want
the user docs instead.
- Built-in Pings
- FOG code organization
- Inter-process Communication (IPC)
- Runtime Metric Definition Subsystem: JOG
- Developing with a local Glean build
- Adding a New Metric Type
- Preferences and Defines
- Storage
- FOG Documentation Style Guide
- Testing
- Updating glean_parser
- Updating the Glean SDK
- Glean SDK Source