Gecko engine for Wine
Go to file
2012-10-25 18:32:12 -04:00
accessible Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
b2g Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
browser Bug 567377 - Support drag and drop for Linux. r=mak77 2012-10-25 17:43:24 -04:00
build Bug 798821 - On Windows, restrict enabling of W3C touch interfaces to devices that support touch input. Also convert touch pref to 3-state value. r=bsmedberg 2012-10-25 09:57:51 -05:00
caps Bug 777467 - Update the same-origin policy for principals to include appid/isinbrowserelement. r=bholley 2012-10-24 18:50:25 +01:00
chrome Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg 2012-09-14 14:30:31 +04:30
config Bug 794472 - Add quoting for some commands to make pymake happier. r=ted 2012-10-18 14:44:12 +02:00
content Bug 790854. Set mMainThreadDestroyed before the stream is destroyed. r=jesup 2012-10-26 11:07:59 +13:00
db/sqlite3 Bug 801281 - Upgrade SQLite to version 3.7.14.1 (Mozilla changes). r=mak 2012-10-16 21:34:06 -04:00
dbm Backout the dbm/ portions of bug 795507 because that code is a read-only copy from the upstream NSS project 2012-10-09 16:38:15 -04:00
docshell Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
dom Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
editor Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
embedding Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
extensions Bug 790475 - Part 1: Allow inline spellcheck to operate through adjacent text nodes. r=ehsan. 2012-10-25 18:32:12 -04:00
gfx Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar 2012-10-25 16:12:59 -04:00
hal Bug 801096 - [settings] Set-Automatically for time should take effect *immediately* instead of waiting on next NITZ coming (part 1). r=jlebar 2012-10-23 15:15:43 +08:00
image Bug 805119. Add a note about the deprecation of findEntryProperties. r=joe 2012-10-24 14:40:41 -04:00
intl Bug 805456 - Remove useless check that an unsigned value is >= 0 to fix a build warning. r=masayuki 2012-10-25 17:43:25 -04:00
ipc Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
js Bug 787703. r=terrence 2012-10-25 17:43:25 -04:00
layout Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
media Bug 802694: Pass along constraints from PC JS module to PCImpl; r=ekr,jesup 2012-10-25 12:24:30 -07:00
memory Bug 800106: Replace more NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINE; r=ehsan 2012-10-13 17:52:10 +02:00
mfbt Partial backout of bug 803688 to fix Win7 debug xpcshell perma-purple. r=jlebar 2012-10-24 22:46:14 -04:00
mobile Bug 795259 - Enable progressive painting on Android. r=blassey 2012-10-25 22:11:12 +01:00
modules bug 797964 remove spdy ping experiment and change default to 58s r=honzab 2012-10-25 14:20:08 -04:00
mozglue Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
netwerk Bug 805552: Use DebugOnly in /netwerk to fix opt build warnings (treated as errors) for set-but-only-checked-in-debug-builds nsresult values. r=jduell 2012-10-25 12:47:55 -07:00
nsprpub Bug 795987: Upgrade NSPR to NSPR_4_9_3_RTM. Includes a patch for 2012-10-24 12:37:30 -07:00
other-licenses Bug 734628 - Fixed CityHash dll which will not generate leading spaces for the returned hexidecimal hash. r=jimm 2012-10-24 11:45:15 -04:00
parser Bug 799958 - Remove prtype.h from C++ translator output. r=smaug. 2012-10-25 14:03:27 +03:00
probes Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
profile Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
python Merge the last PGO-green inbound changeset to m-c. 2012-10-24 21:50:09 -04:00
rdf Bug 795511: Removed usages of PR_BIT and PR_BITMASK from the tree; r=ehsan 2012-10-20 07:31:43 +05:30
security merge m-c to fx-team 2012-10-25 21:23:58 +02:00
services Bug 804480 - Intermittent test_addons_store.js test_addons_store.js | test failed (with xpcshell return code: 0), | Error: 1 or more add-ons failed to install. r=gps 2012-10-23 17:44:33 -07:00
startupcache Bug 714050 - Add support for optional JS helper threads (r=luke) 2012-10-16 11:57:09 -07:00
storage Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan 2012-10-23 13:29:06 +02:00
testing Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
toolkit Bug 800235 - Add .ogg to valid video file extensions. r=dougt 2012-10-25 17:43:25 -04:00
tools Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
uriloader Bug 800945 - Force logging of offline cache updates, r=jduell 2012-10-22 19:59:07 +02:00
view Bug 800859. Part 2: Remove nsIPresShell::DidPaint. r=mattwoodrow 2012-10-19 14:21:16 +13:00
webapprt Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner] 2012-09-18 10:34:55 -07:00
widget Bug 579517 follow-up: Remove NSPR types that crept in 2012-10-25 14:44:37 -04:00
xpcom Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
xpfe Backed out 2 changesets (bug 579517) 2012-10-25 12:32:24 -04:00
xulrunner b=713802 default enable GIO support and disable GnomeVFS r=glandium 2012-09-27 18:35:06 +12:00
.gdbinit
.gitignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgtags Added tag FIREFOX_AURORA_18_BASE for changeset 2704e441363f 2012-10-08 10:57:38 -07:00
aclocal.m4 Bug 788276 - Properly check for broken (deprecated) compilers. r=gps. 2012-09-12 14:54:40 -04:00
allmakefiles.sh Bug 788955 - Without --enable-jemalloc detect and use jemalloc3 in libc. r=glandium 2012-10-17 16:36:49 +02:00
Android.mk Bug 794297: Block the android build system from looking in mozilla-central. r=mwu 2012-09-25 17:04:01 -07:00
AUTHORS Bug 763623 - Add AUTHORS file. 2012-09-17 10:47:50 +01:00
client.mk Backed out changeset 6b87b58ff491 (follow-up to bug 793953) because of make insanity 2012-09-26 15:47:11 -04:00
client.py Bug 782784 - client.py update_nss and update_nspr should toggle the trailing whitespace line, r=glandium 2012-08-16 08:28:57 +02:00
configure.in Bug 802210 - Refactor virtualenv integration; r=glandium 2012-10-22 10:41:36 -07:00
LEGAL
LICENSE
mach Bug 799291 - Part 3: Move mozbuild.testing into testing/; r=jhammel 2012-10-10 11:08:09 -07:00
Makefile.in Bug 788955 - Without --enable-jemalloc detect and use jemalloc3 in libc. r=glandium 2012-10-17 16:36:49 +02:00
mozilla-config.h.in Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted 2012-08-04 08:47:28 +02:00
README.txt

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/