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
Andrew Halberstadt ce87b08ac4 Bug 1436037 - [python] Create Windows python-test tasks, r=gps
The following python-test paths are being moved out of 'make check' and into their own task:
- python/mozlint
- testing/mozbase
- tools/lint

The following python-test paths previously did not run on Windows:
- python/mozterm
- testing/marionette
- testing/raptor
- tools/tryselect

Differential Revision: https://phabricator.services.mozilla.com/D10759

--HG--
extra : moz-landing-system : lando
2018-12-05 19:20:16 +00:00
.cargo
.vscode
accessible Bug 1507713 - Provide heading level in roleDescription. r=yzen 2018-12-05 20:13:07 +00:00
browser Bug 1483620 - Screenshots pageAction should be shown on about:reader urls. r=_6a68 2018-12-04 20:53:35 +00:00
build
caps
chrome
config
db
devtools Backed out 2 changesets (bug 1504659) for mochitest failures on test_innerWidthHeight_script.html . CLOSED TREE 2018-12-05 22:19:24 +02:00
docshell
dom Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-05 23:36:55 +02:00
editor
embedding
extensions Backed out 2 changesets (bug 1512052)for causing build bustages CLOSED TREE 2018-12-05 05:47:39 +02:00
gfx Bug 1511137 - Track more accurately when the main thread originates a resolution change. r=kats 2018-12-05 16:29:18 +00:00
gradle/wrapper
hal
image Bug 1510601 - Part 2. Improve recycling of frames when an animation is reset. r=tnikkel 2018-12-05 12:04:20 -05:00
intl Backed out 2 changesets (bug 1512052)for causing build bustages CLOSED TREE 2018-12-05 05:47:39 +02:00
ipc
js Bug 1511385 - Re-format the stack comment in BytecodeEmitter and helper classes. r=jorendorff 2018-12-05 08:46:48 -05:00
layout Backed out 2 changesets (bug 1504659) for mochitest failures on test_innerWidthHeight_script.html . CLOSED TREE 2018-12-05 22:19:24 +02:00
media Bug 1509875 - P1. Retrieve extended profile from mp4parse. r=kinetik 2018-12-05 16:54:21 +00:00
memory
mfbt
mobile Bug 1507713 - Provide heading level in roleDescription. r=yzen 2018-12-05 20:13:07 +00:00
modules Merge mozilla-inbound to mozilla-central. a=merge 2018-12-05 12:19:43 +02:00
mozglue
netwerk Bug 1506965 - Add assertions that members in bitfields are only used on the main thread r=mayhemer 2018-12-05 15:58:46 +00:00
nsprpub
other-licenses
parser
python Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
security
services
servo
startupcache
storage
taskcluster Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
testing Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
third_party
toolkit Bug 1511483 - pageAction show_matches/hide_matches should allow unrestricted schemes on privileged mozilla addons. r=mixedpuppy 2018-11-30 22:30:39 +00:00
tools Bug 1436037 - [python] Create Windows python-test tasks, r=gps 2018-12-05 19:20:16 +00:00
uriloader
view
widget Backed out 2 changesets (bug 1512052)for causing build bustages CLOSED TREE 2018-12-05 05:47:39 +02:00
xpcom
xpfe/appshell Backed out 2 changesets (bug 1512052)for causing build bustages CLOSED TREE 2018-12-05 05:47:39 +02:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Backed out 2 changesets (bug 1512052)for causing build bustages CLOSED TREE 2018-12-05 05:47:39 +02:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
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:

    https://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:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://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 https://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.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.