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
Перейти к файлу
jeffin143 9b7464720b Bug 1598348 : convert NS_STYLE_OBJECT_FIT_* to an enum class in nsStyleConsts.h r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D54153

--HG--
extra : moz-landing-system : lando
2019-11-25 15:40:50 +00:00
.cargo
.vscode
accessible
browser Bug 1595565 - Previewing a message from the devtools should work around delays r=pdahiya 2019-11-18 18:05:53 +00:00
build
caps
chrome
config
devtools Bug 1599080 - Integrate the devtools doc in https://firefox-source-docs.mozilla.org/ r=nchevobbe 2019-11-25 14:00:33 +00:00
docshell
dom Bug 1598559 - Do not forget runnable within loop. r=dom-workers-and-storage-reviewers,janv 2019-11-25 14:30:54 +00:00
editor Bug 1598539 : convert NS_STYLE_IME_MODE_* to an enum class in nsStyleConsts.h r=emilio 2019-11-25 15:41:18 +00:00
extensions
gfx Bug 1598328 - Support FxR PC chrome UI on non-Windows machines r=bgrins,Gijs,florian 2019-11-25 12:55:21 +00:00
gradle/wrapper
hal
image
intl Bug 1598656 - Ensure RoUninitialize is not called until after the COMPtr<>s have been released. r=emk 2019-11-25 13:55:05 +00:00
ipc
js
layout Bug 1598348 : convert NS_STYLE_OBJECT_FIT_* to an enum class in nsStyleConsts.h r=emilio 2019-11-25 15:40:50 +00:00
media
memory
mfbt
mobile Backed out changeset 0a9eca512151 (bug 1598593) for causing lint failures in mach_commands.py CLOSED TREE 2019-11-25 16:30:33 +02:00
modules
mozglue
netwerk Bug 1598647 - Set Origin to null with network.http.referer.hideOnionSource r=JuniorHsu 2019-11-25 13:29:47 +00:00
nsprpub
other-licenses
parser Bug 1594672 - Add the "as" attribute to the HTML parser. r=alchen 2019-11-22 16:55:58 +00:00
python
remote
security No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-11-25 13:53:13 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-11-25 13:53:13 +00:00
servo Bug 1598348 : convert NS_STYLE_OBJECT_FIT_* to an enum class in nsStyleConsts.h r=emilio 2019-11-25 15:40:50 +00:00
startupcache
storage
taskcluster No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=bhearsum 2019-11-25 15:19:46 +00:00
testing Bug 1595564 - Dispatch TestRendered event for wpt reftests with reftest-wait, r=maja_zf,mattwoodrow,marionette-reviewers 2019-11-25 14:54:51 +00:00
third_party
toolkit Bug 1584391 - Re-enable test logic and remove debugging code r=rpl 2019-11-25 14:56:45 +00:00
tools Bug 1599080 - Integrate the devtools doc in https://firefox-source-docs.mozilla.org/ r=nchevobbe 2019-11-25 14:00:33 +00:00
uriloader
view
widget Backed out changeset 270e007adcd2 (bug 1594145) for causing browser-chrome failures in browser_Troubleshoot.js 2019-11-25 14:51:07 +02:00
xpcom
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.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
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.