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
Перейти к файлу
Ryan VanderMeulen 14f9caa11f Bug 1574252 - Run Windows ASAN builds and tests on all branches. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D47636

--HG--
extra : moz-landing-system : lando
2019-09-30 17:08:25 +00:00
.cargo
.vscode
accessible Bug 1584465: Null check parent accessible before attribute check to cover root case. r=Jamie 2019-09-30 16:23:30 +00:00
browser Bug 1504254 - Edit prefs on double click r=paolo 2019-09-30 16:06:39 +00:00
build Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
caps
chrome
config
devtools Bug 1579133 - Screenshot page content with embedded RDM UI. r=gl 2019-09-30 14:59:01 +00:00
docshell Bug 1584374 - Unblock parent load events for OOP iframes that don't send an actual load event. r=kmag 2019-09-29 23:51:59 +00:00
dom Bug 1584290 - Enable many reftests on Android; r=geckoview-reviewers,snorp 2019-09-30 16:34:16 +00:00
editor Bug 1584290 - Enable many reftests on Android; r=geckoview-reviewers,snorp 2019-09-30 16:34:16 +00:00
extensions
gfx Merge mozilla-central to autoland. CLOSED TREE 2019-09-30 13:37:30 +03:00
gradle/wrapper
hal
image Bug 1584290 - Enable many reftests on Android; r=geckoview-reviewers,snorp 2019-09-30 16:34:16 +00:00
intl
ipc
js Bug 1583816 - Add BaseScript::functionNonDelazifying() and simplify code r=jandem 2019-09-30 08:45:54 +00:00
layout Bug 1584290 - Enable many reftests on Android; r=geckoview-reviewers,snorp 2019-09-30 16:34:16 +00:00
media
memory
mfbt Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
mobile Bug 1567549 - Removes incorrect empty field-value filter r=geckoview-reviewers,snorp 2019-09-11 18:24:27 +00:00
modules Bug 1583986 - add pref to control ffvpx mp3 decoding so we can turn it off if needed. r=bwc,jya 2019-09-30 14:29:08 +00:00
mozglue
netwerk No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2019-09-30 13:11:37 +00:00
nsprpub
other-licenses
parser Bug 1546783 - Speculatively load @import rules inside <style>. r=bzbarsky,hsivonen 2019-09-30 13:39:33 +00:00
python
remote
security Bug 1577822 - land NSS 5619cbbca3db UPGRADE_NSS_RELEASE, r=kjacobs 2019-09-30 16:26:14 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2019-09-30 13:11:37 +00:00
servo
startupcache Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
storage
taskcluster Bug 1574252 - Run Windows ASAN builds and tests on all branches. r=dmajor 2019-09-30 17:08:25 +00:00
testing Bug 1582914 - updated expectation on Android for operator-dictionary-001.html. r=jgraham 2019-09-30 15:38:12 +00:00
third_party
toolkit Bug 1521298 - Remove XUL grid layout from toolkit/components/printing/content/printPageSetup.xul. r=mconley 2019-09-27 19:03:27 +00:00
tools Bug 1579845 - Add a test to the mozlint check: license r=ahal 2019-09-30 14:56:12 +00:00
uriloader Bug 1584374 - Unblock parent load events for OOP iframes that don't send an actual load event. r=kmag 2019-09-29 23:51:59 +00:00
view
widget Bug 1536747 - [Linux] PictureInPicture window - open window manager menu on right mouse click, r=jhorak 2019-09-27 15:14:23 +00:00
xpcom
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
.cron.yml Bug 1583650 - Add general performance testing cron task. r=perftest-reviewers,davehunt 2019-09-27 15:51:46 +00:00
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock
Cargo.toml
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1540276: Migrate authenticode signing to autograph r=Callek,mshal 2019-09-30 13:57:32 +00:00
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
settings.gradle
substitute-local-geckoview.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:

    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.