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
Перейти к файлу
Bobby Holley d9c60f139c Bug 1512287 - Expose dirty regions to wrench. r=gw
Depends on D17991

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

--HG--
extra : moz-landing-system : lando
2019-01-30 08:57:37 +00:00
.cargo
.vscode
accessible Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-29 23:54:31 +02:00
browser Bug 1523773 - When the heuristic result is a URL, make its secondary text "Visit" and make it an action. r=dao 2019-01-30 10:10:34 +00:00
build Merge inbound to mozilla-central. a=merge 2019-01-30 19:03:12 +02:00
caps Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-29 23:54:31 +02:00
chrome
config Merge inbound to mozilla-central. a=merge 2019-01-29 23:37:33 +02:00
db
devtools Backed out 8 changesets (bug 1465635) for failures on browser_canvas-actor-test-10.js, browser_target_server_compartment.js CLOSED TREE 2019-01-30 18:54:05 +02:00
docshell Bug 1521149 - Keep track of all BrowsingContext object in a BrowsingContextGroup r=nika 2019-01-30 16:07:21 +00:00
dom Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-30 19:06:00 +02:00
editor
embedding
extensions
gfx Bug 1512287 - Expose dirty regions to wrench. r=gw 2019-01-30 08:57:37 +00:00
gradle/wrapper
hal
image
intl Backed out 2 changesets (bug 1523457) for test_domloc* failures CLOSED TREE 2019-01-30 17:45:55 +02:00
ipc
js Merge inbound to mozilla-central. a=merge 2019-01-30 19:03:12 +02:00
layout Bug 1521579 - Only transform one bounding rect for text nodes when computing scroll anchoring bounding rect. r=dholbert 2019-01-30 14:42:58 +00:00
media Bug 1523412: compare GetStreamCaps return values against S_OK. r=dminor 2019-01-29 21:21:33 +00:00
memory
mfbt
mobile Bug 1523572 Increment Leanplum's version r=sdaswani 2019-01-29 18:29:09 +00:00
modules Bug 1523788 - Allow gfx.webrender.{all,enabled} on non-Nightly channels. r=jrmuizel 2019-01-30 00:21:33 +00:00
mozglue
netwerk Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-29 23:54:31 +02:00
nsprpub
other-licenses
parser
python Merge inbound to mozilla-central. a=merge 2019-01-30 19:03:12 +02:00
security Merge inbound to mozilla-central. a=merge 2019-01-30 06:07:01 +02:00
services Merge mozilla-central to mozilla-inbound 2019-01-29 02:55:55 +02:00
servo
startupcache
storage
taskcluster Bug 1523444 - Don't try to push to release candidate directories. r=tomprince 2019-01-29 05:54:54 +00:00
testing Bug 1523318 - [geckodriver] Update releasing documentation. r=ato 2019-01-30 14:43:25 +00:00
third_party
toolkit Bug 1521149 - Keep track of all BrowsingContext object in a BrowsingContextGroup r=nika 2019-01-30 16:07:21 +00:00
tools Merge mozilla-inbound to mozilla-central. a=merge 2019-01-29 12:01:56 +02:00
uriloader Merge mozilla-central to mozilla-inbound 2019-01-29 02:55:55 +02:00
view
widget Backed out 4 changesets (bug 1515774) for mochitest failrues at test_group_touchevents-3.html and test_touch_action.html. 2019-01-30 04:39:55 +02:00
xpcom Merge inbound to mozilla-central. a=merge 2019-01-30 06:07:01 +02:00
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 Bug 1521264 - add clientId to action context + description. r=dustin 2019-01-29 20:46:13 +00:00
.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
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.