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
Перейти к файлу
JW Wang 8420ad6d55 Bug 1341200. Part 9 - remove unused mShuttingDown. r=jya
MozReview-Commit-ID: 8OWgOB07rEP

--HG--
extra : rebase_source : edc89b4ba3809409ddf3aa71d1c027f6bdbdb6c7
extra : intermediate-source : 71377f45a8ae845332f31761553dad1f3d2d7f85
extra : source : 5d1b66fb3a4b02aa4bd0405e03d199bbafaafb1e
2017-02-27 00:17:16 +08:00
.cargo
accessible bug 1340579 - fixup werror bustage landing on a CLOSED TREE 2017-03-01 17:45:04 -05:00
addon-sdk
b2g
browser Bug 1333713 Ensure last update check finished before starting a new one r=mossop 2017-03-01 16:44:48 -08:00
build merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
caps
chrome
config Bug 1339673 - Only force re-linking during PGO builds for the compile tier. r=glandium 2017-02-17 11:08:50 -08:00
db/sqlite3
devtools Bug 1338914 - Optimize hidden/internal script detection for devtools. r=shu 2017-02-22 12:25:36 -06:00
docshell Bug 1342303 part 3 - Remove nsCOMArray::EnumerateForwards uses in docshell. r=smaug 2017-02-24 21:32:20 +11:00
dom Bug 1341200. Part 9 - remove unused mShuttingDown. r=jya 2017-02-27 00:17:16 +08:00
editor Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
embedding
extensions
gfx Merge m-c to autoland, a=merge 2017-03-02 15:03:44 -08:00
gradle/wrapper
hal
image Backed out changeset 588c44c7a966 (bug 1058040) 2017-03-02 11:24:33 +08:00
intl merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
ipc
js Bug 1343581 - Expose wasm function return value to Debugger.Frame. r=luke 2017-03-02 13:25:17 -06:00
layout Bug 1344133 - Add simple replace for nsCOMArray. r=bholley 2017-03-03 17:22:15 +11:00
media Merge inbound to central, a=merge 2017-03-02 14:57:41 -08:00
memory Backed out changeset 24bea8bde57d (bug 1343432) for build bustage 2017-03-02 11:23:28 +08:00
mfbt
mobile Merge m-c to autoland, a=merge 2017-03-02 15:03:44 -08:00
modules Bug 1337232 - enable pref media.block-autoplay-until-in-foreground by default. r=bwu 2017-03-02 18:11:01 +08:00
mozglue Bug 1341880 - do not emit trailing \0 in PrintfState; r=glandium 2017-02-27 13:29:54 -07:00
netwerk merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
nsprpub
other-licenses
parser
probes
python Backed out changeset 2a15e34e2d22 (bug 1341962) for build bustage 2017-03-01 11:54:27 +08:00
rdf
security Merge m-c to autoland, a=merge 2017-03-02 15:03:44 -08:00
services
servo servo: Merge #15805 - layout_thread: Also reposition elements when reflowing all nodes (from emilio:reposition); r=glennw 2017-03-02 18:46:40 -08:00
startupcache
storage
taskcluster Bug 1343107 - Fix linter failures r=nthomas a=release 2017-03-02 22:40:09 -05:00
testing Bug 1343524 - Split en-US beetmover config r=jlund a=release DONTBUILD 2017-03-01 21:14:33 -05:00
third_party/rust
toolkit Bug 1333713 Ensure last update check finished before starting a new one r=mossop 2017-03-01 16:44:48 -08:00
tools merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
uriloader
view
widget Backed out 2 changesets (bug 1334975, bug 1335539) for merge conflicts a=backout 2017-03-02 14:57:21 -08:00
xpcom Bug 1342303 part 6 - Remove nsCOMArray::Enumerate{Forwards,Backwards}. r=erahm 2017-02-24 21:37:07 +11:00
xpfe Bug 1342303 part 5 - Remove nsCOMArray::EnumerateForwards uses in xpfe. r=erahm 2017-02-24 22:01:42 +11:00
.clang-format
.clang-format-ignore
.clang-tidy
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
AUTHORS
Android.mk
CLOBBER Backed out changeset 4aa866ebfeaa (bug 1322703) 2017-03-01 18:45:56 +01:00
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 Bug 1339673 - Add an option to disable building the gtest xul and set it for valgrind builds in automation. r=ted 2017-02-16 10:47:55 -08:00
mozilla-config.h.in
old-configure.in Bug 1343744 - Set _INTL_API=no on Android's beta/release build. r=snorp 2017-03-02 12:22:02 +09:00
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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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 -
    http://nightly.mozilla.org/