Difference between revisions of "Real World Mozilla Day 3"
(→XPCOM) |
(→XPCOM) |
||
Line 65: | Line 65: | ||
=== XPCOM === | === XPCOM === | ||
+ | * [http://developer.mozilla.org/en/docs/Creating_XPCOM_Components Creating XPCOM Components] | ||
* [http://developer.mozilla.org/en/docs/Creating_Custom_Firefox_Extensions_with_the_Mozilla_Build_System Creating Extensions with the Mozilla Build System] | * [http://developer.mozilla.org/en/docs/Creating_Custom_Firefox_Extensions_with_the_Mozilla_Build_System Creating Extensions with the Mozilla Build System] | ||
* [http://developer.mozilla.org/en/docs/How_to_build_a_binary_XPCOM_component_using_Visual_Studio Creating binary XPCOM componets using Visual Studio] | * [http://developer.mozilla.org/en/docs/How_to_build_a_binary_XPCOM_component_using_Visual_Studio Creating binary XPCOM componets using Visual Studio] |
Revision as of 22:16, 27 February 2007
Dive into Mozilla > Day 3
Overview
The third day is focused on the Mozilla source tree and learning to work with it. This will include learning some new tools and techniques, as well as starting to build a simple binary XPCOM component in the tree.
Location
T4046/T4042
Agenda
Time | Activity |
---|---|
10:00 - 10:30 | Review of the Mozila Build. |
10:30 - 11:00 | Tour of the Mozilla Source Tree. |
11:00 - 12:00 | Lab: Using diff, patch, and incremental builds. |
12:00 - 1:00 | Lunch |
1:00 - 2:00 | Lab: Reading and searching Mozilla source code. |
2:00 - 4:00 | Walkthrough: Building a simple binary XPCOM component. |
Resources
Mozilla Source Code
TODO...
lxr mxr opengrok
Patches
diff patch incremental builds