Gecko engine for Wine
Go to file
2013-05-06 21:43:57 +02:00
accessible Bug 865588 - tear off ISimpleDOMText, r=tbsaunde 2013-05-06 21:08:08 +09:00
addon-sdk Bug 867445: Remove Test Pilot, r=gavin 2013-04-30 17:30:44 -07:00
b2g Bug 844227 - Add more functions to the webapps actor. r=fabrice 2013-05-06 09:51:53 -04:00
browser bug 858321 update default state of toolbarbutton menu, r=markh 2013-05-06 11:25:24 -07:00
build Bug 777379 - Set .DEFAULT_GOAL unconditionally, override with OVERRIDE_DEFAULT_GOAL, and fix pymake to be on par with GNU make when handling .DEFAULT_GOAL. r=gps 2013-05-05 10:16:25 +02:00
caps Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley 2013-05-06 09:04:17 -04:00
chrome bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
config Bug 777379 - Set .DEFAULT_GOAL unconditionally, override with OVERRIDE_DEFAULT_GOAL, and fix pymake to be on par with GNU make when handling .DEFAULT_GOAL. r=gps 2013-05-05 10:16:25 +02:00
content Bug 868864 - Correctly scale the time values of AudioParam when converting it to ticks, and correctly calculate SetTargetAtTime event values the first time they're encountered; r=roc 2013-05-06 14:59:43 -04:00
db/sqlite3 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
docshell Bug 765192 - Disable browser_bug343515.js on OS X as well, for too many intermittent failures 2013-05-03 12:01:07 +01:00
dom Bug 865233 - Implement the ended event for AudioBufferSourceNode; r=roc 2013-05-06 14:22:01 -04:00
editor Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange. 2013-05-02 21:20:08 -04:00
embedding Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage. 2013-04-30 21:09:41 -04:00
extensions Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley 2013-05-06 09:04:17 -04:00
gfx Bug 847267 - Add new image class to wrap D3D surfaces. r=Bas 2013-05-04 22:12:40 +12:00
hal Bug 866600 - Avoid using nsIDOMDocument::GetHidden; r=mounir 2013-05-05 09:03:15 +02:00
image Bug 857040 - Warn on bad CRC instead of error exit. r=joe 2013-05-06 09:04:16 -04:00
intl Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage. 2013-04-30 21:09:41 -04:00
ipc Bug 867459: Rooting fixes for ipc r=terrence 2013-05-03 17:49:47 -04:00
js Bug 868369 - remove guard in jsd_SetExecutionHook made superfluous by change in _newJSDScript to align with beta and aurora branches. r=me 2013-05-06 21:43:57 +02:00
layout Bug 868557. Explicitly unalias list in nsStyleContext::AddChild() r=dbaron 2013-05-06 11:05:44 -04:00
media Bug 863865: Destroy() DataChannelConnection before releasing on errors in connecting Transport r=tuexen 2013-05-06 12:22:14 -04:00
memory Bug 863116 - MOZ_ALWAYS_INLINE should not inline in debug builds (r=Waldo) 2013-04-19 10:55:34 -07:00
mfbt Bug 853525, part 9 - Changes to Decimal code as a series of patches for update.sh. r=Waldo 2013-05-06 00:23:18 +01:00
mobile Bug 868604 - Fix "test for equality mistyped as assignment?" warning in Android's downloads.js. r=bnicholson 2013-05-03 17:01:52 -07:00
modules Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures. 2013-05-06 08:57:03 -04:00
mozglue Bug 793735 - Make XRE_StartupTimelineRecord() generate TimeStamps and modify its callers to use the appropriate timers, r=nfroyd 2013-03-26 11:31:20 +01:00
netwerk Bug 861117 - report errors when URIs passed into nsIStrictTransportSecurityService::IsStsURI malformed. (r=bsmith) 2013-05-03 14:49:04 -07:00
nsprpub Bug 865828 - Upgrade Mozilla 23 to NSPR 4.10, r=wtc 2013-04-25 22:06:51 +02:00
other-licenses Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
parser Bug 859817 - Make nsStringBuffer::Alloc return already_AddRefed; r=bz 2013-04-22 14:13:22 +03:00
probes Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
profile Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
python Bug 867966 - Add --jobs,-j option to 'mach build' r=gps 2013-05-02 17:05:24 -04:00
rdf Bug 824338 Fix typo in warning message in nsRDFXMLDataSource.cpp. r=Neil DONTBUILD as this doesn't change code. 2013-05-01 09:49:14 +01:00
security No bug, Automated HSTS preload list update from host bld-linux64-ec2-422 - a=hsts-update 2013-05-04 03:22:01 -07:00
services bug 867737 - update FHR reporting URL, r=gps 2013-05-05 10:04:38 -04:00
startupcache Bug 868785 - Fix rooting hazards in TestStartupCache.cpp; r=till 2013-05-04 20:01:27 -04:00
storage Bug 867459 - Fix storage rooting hazards r=terrence 2013-05-02 22:02:40 -04:00
testing Bug 865642 - Re-enable the Web Audio tests on Android; r=philor 2013-05-06 15:08:37 -04:00
toolkit Bug 857461 - pinstripe: non-native focus rings are applied for links in chrome. r=Mano. 2013-05-06 19:51:20 +02:00
tools Bug 777379 - Set .DEFAULT_GOAL unconditionally, override with OVERRIDE_DEFAULT_GOAL, and fix pymake to be on par with GNU make when handling .DEFAULT_GOAL. r=gps 2013-05-05 10:16:25 +02:00
uriloader Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
view Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats 2013-05-03 17:31:08 -05:00
webapprt Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage. 2013-04-30 21:09:41 -04:00
widget Merge m-c to inbound. 2013-05-06 11:20:45 -04:00
xpcom Bug 868761 - Remove trailing whitespace from nsCycleCollector.cpp. r=smaug 2013-05-04 08:39:44 -07:00
xpfe Bug 867459 - Fix xpfe rooting hazards r=terrence 2013-05-02 22:02:40 -04:00
xulrunner Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage. 2013-04-30 21:09:41 -04:00
.gdbinit Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger 2013-03-26 11:31:53 -04:00
.gitignore Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB 2013-04-30 10:22:25 +03:00
.hgignore Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB 2013-04-30 10:22:25 +03:00
.hgtags Added tag FIREFOX_AURORA_22_BASE for changeset 1c070ab0f9db 2013-04-01 11:21:20 -07:00
aclocal.m4 Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
Android.mk
AUTHORS
client.mk Bug 863091 - Make auto clobbering opt-in rather than opt-out; r=glandium 2013-04-25 13:41:17 +01:00
client.py Bug 853775: Update client.py to pull NSPR and NSS from Mercurial instead of CVS, r=kaie 2013-04-01 17:26:39 -07:00
CLOBBER Bug 866093 - Indicate need for clobber. r=me 2013-05-02 12:09:30 +02:00
configure.in Merge birch to m-c. 2013-05-02 21:19:01 -04:00
LEGAL
LICENSE
mach Re-add executable flag to mach (removed in bug 846906). r=me 2013-04-04 16:52:27 +02:00
Makefile.in Bug 861178 - Don't purge dist/ data during the MOZ_PROFILE_USE pass of a PGO build. r=ted 2013-04-12 16:03:06 +02:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
mozilla-config.h.in
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/