INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
joshmoz%gmail.com fe9e4cc668 key translation fixes, patch by Masayuki. b=432388 r=josh r=karl sr=roc a=schrep 2008-05-07 21:54:21 +00:00
README/mozilla
accessible bug 431474 - Document Accessibles not getting state_focused when they have focus 2008-05-04 17:42:19 +00:00
browser Bug 432511 followup: remove more unused theme files 2008-05-07 15:23:36 +00:00
build Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only 2008-05-06 17:52:26 +00:00
calendar Bug 377761 ��� Outlook 200x does not recognize iTIP/iMIP invitation because of MIME type issues; r=ctalbert 2008-05-07 19:34:59 +00:00
camino bug 427293: add a pref to unhide the buttons on the bad-cert error page by default for advanced users. r=johnath, ui-r=beltzner, sr=jst, a=beltzner 2008-05-02 07:24:28 +00:00
caps Followup patch to bug 425201. Make sure to throw if xhr.open is called with an illegal uri. Also restore the nsIScriptSecurityManager.CheckConnect API as soap still uses it 2008-04-18 17:35:57 +00:00
cck
chrome Bug 391311 followup - if the chrome registry doesn't initialize correctly, don't crash on destruction, r=Mossop a=beltzner 2008-04-11 15:05:58 +00:00
cmd/xfe/src
composer Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/" [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+] 2008-02-22 07:08:16 +00:00
config Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists. 2008-05-05 21:08:15 +00:00
content Bug 431703 - "Crash [@ nsXMLContentSink::HandleEndElement] setting innerHTML with SVG, onload" (null check) [p=longsonr@gmail.com (Robert Longson) r+sr=bzbarsky a1.9=beltzner] 2008-05-07 10:23:08 +00:00
db Back out bug 429336 to see if it fixes orange. 2008-04-17 21:03:21 +00:00
dbm Removed Files: hsearch.c 2007-10-02 05:21:59 +00:00
directory Bug 369007: Enable high-memory feature on OS/2 by default (LDAP change), r=mcs 2008-04-29 14:51:17 +00:00
docshell Hyperlinked ssl error page not useful for wildcards. b=432491 r=gavin a=beltzner 2008-05-07 20:39:53 +00:00
dom Reenabled these tests now that we have code dumps enabled on the crashing machine (bug 432471) 2008-05-07 20:07:04 +00:00
editor Back out Chris Pearce's patch from bug 430921 in case it is the cause of the crashes. 2008-05-07 12:01:40 +00:00
embedding Bug 411226 - Migrate SeaMonkey's smart browsing preferences to new pref window (also rename panel to 'Location Bar'). r=IanN, sr=Neil. 2008-05-06 17:10:05 +00:00
extensions Bug 431358 - "DOM Inspector doesn't work in Sunbird 0.6a1 Trunk builds" (use correct trunk version) [p=ssitter@gmail.com (Stefan Sitter) r=sdwilsh] 2008-05-07 10:27:35 +00:00
gconfig
gfx bug 432065. deal with multiple fonts with the same name. r=roc a=schrep 2008-05-07 20:29:49 +00:00
intl Use universal charset detector with filters instead of the old language-specific parallel state machines. Bug 426271, r+sr=dbaron, b=vladimir 2008-04-09 06:36:23 +00:00
ipc/ipcd backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 22:46:32 +00:00
java for_firebug 2008-02-27 02:36:55 +00:00
jpeg Bug 414042 - MSVC71 build error in jdapimin.c attempting to include intrin.h 2008-03-12 21:36:47 +00:00
js Fix spelling error, add more info about -f - 2008-05-07 13:02:35 +00:00
js2
l10n
layout Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner 2008-05-06 20:49:30 +00:00
lib/mac
mail bug 427293: add a pref to unhide the buttons on the bad-cert error page by default for advanced users. r=johnath, ui-r=beltzner, sr=jst, a=beltzner 2008-05-02 07:24:28 +00:00
mailnews Bug 429015: Migrate Offline & Disk Space prefpane; p=Bruno Escherl<aqualon@aquachan.de>, r=me, sr=Neil 2008-05-06 22:34:40 +00:00
memory/jemalloc bug 427351. sbrk behaves poorly. disable it. patch from Jason Evans <jasone@canonware.com> r=me a=schrep 2008-05-07 21:21:40 +00:00
minimo Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose 2008-04-03 03:08:04 +00:00
modules [OS/2] Bug 381333: set new sane font defaults for OS/2 cairo builds, r=mkaply, a1.9+=damons 2008-05-02 06:27:27 +00:00
mozilla
msgsdk
netwerk Back out Hugues Fournier's patch from bug 422172 as a possible cause of the crashes. 2008-05-07 11:29:08 +00:00
nsprpub Bug 330720: restored the comment that OS/2 mutex semaphores are recursive. 2008-05-06 16:57:29 +00:00
other-licenses Bug 431713: update EULA for Firefox 3, patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor 2008-05-05 00:46:23 +00:00
parser Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner 2008-04-11 04:38:26 +00:00
penelope Bug 356880 - mailTasksOverlay.xul is obsolete 2008-03-26 04:53:36 +00:00
plugin/oji JEP 0.9.6.4. b=428606 r=josh sr=jst a=dsicore 2008-04-23 19:16:24 +00:00
privacy
probes Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com 2007-10-10 23:03:15 +00:00
profile Bug 420459 Move mailnews-specific profe code. r=benjamin,Neil,sr=dmose,a1.9=beltzner 2008-03-17 19:05:28 +00:00
rdf Camino only (per bug 428781 comment 14) - Restore general access to chrome: from content (bug 428781 and bug 428747). r/sr=pink 2008-04-17 21:41:11 +00:00
security Bug 430875: Documented the policy for the order of cipher suites in 2008-05-07 20:45:53 +00:00
silentdl
storage Bug 424402: Test a combination of shared and unshared database connections, patch by Ondrej Brablc <ondrej@allpeers.com>, r=shaver 2008-04-22 20:39:38 +00:00
suite Bug 432480 - Get back accidentally removed lines from nav_help.xhtml help file (regression from bug 411226). r=IanN. 2008-05-07 19:59:06 +00:00
sun-java
testing Bug 431464: TestRunner should try to ensure focus, r=sayrer 2008-05-07 21:45:13 +00:00
themes Bug 395454 - "[Mac] Have one file, scrollbars.css" [p=mozcbarrett@gmail.com (Colin Barrett [cbarrett]) r=Enn r=Neil sr=roc a1.9=damons] 2008-03-14 15:24:51 +00:00
toolkit Bug 432492: rate limit long-running safebrowsing updates, patch by Dave Camp <dcamp@mozilla.com>, r=tony, a=beltzner 2008-05-07 20:33:45 +00:00
tools Bug 431788, need to use the cltbld key for releases, p=rtessner, r=me 2008-05-07 20:14:12 +00:00
uriloader Bug 428600 - console spam from nsIHandlerService. r=dmose, sr=biesi, a1.9=damons 2008-04-30 00:21:01 +00:00
view Add crashtest 2008-04-23 04:23:07 +00:00
webshell Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 23:52:44 +00:00
webtools Bug 431363: Include information about flag types when config.cgi returns data in the RDF format - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=myk r=mkanat a=mkanat 2008-05-07 21:36:29 +00:00
widget key translation fixes, patch by Masayuki. b=432388 r=josh r=karl sr=roc a=schrep 2008-05-07 21:54:21 +00:00
xpcom Bug 369007: Enable high-memory feature on OS/2 by default (Mozilla changes), r=ted.mielczarek, a1.9+=damons 2008-04-30 07:30:59 +00:00
xpfe Bug 423104: ship en-US spellcheck dictionary README, extracted text by gerv@mozilla.org and handerson@mozilla.com, patch is r=gerv, sr=mconnor, a=beltzner 2008-05-06 21:39:06 +00:00
xpinstall Bug 422826: crashes [@ nsVoidArray::Count] called from 2008-04-08 11:49:01 +00:00
xulrunner Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. 2008-04-10 14:50:48 +00:00
.cvsignore Add 'mozconfig' to the list of ignored files (it's a less common location for .mozconfig, but more importantly it's an ls-able location). rs=luser 2008-02-23 21:43:04 +00:00
LEGAL Bug 346391 - remove extraneous whitespace. Patch by Matt Nordhoff. 2006-08-21 12:43:39 +00:00
LICENSE Revert License to previous version to make the SeaMonkey installer suck less. 2007-01-08 18:59:04 +00:00
Makefile.in Bug 391361. The integration of breakpad on Solaris. 2008-03-20 01:13:43 +00:00
README.txt Bug 411638 - Update top-level README.txt in CVS. r=bsmedberg 2008-01-18 22:09:32 +00:00
aclocal.m4
allmakefiles.sh bug 407459. hooking jemalloc up to the build system. r=various people 2008-02-05 03:16:25 +00:00
camino.mk
client.mk Bug 431934, Firefox 3 should use NSS_3_12_RC3 2008-05-04 01:35:44 +00:00
configure Automated update from host egg.build.mozilla.org 2008-05-05 21:11:03 +00:00
configure.in Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists. 2008-05-05 21:08:15 +00:00

README.txt

For information on how to build Mozilla from the source code, see:

    http://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (http://bugzilla.mozilla.org). Instructions are at:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on http://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/