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
Перейти к файлу
Emilio Cobos Álvarez f8233b4454 Bug 1456471: Remove nsCSSParser.h. r=xidorn
MozReview-Commit-ID: 4qa7llzCXeR
2018-04-25 10:38:37 +02:00
.cargo
.vscode
accessible Bug 1454598 - part 2 - Allow variation fonts to record a weight range in gfxFontEntry, and update font-matching to handle ranges. r=jwatt 2018-04-25 07:18:23 +01:00
browser Merge inbound to mozilla-central. a=merge 2018-04-25 00:50:59 +03:00
build Merge inbound to mozilla-central. a=merge 2018-04-24 04:14:21 +03:00
caps
chrome
config
db
devtools Merge inbound to mozilla-central. a=merge 2018-04-25 00:50:59 +03:00
docshell
dom Bug 1456471: Remove nsCSSParser.h. r=xidorn 2018-04-25 10:38:37 +02:00
editor Bug 1456377 - Move composition event handlers from EditorBase to TextEditor r=m_kato 2018-04-19 00:31:51 +09:00
embedding
extensions Merge mozilla-inbound to mozilla-central. a=merge 2018-04-21 12:31:28 +03:00
gfx Bug 1454598 - part 3 - Use WeightRange more extensively in place of FontWeight throughout user-font handling and font-entry creation, and handle Stretch and SlantStyle similarly. r=jwatt 2018-04-25 07:18:23 +01:00
gradle/wrapper
hal
image Bug 1444537 - Part 4. Add gtests for AnimatedFrameBuffer for redecode errors. r=tnikkel 2018-04-24 13:51:38 -04:00
intl
ipc Bug 777067 - Fuzzing: IPC Protocol Definition Language (IPDL) Protocols. r=jld 2018-04-24 20:10:15 +02:00
js Bug 1456470: Mark a few fields as protected in ARM classes to avoid unused private fields warnings; r=mgaudet 2018-04-24 15:35:57 +02:00
layout Bug 1456471: Remove nsCSSParser.h. r=xidorn 2018-04-25 10:38:37 +02:00
media Bug 1456500: Disable PGO for Win64 aom to speed up builds. r=froydnj 2018-04-24 11:15:13 -04:00
memory
mfbt
mobile Bug 1455165 - Filter external apps out if needed. r=mcomella 2018-04-18 17:16:00 +03:00
modules Bug 1455218 - Add public Etherpad URIs into the blacklist to take back the legacy keypress event behavior r=smaug 2018-04-19 16:24:00 +09:00
mozglue Bug 1456054: Verify that a redirected address is accessible and backed by an image; r=handyman 2018-04-23 15:07:54 -06:00
netwerk Bug 1442551 - Console log added for NS_ERROR_DOM_BAD_URI. r=ckerschb 2018-04-25 09:38:59 +03:00
nsprpub
other-licenses
parser
python Merge inbound to mozilla-central. a=merge 2018-04-25 00:50:59 +03:00
rdf
security Merge inbound to mozilla-central. a=merge 2018-04-25 00:50:59 +03:00
services Bug 1372694 - Stop making the default theme a heavyweight theme. r=kmag,aswan 2018-04-01 13:53:31 +02:00
servo Bug 1456471: Unify MediaList and ServoMediaList. r=xidorn 2018-04-25 10:37:04 +02:00
startupcache
storage
taskcluster Backed out rust 1.25 update due to breaking Windows rust oom stack traces (bug 1447116) 2018-04-24 12:07:49 -07:00
testing Bug 1455940 - Remove constructors from SVGNumber r=mystor 2018-04-25 07:00:36 +01:00
third_party
toolkit Bug 1447551 Part 2: Convert webRequest to persistent events r=mixedpuppy,kmag 2018-04-20 11:41:30 -07:00
tools Bug 777067 - Fuzzing: IPC Protocol Definition Language (IPDL) Protocols. r=jld 2018-04-24 20:10:15 +02:00
uriloader
view Bug 1455691 - Make the transaction id a struct instead of a uint64_t. r=mattwoodrow 2018-04-20 15:13:06 -04:00
widget Bug 1454897 - Ubuntu/Ambiance - Render scrollbar thumb with different sizes in active/normal state, r=jhorak 2018-04-24 12:27:38 +02:00
xpcom Merge inbound to mozilla-central. a=merge 2018-04-25 00:50:59 +03:00
xpfe
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml Bug 1456379: Remove references to `date` branch; r=aki 2018-01-23 14:48:27 -07:00
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.inferconfig
.lldbinit
.mailmap
.taskcluster.yml Bug 1455448: Don't include `firefox` in the decision task index; r=dustin,mshal,rail,Callek a=release 2018-04-19 15:32:02 -06:00
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1454878 - Update WrExternalLogHandler as to use env_logger r=jrmuizel 2018-04-25 12:05:26 +09:00
Cargo.toml
GNUmakefile
LEGAL
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
mach
moz.build Bug 1425929 - test-verify jobs should pick a virtualization appropriate to the test. r=gbrown 2018-04-24 10:20:19 -04:00
moz.configure
mozilla-config.h.in
npm-shrinkwrap.json Bug 1432181 - Revert spurious npm-shrinkwrap.json changes r=me CLOSED TREE 2018-04-23 22:18:02 +02:00
old-configure.in
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.]

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 -
    https://nightly.mozilla.org/