Overview
Getting Started
Working On Firefox
Firefox User Guide
Source Code Documentation
The Firefox Build System
Testing & Test Infrastructure
Releases & Updates
Localization & Internationalization
Firefox and Python
Metrics Collected in Firefox
Warn when idempotent methods are called and their return value is unused.
foo.concat(bar) baz.concat()
a = foo.concat(bar) b = baz.concat()