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
Перейти к файлу
Ian Moody e2be95cbc3 Bug 1470107 - Update Twemoji Mozilla to 0.4.0 (twemoji 11.4.0). r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D27865

--HG--
extra : moz-landing-system : lando
2019-04-18 17:55:43 +00:00
.cargo
.vscode
accessible
browser Bug 1470107 - Update Twemoji Mozilla to 0.4.0 (twemoji 11.4.0). r=jfkthame 2019-04-18 17:55:43 +00:00
build
caps Bug 1541858, AssertEvalNotUsingSystemPrincipal into the ContentSecurityManager and also call it for worker code r=ckerschb 2019-04-18 13:54:43 +00:00
chrome
config
db
devtools Bug 1540054 - Create fetch request from selection. r=Honza 2019-04-19 09:31:50 +00:00
docshell
dom Bug 1541290 - Close audio input from main thread to ensure that the message is not executed on a closed graph. r=pehrsons 2019-04-18 18:35:20 +00:00
editor Bug 1379466 - Make editor listen for auxclick mouse events. r=smaug,masayuki 2019-04-18 12:57:36 +00:00
extensions
gfx Bug 1544895 - when suspending ClipLeafMerging, parent to the clip_chain and not the clip. r=kats 2019-04-18 13:03:26 +00:00
gradle/wrapper
hal
image
intl
ipc
js
layout Backed out changeset ef991fe893a4 (bug 1281135) for failures in browser_bug839103.js 2019-04-19 09:18:03 +03:00
media
memory
mfbt
mobile Bug 1544525 - Update about:addons's AMO link; r=AndreiLazar 2019-04-17 09:51:57 +00:00
modules Backed out changeset ef991fe893a4 (bug 1281135) for failures in browser_bug839103.js 2019-04-19 09:18:03 +03:00
mozglue Bug 1530874 - Version the mozglue symbols on Android. r=froydnj 2019-04-18 21:39:10 +00:00
netwerk Bug 1543005 - Collect telemetry on traffic transferred through a captive portal. r=valentin 2019-04-19 09:26:48 +00:00
nsprpub
other-licenses
parser
python
remote
security
services Bug 1483077 - Replaced reference to getBrowser with gBrowser r=robwu,dao 2019-04-17 00:04:54 +00:00
servo Bug 1545440 - Don't allow to parse XUL tree pseudo-elements with a single colon. r=mats 2019-04-19 04:41:17 +00:00
startupcache
storage
taskcluster Backed out changeset 2cc5bbbfe082 (bug 1544758) for Android 1proc failures 2019-04-19 13:54:58 +03:00
testing Bug 1533762 - Disable sub-sample-buffer-stitching.html on windows 7 and linux for frequent failures. r=jmaher 2019-04-19 09:02:58 +00:00
third_party
toolkit Bug 1543005 - Collect telemetry on traffic transferred through a captive portal. r=valentin 2019-04-19 09:26:48 +00:00
tools
uriloader
view
widget Bug 1379466 - Add override pref to restore legacy non-primary click dispatch on specific domains. r=smaug 2019-04-18 12:57:37 +00:00
xpcom
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.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
AUTHORS
CLOBBER
Cargo.lock
Cargo.toml
GNUmakefile
LEGAL
LICENSE
Makefile.in
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
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.