Gecko engine for Wine
Go to file
2011-09-28 08:58:54 +09:00
accessible Bug 674612 - Text to Speech on Lion not reading highlighted text. r=surkov f=marco 2011-09-27 10:38:44 -05:00
browser Version bump to 10.0a1 on CLOSED TREE 2011-09-27 13:19:35 -04:00
build Bug 687766 part 1: Remove build-time dependency on libIDL. r=khuey 2011-09-27 10:09:54 +02:00
caps Back out bug 684039. 2011-09-26 16:50:17 -07:00
chrome Bug 669028 part.6 chrome should use mozilla::LookAndFeel rather than nsILookAndFeel r=benjamin 2011-09-09 11:27:12 +09:00
config Version bump to 10.0a1 on CLOSED TREE 2011-09-27 13:19:35 -04:00
content Bug 689204: Remove unused variable 'readDisplay' from nsHTMLTableElement.cpp. r=bernd 2011-09-27 13:22:47 -07:00
db/sqlite3 Bug 666558 - Increase SQLITE_MAX_SCHEMA_RETRY value. 2011-08-26 13:51:05 +02:00
dbm
docshell Bug 677643 part 1. Clone the URI argument in OnLinkClickSync to work around content policies mutating the URI which is shared with some random caller. r=smaug 2011-09-26 18:03:14 -04:00
dom Bug 689252 - cleanup/remove geo.wifi.* preferences. r=jdm 2011-09-27 07:23:49 -07:00
editor Merge mozilla-central and mozilla-inbound after the landing of bug 666414 2011-09-26 16:12:48 -04:00
embedding Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
extensions fix bug 687319 spell check dialog for mailnews broken, r=ehsan 2011-09-23 12:51:33 -07:00
gfx bug 688798 - disable client side rendering for maemo only r=cjones 2011-09-23 13:24:12 -04:00
intl bug 685214 - use URI spec rather than file path to specify hyphenation dictionary, and read using nsIInputStream rather than stdio. r=bsmedberg 2011-09-14 20:20:26 +01:00
ipc Bug 669412 followup to followup: move now-unused-in-default-build-config variable inside #ifdef, to fix new unused variable build warning. rs=bent 2011-09-27 13:58:14 -07:00
jpeg Bug 413019 - Remove PGO workaround for some modules. r=ted 2011-07-01 12:46:02 +09:00
js Rewrite a very awkwardly worded comment describing the flat closure optimization. rs=cdleary over IRL 2011-09-27 16:35:41 -07:00
layout Bug 602504 - Make event-being-timeevent-3.svg pass quickly and fail slowly; r=dholbert 2011-09-28 08:58:54 +09:00
media Bug 683823 - Update libvorbis to upstream r18077. r=kinetik 2011-09-27 19:59:34 +01:00
memory Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) 2011-09-03 08:19:06 +02:00
mfbt Back out bug 684039. 2011-09-26 16:50:17 -07:00
mobile Bug 689599 - Ensure postData is non-null before accessing it in Browser.loadURI [r=mfinkle] 2011-09-27 12:45:49 -07:00
modules Backout changeset 971ed890c27d (bug 679352), since burning comm-central; a=callek 2011-09-25 16:26:10 +01:00
netwerk bug 687243 - websockets message len 0xffff does not use minimal length encoding r=jduell 2011-09-27 08:50:22 -04:00
nsprpub Update NSPR to the NSPR_4_9_BETA1 tag. Fixes bug 676457, bug 653737, bug 673799, bug 673817, bug 678993, bug 676584 2011-08-18 08:58:49 -04:00
other-licenses Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
parser Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=sicking 2011-09-22 17:35:25 +01:00
probes
profile Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
rdf Bug 685798 - Node.parentElement, r=bz 2011-09-11 16:05:19 -07:00
security Merge m-c to b-s. 2011-09-15 16:44:46 -07:00
services Merge tips of mozilla-central and mozilla-inbound 2011-09-22 01:46:53 +01:00
startupcache Bug 675485 - Fix PRBool misuses found in a debug build, r=bz,taras 2011-08-01 18:20:52 -07:00
storage Bug 684526 - Unify jsval and js::Value (r=jorendorff) 2011-09-19 09:34:49 -07:00
testing Bug 688762 - add try/except blocks around all harnesses so we always return an error code. r=bear 2011-09-26 07:41:19 -04:00
toolkit Bug 678330. Use IOKit to get precise GPU information in GfxInfo on Mac. r=bjacob 2011-09-27 09:55:42 -04:00
tools Bug 674384: jprof - better thread support, support e10s profiling and profile-by-capture-section. r=dbaron DONTBUILD 2011-08-12 11:59:20 -04:00
uriloader Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
view bug 688618 - trailing while panning in fennec, be consistant on all platforms r=roc 2011-09-23 13:21:04 -04:00
widget bug 688787 follow up to fix build bustage 2011-09-27 16:18:51 -04:00
xpcom Bug 689301 - Compile error in nsTimerImpl.cpp with gcc 4.6.0 on Fedora core 15 x64; r=espindola 2011-09-27 17:11:03 -04:00
xpfe Bug 685457 Don't set attributes until after accessing the box object r=bienvenu 2011-09-24 18:15:47 +01:00
xpinstall Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst 2011-09-18 11:22:17 +02:00
xulrunner Bug 670951 - Make sure the xulrunner is copied. r=ted. 2011-09-25 13:48:50 -04:00
.hgignore Bug 686354 - hgignore addition for Vim swap files. r=ted 2011-09-12 17:25:24 -07:00
.hgtags Added tag AURORA_BASE_20110927 for changeset c0983049bcaa to CLOSED TREE, DONTBUILD 2011-09-27 13:09:13 -04:00
aclocal.m4 Bug 687766 part 1: Remove build-time dependency on libIDL. r=khuey 2011-09-27 10:09:54 +02:00
allmakefiles.sh Backed out changeset 020f14584a2a (bug 680246) because it broke builds on all platforms 2011-09-26 11:53:28 -04:00
client.mk Bug 684617 client.mk runs configure twice r=khuey 2011-09-07 20:08:36 +01:00
client.py Bug 599748 - Remove custom |def check_call()|, now that Python 2.4 is unsupported; (Av1) Remove 'util.py'. 2011-04-14 15:44:13 +02:00
configure.in Bug 687766 part 1: Remove build-time dependency on libIDL. r=khuey 2011-09-27 10:09:54 +02:00
LEGAL
LICENSE
Makefile.in Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) 2011-09-03 08:19:06 +02:00
README.txt added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb 2011-03-30 08:23:52 -03:00

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

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 (https://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 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/
            - or -
    http://nightly.mozilla.org/