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 0fa9f19bdf Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf
This formats the marionette-harness python tests to be a regular |mach python-test| suite. Though
we add subsuite=marionette, this is just for automation purposes. The new preferred way to run the
marionette harness tests locally is:
./mach python-test testing/marionette

They will also run if running the full suite.

The mozbase packages.txt file modifies mozlog to use 'setup.py' instead of 'pth'. The reason for
this is that the marionette-harness tests use the pytest_mozlog pytest plugin for formatting
their results (converts pytest format into something resembling the standard tbpl logging format).
In order for this plugin to get picked up however, mozlog's setup.py file needs to be processed.

MozReview-Commit-ID: Ata99evHxbd

--HG--
extra : rebase_source : 16ed70edd38a53c3279d8632d7cba3df4d5216c3
2017-02-15 16:38:45 -05:00
.cargo Bug 1277338 - Part 1: Turn js/src into the mozjs-sys crate; r=sfink 2016-10-13 16:12:42 -07:00
accessible Bug 1339779 - bail early if ipcDoc is not yet created. r=tbsaunde 2017-02-25 17:18:30 -05:00
addon-sdk Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak 2017-02-27 18:26:21 +00:00
b2g Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
browser Bug 1343507 - Search settings button moves to its own line with 150% zoom follow-up. r=florian 2017-03-01 06:31:40 -08:00
build Bug 1340594 - Make sure Cargo version check can fail. r=froydnj 2017-02-25 04:11:26 +00:00
caps Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
chrome merge mozilla-inbound to mozilla-central a=merge 2017-02-03 13:25:24 +01:00
config Bug 1302704 - part 1 - define CARGO_TARGET_DIR in the backend; r=chmanchester 2017-02-23 10:35:07 -05:00
db/sqlite3 Bug 1340028 - Remove the CLANG_VERSION macro from the in-tree SQLite. r=mak 2017-02-16 09:46:41 -05:00
devtools Bug 1338539: files with application/manifest+json Mime type should be rendered as json r=Honza 2017-02-22 15:33:39 +01:00
docshell Bug 1341657 - Properly deal with not having a frame element in nsDocShell::InternalLoad(); r=smaug 2017-02-27 09:39:50 -05:00
dom Bug 1343431 - Remove unused AbstractMediaDecoder::DispatchUpdateEstimatedMediaDuration(). r=gerald 2017-03-01 11:42:31 +08:00
editor Reenable some more stylo reftests. No bug. r=bzbarsky 2017-02-24 10:49:37 -05:00
embedding Bug 1332392 - embedding/* should have BUG_COMPONENTS specified in moz.build files. r=ted 2017-02-06 09:45:58 -05:00
extensions Bug 1340486 - Remove duplication of code at nsHttpNegotiate/NTLMAuth::TestPref and MatchesBaseURI r=mayhemer 2017-02-27 17:57:59 +01:00
gfx Bug 1342520 - Make sure when setting the default feature state to disabled, it's set to an actual failure status. r=dvander 2017-02-24 15:43:33 -05:00
gradle/wrapper Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian 2016-09-22 14:31:01 -07:00
hal Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
image Reenable several crashtests that no longer crash or leak or time out with stylo. No bug, r=bzbarsky 2017-02-24 15:22:37 -05:00
intl Bug 1341653 - Add NEWS to the local hyphen checkout to more easily track future updates. r=tjr 2017-02-27 14:25:27 -05:00
ipc Bug 1342992: Make mscom::Weakref final; r=jimm 2017-02-27 11:44:45 -07:00
js Bug 1329904 - Introduce mozIntl.DateTimeFormat. r=Waldo 2017-02-14 16:05:47 -08:00
layout Bug 1341981 Part 3 - Convert inline break status to a tri-state enum class. r=dholbert 2017-02-26 00:25:12 +08:00
media Bug 1341995 - Use negotiated values for RED and ULPFEC payload types; r=bwc 2017-02-27 09:37:30 -05:00
memory Bug 1341621 - Avoid deadlocks in DMD when forking. r=njn 2017-02-23 17:47:02 -08:00
mfbt Bug 1341951 - Remove mozilla::AlignedStorage, and inline its sole use into js::jit::RInstructionStorage. r=nbp 2017-02-22 18:27:51 -08:00
mobile Bug 1331995 - Reset text direction to locale in order to reveal text hint, r=sebastian 2017-03-01 14:04:52 +08:00
modules Bug 1342361 - Get rid of ArchiveReader API, r=smaug 2017-02-27 17:50:46 +01:00
mozglue Bug 1336344 - use sizeof(pthread_mutex_t) to size MutexImpl's platformData_; r=fitzgen 2017-02-22 16:41:35 -05:00
netwerk Bug 1335645 - Part 7 - Fix warning caused by undeclared variables r=junior 2017-02-27 19:38:10 +01:00
nsprpub Bug 1331810: enable sending of 0 size UDP packets in NSPR. r=ted 2017-01-18 11:50:12 -08:00
other-licenses Bug 1324617 - Allow any of multiple installations to be set as the Windows default browser; r=jimm,rstrong 2017-01-09 08:14:00 -08:00
parser Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09: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 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf 2017-02-15 16:38:45 -05:00
rdf Bug 1338086 - Remove useless else blocks in order to reduce complexity in rdf/util/ r=Pike 2017-02-09 10:55:42 +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 Merge inbound to central, a=merge 2017-02-27 13:34:55 -08:00
services Bug 1317667 - Use dates further in the future in test_bookmark_duping. r=kitcambridge 2017-02-27 11:44:22 -05:00
servo servo: Merge #15778 - Update WR (mix-blend-mode isolate support) (from glennw:update-wr-mbm); r=nox 2017-03-01 00:44:00 -08:00
startupcache Bug 1341794 - annotate startupcache/* moz.build file with BUG_COMPONENT. r=froydnj 2017-02-23 08:01:45 -05:00
storage Bug 1342441 - Improve the Wrong Sqlite Version message. r=asuth 2017-02-24 17:39:30 +01:00
taskcluster Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf 2017-02-15 16:38:45 -05:00
testing Bug 1335873 - Convert marionette harness unittests to standard python unittests, r=maja_zf 2017-02-15 16:38:45 -05:00
third_party/rust Bug 1341102: Revendor rust dependencies; r=bustage 2017-02-28 09:23:59 -08:00
toolkit Bug 1333270 - disable remote browser testing in test_bug263683.xul due to frequent intermittent failures. r=Gijs,jaws 2017-03-01 13:50:13 +01:00
tools Bug 1328378 (part 4) - Remove sample_obj. r=mstange. 2017-02-27 12:32:55 +11:00
uriloader Bug 1340803 - Make nsMIMEInfoWin::GetPossibleLocalHandlers check fileExt is non-empty before checking its first char. r=jimm 2017-02-18 07:31:00 -05:00
view Bug 1275347 - Move the display list profiler marker to the right place. r=mattwoodrow 2017-02-16 19:18:37 -05:00
widget Bug 1263302 Swap kVK_ISO_Section and kVK_ANSI_Grave key code values of ISO keyboard at computing KeyboardEvent.code value because macOS sends them as swapped r=m_kato 2017-02-27 18:04:30 +09:00
xpcom Bug 1342831 - devirtualize AssertIsDead(). r=gerald 2017-02-25 22:56:49 +08:00
xpfe Bug 1060419 - remove unneeded includes of prprf.h, r=froydnj 2016-12-09 10:00:01 -10:00
.clang-format Bug 1322321 - Update the clang format file to match more our coding style r=ehsan 2016-12-06 17:43:17 -10:00
.clang-format-ignore Bug 1343185 - Add the JNI generate files in the list of ignored elements r=mystor 2017-02-28 08:27:33 +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
.cron.yml Bug 1338385 - Add cron job for nightly coverage tests run; r=jmaher 2017-02-08 11:16:25 -08:00
.eslintignore Bug 1326408 - Fix ESLint errors in devtools/client/netmonitor/test and devtools/client/netmonitor/har/test. r=ntim 2017-02-26 17:11:09 +01:00
.eslintrc.js Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
.flake8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal 2016-12-08 09:53:21 -10:00
.gdbinit Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld 2016-11-16 01:13:22 -05: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 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgignore Bug 1332691: Add script to regenerate tests, update the WPT manifest and expectations; r=luke 2017-02-17 20:13:54 +01:00
.hgtags No bug - Tagging mozilla-central f80dc9fc34680105b714a49b4704bb843f5f7004 with FIREFOX_AURORA_53_BASE a=release DONTBUILD CLOSED TREE 2017-01-23 15:31:28 +00:00
.lldbinit Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky 2016-03-01 16:36:08 +00:00
.taskcluster.yml Bug 1334810: temporarily revert {{owner}}; r=garndt 2017-02-07 16:18:19 +00: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 Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
Android.mk
CLOBBER Bug 1339749 - Refactor Telemetry IPC code. r=chutten 2017-02-15 16:25:40 +01:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1339182 - Remove OSX universal support in the build system; r=glandium 2017-02-10 16:52:17 -05:00
README.txt
aclocal.m4 Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium 2016-08-08 16:58:54 -07:00
build.gradle Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian 2016-11-18 18:28:58 -08:00
client.mk Bug 1317778 - Emit a depfile with python configure dependencies so Make will know when to re-run configure. r=glandium 2016-12-02 10:05:57 -08: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 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew
mach Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
moz.build Bug 1003417 - Include testing/mozbase/moz.build from root moz.build file, r=ted 2017-02-01 09:56:33 -05:00
moz.configure Bug 1200311 - Build the gtest libxul during the compile tier instead of package-tests. r=ted 2017-02-06 14:34:07 -08:00
mozilla-config.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
old-configure.in Bug 1337162 - Enable the Linux content sandbox for non-Nightly builds. r=ted 2017-02-27 18:01:33 +01:00
settings.gradle Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian 2016-10-05 20:23:38 -07:00
test.mozbuild Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps 2015-12-01 13:57:52 +09:00

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/