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
Type for status code returned by some functions.
#include <prtypes.h> typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;