User Tools

Site Tools


mozilla-devel:a_walk-through_of_the_source_code

User Comments

A Walk-Through of the Source Code (Alpha Version)

A Walk-Through of the Source Code (Post-Alpha, a rewrite)

Rationale

I'm using this space as a scratch pad as I rewrite the staff client. The main goal of this rewrite is to ease future development. This will be done by serving as much as the XUL and Javascript remotely as possible. Local code should be limited to the bare minimum required for offline/standalone support. We could potentially have a complete "web" app without the offline/standalone support, though this isn't a priority.

The idea is to reduce the need for the client build process, and seamlessly roll out changes to the end-users. This should also make it easier for other developers to test ideas and develop interfaces, since they can use their favorite server-side tools for generating the XUL, while gaining greater client-side priviledges by virtue of the locally installed Evergreen shell (whether it be a XUL Runner application or a Firefox extension).

Nuts & Bolts - This section shows how we're using some of the technology to put things together.

Bird's Eye View - This shows the API calls and objects we use to communicate with the rest of Evergreen.

mozilla-devel/a_walk-through_of_the_source_code.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.