This document describes the Mozile code which is found in the "content" directory. This code is mostly JavaScript, XML, and XUL files of different sorts. This is where all the hard work gets done for Mozile.
The Mozile code is separated into several directories, and further separated into files which contain functions on a single theme. Look in these directories for the source code:
The main directory contains most of the JavaScript files which make Mozile work. Below are brief descriptions:
The eDOM directory contains the Editable DOM files which are the core of Mozile. They are,
The mes directory contains Mozile Editing Schemes.
The saving directory contains the files which facilitate Mozile saving. They are,
The XUL directory contains the files which define the Mozile UI.