Changes

Jump to: navigation, search

User:AaronMT

941 bytes added, 20:10, 6 October 2008
m
Mozilla Labs
* '''Blocker'''
** [https://bugzilla.mozilla.org/show_bug.cgi?id=454792 Bug #454792] - Should safe browsing code react to private browsing mode?
 
==== Bug Fixing with Mozilla Thunderbird 3.0b1pre ====
 
For this lab, I downloaded a fresh trunk build of Mozilla Thunderbird 3.0b1pre from mercurial.
 
* <pre>hg clone http://hg.mozilla.org/comm-central/ src</pre>
 
Once the repository had been cloned, I updated
 
* <pre>python client.py checkout</pre>
 
This essentially, pulls the core mozilla-central codebase (Firefox 3.1/xulrunner 1.9.1) into mozilla/
and pulls the following directories from cvs (the directories prefixed by extensions/ go into mozilla/extensions):
** calendar
** extensions/irc (Chatzilla)
** extensions/typeaheadfind
** extensions/venkman
** extensions/wallet
** directory/c-sdk
 
Using the following ~/.mozconfig, I built Mozilla Thunderbird
 
*<pre>mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --disable-static --enable-shared
ac_add_options --enable-application=mail</pre>
== Bugs ==
1
edit

Navigation menu