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
bechen aa321b3d28 Bug 1242599 - testcase. r=rillian
MozReview-Commit-ID: Bkl13cdT2CA

--HG--
extra : rebase_source : e405d058a7836fd897ef5a62f696477048d65981
2016-06-02 15:37:19 +08:00
accessible bug 1277959 - cleanup Interfaces enum r=davidb 2016-06-03 18:02:48 -04:00
addon-sdk Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg a=merge 2016-05-25 15:28:24 -04:00
b2g Bug 1257738 - part1 : implement the audio competing mechanism. 2016-06-01 10:21:13 +08:00
browser Bug 968273 - On reload load from the original uri, so that all redirects are reloader.r=mayhemer 2016-06-01 11:57:52 +02:00
build Bug 1244446 - Remove OSX universal builds postflight. r=gps,r=ted 2016-06-06 14:18:33 +09:00
caps Bug 1195930 - Part 8: Fixed support for origin clearing, reworked internal origin patterns to use OriginAttributesPattern; r=asuth 2016-06-05 21:42:48 +02:00
chrome Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
config Bug 1277498 - Remove MC (message compiler) define from old-configure.in. r=mshal 2016-06-06 13:36:51 +09:00
db/sqlite3 Bug 1273909 - Upgrade to SQLite 3.13.0. r=mak 2016-05-27 08:49:13 -04:00
devtools Bug 1247459 - Meta and header CSP are merged without a semicolon. r=ckerschb 2016-05-17 15:34:53 +02:00
docshell Bug 968273 - On reload load from the original uri, so that all redirects are reloader.r=mayhemer 2016-06-01 11:57:52 +02:00
dom Bug 1242599 - testcase. r=rillian 2016-06-02 15:37:19 +08:00
editor merge from inbound 2016-06-04 03:33:38 -07:00
embedding Backed out changeset 88f049f30446 (bug 1276738) 2016-06-02 08:12:39 +02:00
extensions Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi 2016-06-06 01:06:00 +02:00
gfx Bug 1274148 (part 1, attempt 2) - Use MOZ_MUST_USE more in xpcom/io/Base64.h. r=erahm,bagder,mattwoodrow. 2016-06-06 12:22:14 +10:00
gradle/wrapper
hal Backed out changeset a906d38b7c07 (bug 1273079) for bustage. r=backout 2016-05-19 15:10:49 +02:00
image (No bug) - Remove unnecessary include in nsGIFDecoder2.cpp. r=me DONTBUILD 2016-06-04 15:28:27 -07:00
intl Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj 2016-05-22 13:31:11 -07:00
ipc Bug 1114647 - Use firefox for child processes instead of plugin-container. r=ted 2016-06-03 12:49:39 -07:00
js Bug 1271653 - Implement a C++ function for makeDebuggeeValue/unsafeDereference/unwrap;r=jimb 2016-06-06 11:14:43 +02:00
layout Bug 1277991 - We don't need to check ShouldBlockAsyncTransformAnimations() when we just want to know whether the frame has transform animations or not. r=birtles 2016-06-06 11:27:27 +09:00
media Bug 1278036 - Rename Endian.h to BigEndian.h for case insensitive Linux builds. r=cpearce 2016-06-05 13:24:51 -04:00
memory Bug 1262671 - Introduce MFBT BufferList class (r=froydnj) 2016-05-27 09:57:40 -07:00
mfbt Bug 1273048 - Add MOZ_GCC_VERSION_AT_MOST macro. r=froydnj 2016-06-03 20:08:41 -07:00
mobile Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi 2016-06-06 01:06:00 +02:00
modules Bug 1277522 - Increase max connection retries to 10.r=mcmanus 2016-06-02 15:17:00 +02:00
mozglue Backed out changeset 10db03f821c4 (bug 1270686) for crashes on Windows 7 opt in e.g. M-e10s(bc5). r=backout 2016-05-26 11:24:09 +02:00
netwerk Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi 2016-06-06 01:06:00 +02:00
nsprpub
other-licenses Bug 1261140 - Allow stub installer to read post-signing data and leave it where Firefox can find it; r=rstrong 2016-05-20 18:17:57 -07:00
parser Bug 1275698. Get rid of nsScriptSecurityManager::ScriptAllowed and replace it with xpc::Scriptability::Get(obj).Allowed() for better performance and less indirection. r=khuey 2016-05-27 20:26:56 -04:00
probes
python Bug 1244446 - Run automation build steps before postflight_all. r=gps,r=ted 2016-06-06 14:18:39 +09:00
rdf Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
release/docker
security Bug 1272772 - Inline system.sb and remove unneeded rules (removes unneeded rules); r=gcp 2016-06-01 15:40:00 +02:00
services merge mozilla-inbound to mozilla-central a=merge 2016-06-03 12:00:06 +02:00
startupcache Bug 1272931 - Fix -Wshadow warnings in startupcache directory. r=froydnj 2016-05-11 21:17:05 -07:00
storage Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
taskcluster Bug 1273673 followup: bad logging syntax, r=dustin on a CLOSED TREE 2016-05-19 10:35:02 -07:00
testing Bug 1195930 - Part 1: Re-enable tests for clearing origin data; r=asuth 2016-06-05 21:41:48 +02:00
toolkit Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi 2016-06-06 01:06:00 +02:00
tools Backed out changeset c48f3b04c9de (bug 1273634) 2016-06-02 15:05:01 +02:00
uriloader Bug 1258033 - Part 1: Add IsTrackingProtectionOn for nsILoadContext. r=smaug 2016-06-02 10:12:39 +08:00
view Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
widget Bug 1277756 part.7 Rename TextRangeType::NS_TEXTRANGE_SELECTEDCONVERTEDTEXT to TextRangeType::eSelectedClause r=smaug 2016-06-03 19:15:21 +09:00
xpcom Bug 1274148 (part 1, attempt 2) - Use MOZ_MUST_USE more in xpcom/io/Base64.h. r=erahm,bagder,mattwoodrow. 2016-06-06 12:22:14 +10:00
xpfe Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
.clang-format
.clang-format-ignore
.eslintignore Backed out changeset 49d7963e43d8 (bug 1202458) for test failures in test_inspector-mutations-value.html 2016-06-02 16:30:08 +02:00
.eslintrc
.flake8 Bug 1270506 - [mozlint] Add python flake8 linter, r=smacleod 2016-05-05 17:21:12 -04:00
.gdbinit bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium 2016-06-02 13:33:07 -04:00
.gdbinit_python bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium 2016-06-02 13:33:07 -04:00
.gitignore Bug 1267351 - Add lextab.py (generated during a reftest run) to .hgignore and .gitignore. r=glandium DONTBUILD 2016-04-25 14:28:46 -04:00
.hgignore Bug 1267351 - Add lextab.py (generated during a reftest run) to .hgignore and .gitignore. r=glandium DONTBUILD 2016-04-25 14:28:46 -04:00
.hgtags
.lldbinit
.taskcluster.yml Bug 1274717: use a level-appropriate scope; r=garndt a=KWierso 2016-05-20 23:00:15 +00:00
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle Bug 1268453 - Use Android Gradle plugin 2.1. r=mcomella 2016-04-29 14:48:43 +02:00
client.mk Bug 1244446 - Run automation build steps before postflight_all. r=gps,r=ted 2016-06-06 14:18:39 +09:00
client.py
CLOBBER Backed out changeset de91db2be204 (bug 1275812) on a CLOSED TREE, again. 2016-05-26 16:36:00 -04:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1275740 - Use compression level 5 instead of 9 for symbols zips; r=ted 2016-05-25 15:04:02 -07:00
moz.build Bug 1258497: Implement a new taskgraph generation system; r=gps 2016-05-16 22:53:22 +00:00
moz.configure Bug 1275419 - Deprecate --enable-build-backend and add --build-backends. r=chmanchester 2016-05-26 21:30:12 +09:00
mozilla-config.h.in
old-configure.in Bug 1277498 - Remove MC (message compiler) define from old-configure.in. r=mshal 2016-06-06 13:36:51 +09: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/