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
Перейти к файлу
Andrew Halberstadt a757814e36 Bug 1296067 - Add mach test package integration for marionette-test, r=armenzg
This makes it possible to run |mach marionette-test| from a test package (and therefore
also an interactive loaner).

MozReview-Commit-ID: Lxhe8KMQaWq

--HG--
extra : rebase_source : ee2c01a80d863c2044d8d30b0e5116c8a9704253
2016-08-17 12:04:37 -04:00
accessible Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
addon-sdk Backed out changeset 5e10edf2ce87 (bug 1224863) for landing with the wrong patch author. 2016-08-18 13:33:17 -04:00
b2g Bug 1252570 - Remove mozPay. r=ehsan,mfinkle,fabrice 2016-08-22 10:42:22 +02:00
browser merge mozilla-central to autoland. r=merge a=merge 2016-08-22 17:35:47 +02:00
build Backed out changeset c0e6aae0b93d (bug 1294803) for breaking artifact builds. 2016-08-19 11:12:07 -07:00
caps Bug 1295636 - SetHostPort should reset the port if the host parameter does not have a port number. r=valentin, r=smaug 2016-08-17 23:25:00 -04:00
chrome Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
config Bug 1240134 - Incorporate the interfaces.xpt from downloaded artifacts instead of building XPIDL during an artifact build. r=glandium 2016-08-17 15:02:31 -07:00
db/sqlite3 Bug 1293367 - Upgrade to SQLite 3.14.1. r=asuth 2016-08-18 22:02:22 -04:00
devtools Bug 1296427 - allow a branch to also be a pref in content implementation; r=gregtatum 2016-08-19 12:00:12 -06:00
docshell merge mozilla-inbound to mozilla-central. r=merge a=merge 2016-08-22 17:28:28 +02:00
dom Backed out 3 changesets (bug 1270016) for various media test failures/unexpected-passes a=backout 2016-08-22 10:07:57 -07:00
editor Bug 1265800 part 3 - Move cursor into all adjacent nodes after delete; r=masayuki 2016-08-22 14:27:17 +03:00
embedding Bug 1293596 (part 4) - Tweak nsIWidget::Create. r=mstange. 2016-08-19 09:03:17 +10:00
extensions Bug 1291700 - Allow negotiate/ntml to work when in the 'Never remember history' mode. r=jduell 2016-08-16 06:24:00 -04:00
gfx Bug 1296911 - Use a separate X display on the GLX VSync thread. r=lsalzman 2016-08-22 14:44:54 -04:00
gradle/wrapper
hal Bug 1292323 - Update usage of UsesNativeCallProxy; r=snorp 2016-08-12 23:15:53 -04:00
image Backed out changeset 37340346a89e (Bug 1289628 - Return ISurfaceProvider objects from SurfaceCache lookup functions. r=dholbert,edwin) for causing bug 1292290. 2016-08-15 19:58:35 -05:00
intl Bug 1295053 (part 6) - Don't use NS_METHOD for intl/uconv/ functions. r=froydnj. 2016-08-16 12:12:29 +10:00
ipc Merge inbound to m-c. a=merge 2016-08-22 09:40:41 -04:00
js Bug 1296715 - Fix android bustage r=me a=merge 2016-08-22 12:41:06 +01:00
layout Merge inbound to m-c. a=merge 2016-08-22 09:40:41 -04:00
media Bug 1293457: stop printing gathering results on shutdown. r=mjf 2016-08-22 00:14:59 -07:00
memory Bug 1271165 - Part 6: Change the new functions to MFBT_API to export them on OSX. r=jandem 2016-08-16 07:12:00 -04:00
mfbt Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj 2016-08-14 23:44:00 -07:00
mobile merge mozilla-inbound to mozilla-central. r=merge a=merge 2016-08-22 17:28:28 +02:00
modules Backed out 15 changesets (bug 1195723) for various media test failures/unexpected-passes a=backout 2016-08-22 10:07:25 -07:00
mozglue Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
netwerk Backed out 15 changesets (bug 1195723) for various media test failures/unexpected-passes a=backout 2016-08-22 10:07:25 -07:00
nsprpub
other-licenses Bug 1288199: Add building of typelib to be embedded in ia2marshal.dll; r=mshal 2016-08-04 15:17:51 -06:00
parser Merge inbound to central, a=merge 2016-08-12 13:44:29 -07:00
probes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
python Bug 1288425 - Make sure we skip invalid extensions when linting with --rev or --workdir, r=smacleod 2016-08-09 16:24:04 -04:00
rdf bug 778777 - kill off most of rdf/tests/ irc-r=ted 2016-08-18 09:23:24 -04:00
release/docker Bug 1294040 - Funsize should accept downloads from https://archive.mozilla.org r=philor a=automation DONTBUILD 2016-08-10 09:44:36 -04:00
security Merge inbound to central, a=merge 2016-08-19 18:16:20 -07:00
services merge mozilla-inbound to mozilla-central. r=merge a=merge 2016-08-22 17:28:28 +02:00
startupcache Bug 1295138 - Change NS_ASSERTION(false, "Existing entry in StartupCache.") to a NS_WARNING, r=nfroyd 2016-08-16 22:26:40 -07:00
storage Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
taskcluster Merge inbound to m-c. a=merge 2016-08-22 09:40:41 -04:00
testing Bug 1296067 - Add mach test package integration for marionette-test, r=armenzg 2016-08-17 12:04:37 -04:00
toolkit Backed out 15 changesets (bug 1195723) for various media test failures/unexpected-passes a=backout 2016-08-22 10:07:25 -07:00
tools Bug 1288425 - Make sure we skip invalid extensions when linting with --rev or --workdir, r=smacleod 2016-08-09 16:24:04 -04:00
uriloader Back out 26a015091dbc (bug 1293212) for OS X failures in /html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html 2016-08-15 19:42:54 -07:00
view Bug 1293596 (part 2) - Rework nsIWidget bounds getters. r=mstange. 2016-08-19 09:03:04 +10:00
widget Merge inbound to m-c. a=merge 2016-08-22 09:40:41 -04:00
xpcom Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
xpfe Bug 1293596 (part 4) - Tweak nsIWidget::Create. r=mstange. 2016-08-19 09:03:17 +10:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1282726 - Simple CSS Grid highlighter that displays grid lines r=pbro 2016-08-19 10:26:39 -07:00
.eslintrc
.flake8 Bug 1283129 - Flake8 linter is accidentally linting some eslint related .lint files, r=maja_zf 2016-06-29 10:37:27 -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 1289258 - Part 2 - Add mocha test for search. r=bgrins 2016-07-26 12:35:42 -04:00
.hgignore Bug 1289258 - Part 2 - Add mocha test for search. r=bgrins 2016-07-26 12:35:42 -04:00
.hgtags No bug - Tagging mozilla-central 465d150bc8be5bbf9f02a8607d4552b6a5e1697c with FIREFOX_AURORA_50_BASE a=release DONTBUILD CLOSED TREE 2016-08-01 07:05:25 -07:00
.lldbinit
.taskcluster.yml Backed out changeset fc1ed3fd8584 (bug 1291473) on suspicion of breaking decision tasks 2016-08-08 13:15:37 -07:00
.ycm_extra_conf.py Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps 2016-08-09 10:30:58 -07:00
AUTHORS
Android.mk
CLOBBER Bug 1294803 needed a CLOBBER a=CLOBBER 2016-08-19 12:12:04 -07:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1275111 - Move artifact download/install into its own tier; r=glandium 2016-06-01 13:48:53 -04:00
README.txt
aclocal.m4 merge mozilla-inbound to mozilla-central a=merge 2016-07-27 16:35:44 +02:00
build.gradle Bug 1268453 - Use Android Gradle plugin 2.1. r=mcomella 2016-04-29 14:48:43 +02:00
client.mk Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
client.py
configure.in Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
configure.py Bug 1257049 - Stop spawning a separate process for config.status from configure.py. r=gps 2016-08-19 11:11:57 +09:00
gradle.properties
gradlew
mach Bug 1279020 - [mach] Follow symlinked mach binary when searching for a srcdir, r=gps 2016-06-09 17:20:02 -04:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
moz.configure Backed out changeset c0e6aae0b93d (bug 1294803) for breaking artifact builds. 2016-08-19 11:12:07 -07:00
mozilla-config.h.in
old-configure.in Bug 1252570 - Remove mozPay. r=ehsan,mfinkle,fabrice 2016-08-22 10:42:22 +02:00
settings.gradle
test.mozbuild

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:

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