Gecko engine for Wine
Go to file
2010-08-03 22:10:00 -07:00
accessible Remove unneeded nsIDOMNSHTMLButtonElement interface by merging it into nsIDOMHTMLButtonElement. (Bug 582303) r=jst 2010-07-28 16:43:52 -07:00
browser Disable Weave again to ensure we've got a shippable checkpoint (bug 583339, CLOSED TREE) 2010-08-03 22:10:00 -07:00
build Backed out changeset e393b9673207. ( Bug 573803 - add SSL WebSocket support to mochitest. r=ted ) 2010-07-29 13:13:11 -07:00
caps Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution. 2010-07-28 14:36:06 +02:00
chrome bug 580508 - fix test_resolve_uris.js test. r=mossop 2010-08-03 16:26:27 +12:00
config bug 581516 - stop handling octal literals in Preprocessor.py. r=pike a=blocking 2010-07-29 11:30:56 -04:00
content Bug 571598: Allow XUL documents loaded in about urls to persist attributes. r=bz 2010-07-29 22:08:50 -07:00
db Backout of bug 581000 - Upgrade to SQLite 3.7.0 due to potential database corruption issues (not exactly but I don't want to put the long story here) 2010-08-03 14:52:35 -07:00
dbm Bug 527659, Update mozilla-central to NSS 3.12.6 (beta) 2010-02-07 12:54:28 +01:00
docshell bug 582657 - Docshell test failures after SeaMonkey switch to tabbed browsing - just add a null-check for win.location, r=bz a=test-only 2010-07-28 20:56:58 +02:00
dom Bug 568513 - Implement NPN_PopUpContextMenu. r=josh a=blocking-beta3 2010-07-29 18:38:32 -04:00
editor Bug 583493 - nsTransactionItem log spew is making working with tinderbox impossible. 2010-07-31 10:58:35 -07:00
embedding Bug 582269 - don't handle onKeyUp for KEYCODE_BACK when keydown is in another activity [r=mwu] 2010-07-29 14:44:33 -07:00
extensions Bug 575043: Remove internal uses of nsICaseConversion. r=smontagu sr=roc 2010-07-29 12:22:16 -07:00
gfx b=583115 use XCopyArea for operator SOURCE with compatible COLOR_ALPHA surfaces to support simple overlapping self-copies r=jrmuizel 2010-08-03 13:26:27 +12:00
intl Backed out changeset 9e87c3efc33b 2010-07-29 16:01:41 -07:00
ipc Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending. 2010-08-01 01:48:21 -07:00
jpeg Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
js Fix alignment issue causing Bug 583779 - 8/2 Android Nightly Build does not open on start-up. r=vlad (CLOSED TREE) 2010-08-03 20:31:48 -07:00
layout Bug 580494. Avoid creating an empty ThebesLayer when an inactive nsDisplayItem::BuildLayer returns null. r=tnikkel 2010-08-03 15:33:24 +12:00
media Bug 577207 vp8 warning: empty body in an if-statement. r=derf a=bsmedberg 2010-07-23 13:58:15 +12:00
memory Merge mozilla-central to tracemonkey. 2010-06-21 18:01:14 -07:00
modules Bug 578588 - Test suite may not work correctly on Win64 because navigator.platform is Win64. r=sayrer, a=Test Only 2010-07-30 17:18:45 +09:00
netwerk bustage fix for test_bug329869.html failure (undo pref flip from bug 583908) 2010-08-02 23:41:11 -07:00
nsprpub Bug 552742: Support multi-package XPIs in the new add-ons manager. r=robstrong 2010-08-01 10:52:24 -07:00
other-licenses Bug 571387 - Use the official Unicode UAC and ShellLink distributions. r=jmathies 2010-06-21 18:17:05 -07:00
parser Bug 582940 - Make the HTML5 parser URL unescape <a name> until HTML5-compliant fragment navigation is supported. r=bzbarsky, a=blocking2.0-betaN. 2010-07-30 13:08:36 +03:00
probes
profile Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
rdf Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
security Bug 583908: Enable TLS false start by default. Add the preference 2010-08-02 22:10:52 -07:00
services Bug 545752 - DB Statements aren't finalized in HistoryStore [r=mconnor] (CLOSED TREE) 2010-08-03 19:01:42 -07:00
storage Bug 572223 - too much cookies.sqlite io. Part 3: sync read per domain. r=sdwilsh 2010-07-29 12:17:42 -07:00
testing Backed out changeset e393b9673207. ( Bug 573803 - add SSL WebSocket support to mochitest. r=ted ) 2010-07-29 13:13:11 -07:00
toolkit Merge backout of db7e931c4410 (CLOSED TREE) 2010-08-04 00:41:01 -04:00
tools Bug 574311 - Build failure with trace malloc when using GCC visibility pragma. r=doug.turner 2010-07-17 09:52:30 +03:00
uriloader Bug 583865 - Latest xulrunner doesn't compile with Maemo 6 defined. r=romaxa. approval=dougt. maemo build bustage fix 2010-08-03 03:02:48 +03:00
view Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests 2010-07-30 16:48:57 -07:00
webshell Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
widget Bug 582269 - don't handle onKeyUp for KEYCODE_BACK when keydown is in another activity [r=mwu] 2010-07-29 14:44:33 -07:00
xpcom Bug 580434 - Use of readdir in nsLocalFileUnix not reliable when recursively deleting files on Android/Bionic. r=dougt 2010-07-28 18:12:34 -07:00
xpfe Bug 520805: Full screen video plays back on wrong monitor (multiple monitor setup). r=jst, a=beltzner 2010-08-02 22:55:25 -04:00
xpinstall Merge mozilla-central to tracemonkey. 2010-07-02 17:25:52 -07:00
xulrunner Bug 577426 - Disable JavaXPCOM by default in all configurations, because there is no active maintainer, sr=shaver 2010-07-26 14:10:55 -04:00
.hgignore Bug 560357 - .hgignore should ignore ctags, r=ted 2010-04-29 10:33:37 +02:00
.hgtags Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
aclocal.m4 Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted 2009-09-22 09:05:48 -04:00
allmakefiles.sh Bug 571902 - Land sync and crypto components on trunk [r=mconnor r=ted] 2010-06-21 17:07:13 -07:00
client.mk Bug 572529 Make it even easier to build with pymake r=ted 2010-06-30 12:45:21 +01:00
client.py Bug 550223, Update nspr/nss actions in client.py 2010-03-09 14:54:09 +01:00
configure.in Backout of bug 581000 - Upgrade to SQLite 3.7.0 due to potential database corruption issues (not exactly but I don't want to put the long story here) 2010-08-03 14:52:35 -07:00
LEGAL
LICENSE Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver 2010-02-23 09:37:07 -08:00
Makefile.in Bug 516984 - Make file changes for Mozmill support in buildbot r=ted 2010-06-01 13:45:01 -07:00
README.txt Trivial change to force new round of builds, trying to resolve bug 581888 by backing out mac64 mozconfig changes 2010-07-26 20:51:40 +12: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/