INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
nboyd%atg.com f463a7b1ac Fix bug 433878: minor glitch when decompiling 'let' statements
Once I ran this through the regression tests, this ended up being more complicated unfortunately. There was a missing error check all along, but the previous bug caused us to pass a negative test, so I had to implement that to get everything to pass.
2008-05-16 21:13:02 +00:00
README/mozilla
accessible assertion fix for bug 429617 - Crash [@ nsAccessNode::ClearCacheEntry(void const*, nsCOMPtr<nsIAccessNode>&, void*) ] 2008-05-10 06:25:06 +00:00
browser bug 433018, patch by gavin, r+ui-r+a=me 2008-05-10 15:52:32 +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 433843- Revise or remove getFloatingDate;r=daniel 2008-05-16 15:41:33 +00:00
camino Camino only - Disable most actions while Tabspose is active. r=jeff sr=pink 2008-05-14 15:41:48 +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 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with 2008-05-12 00:39:29 +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 Back out bug 432938 because it caused bug 433241, a=schrep/beltzner 2008-05-11 20:12:30 +00:00
dom Bug 431986: ApplicationCache doesn't implement EventTarget, patch by dcamp@mozilla.com, r+sr=jst, a=schrep 2008-05-09 00:10:50 +00:00
editor Bug 430921 - "chrome mochitest for bug 304188 leaks the world" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=peterv a1.9=damons] 2008-05-08 10:51:41 +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 Release ChatZilla 0.9.82.1. ChatZilla only. 2008-05-12 21:58:11 +00:00
gconfig
gfx Bug 432071: Type 1 fonts don't print correctly, patch by Adrian Johnson <ajohnson@redneon.com>, r=stuart, a=schrep 2008-05-08 16:48:15 +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 bug 433878: minor glitch when decompiling 'let' statements 2008-05-16 21:13:02 +00:00
js2
l10n
layout Bug 432954: disable reftest 413292-1.html on mac; r=roc 2008-05-14 23:31:28 +00:00
lib/mac
mail Bug 433087 - Close button on tabs looks cut off 2008-05-16 18:51:03 +00:00
mailnews [Bug 433740] itemDeleted event not fired when item is deleted from trash 2008-05-16 18:59:35 +00:00
memory/jemalloc Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep] 2008-05-08 09:20:45 +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 433220: fix Thunderbird build break on OS/2, r=mkaply 2008-05-11 20:49:57 +00:00
mozilla
msgsdk
netwerk Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner] 2008-05-08 09:05:11 +00:00
nsprpub Fix for bug 266215 . Add conversion code and assertions for iovec. r=wtc 2008-05-16 02:16:02 +00:00
other-licenses Bug 340976: use a better version of the Firefox icon on Vista, icon by Steven Garrity <steven@silverorange.com>, ui-r=faaborg, a=mconnor 2008-05-09 16:05:14 +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 390296: NSS ignores subject CN even when SAN contains no dNSName 2008-05-16 03:38:39 +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 309081 Sync xpfe autocomplete attributes with toolkit ones (sync case). r=mkmelin,sr=Neil 2008-05-15 12:45:31 +00:00
sun-java
testing bug 433936 r=jay Fix QAC login process 2008-05-16 16:59:37 +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 Back out bug 432938 because it caused bug 433241, a=schrep/beltzner 2008-05-11 20:12:30 +00:00
tools bug 431723: additional bustage fix in production 1.8 config. 2008-05-16 18:40:22 +00:00
uriloader Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep 2008-05-09 00:09:27 +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 Follow-up fix to correct the way @BONSAI_DIR@ is used in processMail.pl. 2008-05-16 07:54:11 +00:00
widget Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with 2008-05-12 00:39:29 +00:00
xpcom Bug 432887 - "Add tests for XPCOM Proxies (and enable other C++ unit tests)". r=sayrer, a=Tests Only. 2008-05-09 00:14:19 +00:00
xpfe Bug 309081 Sync xpfe autocomplete attributes with toolkit ones (sync case). r=mkmelin,sr=Neil 2008-05-15 12:45:31 +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
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/