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
2016-12-04 20:13:22 -10:00
.cargo
accessible Bug 1319640: Make obtaining of plugin IAccessible go through Chrome process on Sandboxed builds; r=tbsaunde 2016-12-03 16:07:24 -07:00
addon-sdk Bug 1321133 - Backout 1285373 for regressions in pageworks. r=kmaglione 2016-12-01 12:09:44 -06:00
b2g Bug 1321261 - create dom/file for File APIs, r=qdot 2016-12-01 15:12:42 +01:00
browser Bug 883377 - Part 6: Update browser and dom tests to follow displayName change. r=smaug 2016-12-03 07:44:23 +09:00
build Merge m-i to m-c, a=merge 2016-12-02 22:17:31 -08:00
caps Bug 1318727 - BroadcastChannel should support data URL - part 2, r=me 2016-11-30 15:31:09 +01:00
chrome Bug 1310297 - Remove test annotations using b2g, mulet or gonk: chrome. r=RyanVM 2016-11-05 11:29:13 +01:00
config Merge m-i to m-c, a=merge 2016-12-02 22:17:31 -08:00
db/sqlite3 Bug 1321233 - Upgrade to SQLite 3.15.2. r=mak 2016-11-30 06:46:00 -05:00
devtools Bug 1321022 followup, refresh devtools css db to fix xpcshell errors. 2016-12-03 14:48:09 +00:00
docshell Backed out changeset 2bbc7be933e2 (bug 1309070) for causing bug 1320041. 2016-11-26 09:31:17 -08:00
dom Merge m-i to m-c, a=merge 2016-12-04 19:13:17 -08:00
editor Bug 1318570 - Clean up GetTextNode into TextEditRules. r=masayuki 2016-11-22 20:56:03 +09:00
embedding Backed out changeset 7c0ca61c3552 (bug 1321270) for bustage 2016-11-30 16:46:25 +01:00
extensions Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
gfx Bug 1321022 pt 3 - Add an array of variation settings to nsFont, and hook it up to gfxFontStyle. r=dholbert 2016-12-03 12:18:33 +00:00
gradle/wrapper
hal Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
image Bug 1321946. Adjust asserts about the progress of an image to deal with how multipart images are handled. r=aosmond 2016-12-03 16:07:10 -06:00
intl Bug 1321030: Update tzdata in ICU data files to 2016j. r=Waldo 2016-11-29 15:16:21 -08:00
ipc Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
js Bug 1320145 part 1 - Port string.length stub to CacheIR. r=nbp 2016-12-04 20:13:22 -10:00
layout Merge m-i to m-c, a=merge 2016-12-04 07:04:02 -08:00
media merge mozilla-inbound to mozilla-central a=merge 2016-11-25 15:36:56 +01:00
memory Bug 1321093 - Avoid logalloc-replay make check failure when libstdc++ allocates memory in some static initializer. r=njn 2016-11-30 07:22:20 +09:00
mfbt merge mozilla-inbound to mozilla-central a=merge 2016-11-25 15:36:56 +01:00
mobile merge mozilla-inbound to mozilla-central a=merge 2016-12-02 09:23:52 +01:00
modules Bug 1321022 pt 4 - Implement CSS parsing of the font-variations-setting property, storing the value into nsFont. r=dholbert 2016-12-03 12:18:36 +00:00
mozglue Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester 2016-11-16 09:59:22 -05:00
netwerk Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
nsprpub Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO 2016-11-16 11:15:05 -08:00
other-licenses Bug 1308740 - change the minimum support OS string to Windows 7 in the modified 7-Zip stub source. r=mhowell 2016-11-23 11:42:58 -08:00
parser Merge inbound to central, a=merge 2016-12-01 15:31:47 -08:00
probes
python Backed out changesets 09e996bdc9e4, bbb8642886b8, and 9e66e4d7e87d (bug 1308982) for landing prematurely 2016-12-02 11:21:15 -08:00
rdf Bug 1310297 - Remove test annotations using b2g, mulet or gonk: rdf. r=RyanVM 2016-11-05 11:29:21 +01:00
release/docker bug 1314574 replace sys.path with site.addsitedir so that .pth files are processed. r=rail a=release DONTBUILD 2016-11-02 10:43:57 +00:00
security No bug, Automated HPKP preload list update from host bld-linux64-spot-304 - a=hpkp-update 2016-12-04 06:31:58 -08:00
services Merge inbound to central, a=merge 2016-12-01 15:31:47 -08:00
startupcache Bug 1319752 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in startupcache/. r=froydnj 2016-11-23 14:22:34 +02:00
storage Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
taskcluster Bug 1321614 - fix android_stuff kind to use build secrets, because it uses the same mozharness stuff as build jobs. r=dustin a=bustage 2016-12-01 14:13:16 -05:00
testing Merge m-i to m-c, a=merge 2016-12-02 22:17:31 -08:00
third_party/rust Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted 2016-10-28 16:34:19 -07:00
toolkit Merge m-i to m-c, a=merge 2016-12-02 22:17:31 -08:00
tools Merge m-c to autoland 2016-11-29 19:31:34 -08:00
uriloader Bug 741776 - Treat JSON, WebVTT and AppCache manifests as UTF-8 when loaded as plain text. r=Ehsan 2016-06-09 14:29:30 +03:00
view Bug 1320874 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in view/. r=mstange 2016-11-29 10:36:29 +02:00
widget Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
xpcom Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
xpfe Bug 1147911 Part 7: Create browsing context with no opener if URI needs different process. r=smaug 2016-11-24 15:08:31 +00:00
.clang-format Bug 1317305 - Update clang format rules r=mystor 2016-11-14 18:01:36 +01:00
.clang-format-ignore Bug 1313040 - Update the list of ignored directories/files with clang-format r=mystor 2016-11-14 15:42:55 +01:00
.clang-tidy Bug 1319396 - Update the list of checkers in the .clang-tidy file r=Ehsan 2016-11-22 12:30:19 +01:00
.eslintignore Bug 1315251 - Create a DevTools Remote Debugger Actor as a backend for the WebExtension DevTools API. r=ochameau 2016-11-17 19:31:06 +01:00
.eslintrc.js Bug 1318493 - Tell the eslint parser to use ecmaVersion 8. r=mossop 2016-11-18 10:02:13 +11:00
.flake8
.gdbinit Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld 2016-11-16 01:13:22 -05:00
.gdbinit_python
.gitignore
.hgignore Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher 2016-11-07 19:35:12 -05:00
.hgtags No bug - Tagging mozilla-central 1196bf3032e1bce1fb07a01fd9082a767426c5fb with FIREFOX_AURORA_52_BASE a=release DONTBUILD CLOSED TREE 2016-11-14 13:28:09 +01:00
.lldbinit
.taskcluster.yml Bug 1316183 - Compress docker images with zstd. r=dustin 2016-11-07 11:26:27 -08:00
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian 2016-11-18 18:28:58 -08:00
client.mk
client.py
CLOBBER Bug 1309272, part 5 - Rework the macOS printing code to get rid of the hacks that create a new PrintTarget for each page. r=lsalzman 2016-11-28 22:40:43 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in bug 1286934 - Switch to using sccache2. r=gps 2016-08-25 18:39:57 -04:00
moz.build bug 1295937 - build NSS using gyp files. r=glandium 2016-11-09 12:37:09 -05:00
moz.configure
mozilla-config.h.in
old-configure.in Merge inbound to central, a=merge 2016-11-30 16:12:21 -08:00
README.txt
settings.gradle
test.mozbuild

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:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    http://nightly.mozilla.org/