Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
2014-11-12 12:48:02 -08:00
accessible Bug 1071777 - Send a context menu event on braille long press. r=eeejay 2014-11-09 16:37:16 -08:00
addon-sdk Bug 1083327: Uplift Add-on SDK. 2014-11-05 16:52:46 -08:00
b2g Bumping manifests a=b2g-bump 2014-11-12 12:48:02 -08:00
browser Merge mozilla-central to b2g-inbound 2014-11-12 16:11:42 +01:00
build Backed out 7 changesets (bug 1086693) for Android bustage on a CLOSED TREE. DONTBUILD 2014-11-11 16:13:15 -05:00
caps Bug 1094257 - nsPrincipal::GetBaseDomain() should not use TLD if the protocol handler of the URI scheme has NORELATIVE flag, r=bz 2014-11-11 09:10:56 +00:00
chrome
config Backed out 7 changesets (bug 1086693) for Android bustage on a CLOSED TREE. DONTBUILD 2014-11-11 16:13:15 -05:00
content
db/sqlite3
docshell Bug 1093839 - remove unused declaration of SerializeJSValVariant. r=smaug 2014-11-04 13:21:00 +01:00
dom Bug 1066013 - Initialize appCache path r=fabrice 2014-11-12 11:36:36 -08:00
editor Bug 1090616. Don't assume that the nodes we just pasted are still in the DOM, because mutation listeners suck like that. r=smaug 2014-11-11 12:47:36 -05:00
embedding Bug 1090444 - The Printing Progress dialog does not show progress or close when opened from the child process. r=blassey. 2014-11-10 15:18:06 -05:00
extensions
gfx Merge inbound to m-c. a=merge 2014-11-11 16:29:57 -05:00
hal
image Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
intl Bug 415491, part 4 - Make UnEscapeURIForUI always escape the result if it contains blacklisted characters. r=bzbarsky 2014-11-08 02:42:05 +00:00
ipc Bug 1076820 - Redraw on resize performance for content is pretty bad with e10s r=billm 2014-11-07 14:21:08 -08:00
js Merge fx-team to m-c. a=merge 2014-11-11 16:43:46 -05:00
layout Backed out changeset 357b7bb14462 (bug 1083004) for frequent b2g m-9 test failures 2014-11-12 11:26:12 +01:00
media Bug 1092859 - Always use soft volume in WinMM cubeb backend. r=padenot 2014-11-11 12:38:54 +13:00
memory Bug 762448 - Disable tcache in jemalloc3. r=glandium 2014-10-23 02:36:00 -04:00
mfbt
mobile Merge mozilla-central to b2g-inbound 2014-11-12 16:11:42 +01:00
modules Backed out changeset 53e23b1b3642 (bug 1092450) for test bustage 2014-11-12 11:19:26 +01:00
mozglue
netwerk Merge fx-team to m-c. a=merge 2014-11-07 13:35:28 -05:00
nsprpub
other-licenses
parser Bug 1088635. r=smaug. 2014-11-05 17:44:37 +02:00
probes
profile
python Bug 1094302 - Update build system tests to cover moved tier; r=glandium 2014-11-06 20:17:17 -08:00
rdf
security merge mozilla-inbound to mozilla-central a=merge 2014-11-10 14:24:51 +01:00
services Bug 1097191 - Clean up passwords.js. r=trivial 2014-11-11 11:36:56 -08:00
startupcache
storage Bug 993026 - Change XPIDLScriptable NewResolve to simpler Resolve. r=bholley 2014-11-08 01:07:12 +01:00
testing Bug 1079837 - Disable resource-timing/test_resource_timing.html for frequent failures. 2014-11-11 15:15:04 -05:00
toolkit Merge fx-team to m-c. a=merge 2014-11-11 16:43:46 -05:00
tools Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium. 2014-11-10 09:31:09 +01:00
uriloader Bug 1074793 - Set more restrictive permissions for downloads in the temporary directory. r=paolo 2014-11-02 15:15:43 +02:00
view
webapprt Bug 1091109: Followup to avoid intermittent test failures on a CLOSED TREE. r=myk a=lmandel,RyanVM 2014-11-06 11:57:22 -05:00
widget Bug 1092855 - Work around bad interaction between jemalloc and Apple uninitialized memory bug. r=spohl 2014-11-11 15:28:18 -06:00
xpcom Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj 2014-11-12 21:13:44 +13:00
xpfe Bug 1070768 Fix up more references to XPFE's autocomplete.css r=Ratty 2014-11-07 19:37:44 +00:00
xulrunner
.clang-format
.clang-format-ignore
.gdbinit
.gitignore
.hgignore
.hgtags
.lldbinit
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER Bug 1095234 - Clobber for bug 1091260 which stopped packaging a devtools file with EXTRA_JS_MODULES while making it require pre-processing. DONTBUILD a=CLOBBER 2014-11-06 18:12:14 -08:00
configure.in Merge mozilla-central to fx-team 2014-11-11 13:27:49 +01:00
LEGAL
LICENSE
mach
Makefile.in
moz.build
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/