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
Перейти к файлу
brainbreaker a8343a4b4b Bug 1312686 - Link "default browser" setting to app info screen on Android 7+; r=sebastian
Added support for changing default browser by opening settings screen in API Levels >=24.

MozReview-Commit-ID: 5rxJm6hQQ4A

--HG--
extra : rebase_source : e8fc23bc658e216c04c27e10067c16abf2b0cd5c
2017-02-15 02:27:26 +05:30
.cargo Bug 1277338 - Part 1: Turn js/src into the mozjs-sys crate; r=sfink 2016-10-13 16:12:42 -07:00
accessible Bug 1338086 - Remove useless else blocks in order to reduce complexity accessible/atk r=davidb 2017-02-14 15:01:23 +01:00
addon-sdk Bug 1339483: Fix tab frame lookup performance issues. r=mossop 2017-02-14 13:24:07 -08:00
b2g Bug 1338311 - Update builders to rust 1.15.1. r=mshal 2017-02-09 14:43:26 -08:00
browser Bug 1224528 - Load initial JSON files for blocklist r=mgoodwin 2016-12-11 14:37:22 -10:00
build merge mozilla-inbound to mozilla-central a=merge 2017-02-15 12:21:44 +01:00
caps Bug 1339213 - Inline IsRestrictOpenerAccessForFPI, r=tihuang 2017-02-14 13:45:35 +02:00
chrome merge mozilla-inbound to mozilla-central a=merge 2017-02-03 13:25:24 +01:00
config Bug 1337895 - Make the pkg-config rust crate happy when cross-compiling. r=froydnj 2017-02-08 14:13:50 -05:00
db/sqlite3 Bug 1339321 - Upgrade to SQLite 3.17.0. r=mak 2017-02-13 23:05:10 -05:00
devtools Bug 1338086 - Remove useless else blocks in order to reduce complexity devtools/shared/ r=fitzgen 2017-02-09 10:09:21 +01:00
docshell Merge mozilla-central to autoland 2017-02-15 12:59:23 +01:00
dom Bug 1338086 - Remove useless else blocks in order to reduce complexity in dom/base/ r=Ehsan 2017-02-09 15:44:02 +01:00
editor Bug 1339341- Downgrade several stylo errors to warnings. r=heycam 2017-02-14 18:26:10 +11:00
embedding Bug 1332392 - embedding/* should have BUG_COMPONENTS specified in moz.build files. r=ted 2017-02-06 09:45:58 -05:00
extensions Bug 1338086 - Remove useless else blocks in order to reduce complexity in extensions/gio/ r=Dolske 2017-02-09 10:35:39 +01:00
gfx Bug 1338086 - Remove useless else blocks in order to reduce complexity in gfx/ r=nical 2017-02-09 13:39:27 +01:00
gradle/wrapper Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian 2016-09-22 14:31:01 -07:00
hal Bug 1324428 - Simplified preallocated process manager. r=billm 2017-02-01 13:34:24 +01:00
image Bug 1338086 - Remove useless else blocks in order to reduce complexity image/ r=dholbert 2017-02-10 13:52:27 +01:00
intl Bug 1338928: Add constexpr to static data under intl/ for better codegen on Windows. r=emk 2017-02-15 15:08:31 +13:00
ipc Bug 1339327 (part 5) - Rename some profiler functions related to sleeping. r=mstange. 2017-02-15 14:26:23 +11:00
js Bug 1338086 - Remove useless else blocks in order to reduce complexity in js/ r=bbouvier 2017-02-14 15:50:56 +01:00
layout Bug 1338086 - Remove useless else blocks in order to reduce complexity in layout/ r=heycam 2017-02-09 11:48:59 +01:00
media Bug 1338086 - Remove useless else blocks in order to reduce complexity in media/webrtc/signaling/ r=jesup 2017-02-14 16:28:38 +01:00
memory Bug 1338086 - Remove useless else blocks in order to reduce complexity in memory/ r=njn 2017-02-09 11:24:39 +01:00
mfbt Bug 1338374 - Use alignas/alignof to define Variant's internal raw storage. r=froydnj 2017-01-30 15:56:05 -08:00
mobile Bug 1312686 - Link "default browser" setting to app info screen on Android 7+; r=sebastian 2017-02-15 02:27:26 +05:30
modules Bug 1338086 - Remove useless else blocks in order to reduce complexity modules/libmar/ r=mhowell 2017-02-09 10:54:04 +01:00
mozglue Bug 1338086 - Remove useless else blocks in order to reduce complexity in mozglue/misc/ r=froydnj 2017-02-09 10:55:26 +01:00
netwerk Bug 1338086 - Remove useless else blocks in order to reduce complexity in netwerk/ r=dragana 2017-02-09 11:21:38 +01:00
nsprpub Bug 1331810: enable sending of 0 size UDP packets in NSPR. r=ted 2017-01-18 11:50:12 -08:00
other-licenses Bug 1324617 - Allow any of multiple installations to be set as the Windows default browser; r=jimm,rstrong 2017-01-09 08:14:00 -08:00
parser Bug 1339341- Downgrade several stylo errors to warnings. r=heycam 2017-02-14 18:26:10 +11:00
probes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
python merge mozilla-inbound to mozilla-central a=merge 2017-02-15 12:21:44 +01:00
rdf Bug 1338086 - Remove useless else blocks in order to reduce complexity in rdf/util/ r=Pike 2017-02-09 10:55:42 +01:00
release/docker bug 1314574 replace sys.path with site.addsitedir so that .pth files are processed. r=rail a=release DONTBUILD 2016-11-02 10:43:57 +00:00
security Bug 1338086 - Remove useless else blocks in order to reduce complexity in security/sandbox/linux/ r=gcp 2017-02-09 10:56:05 +01:00
services Bug 1224528 - Load initial JSON files for blocklist r=mgoodwin 2016-12-11 14:37:22 -10:00
servo servo: Merge #15511 - Fix fmt::Display vs fmt::Debug URL (from r3c0d3x:patch-1); r=Wafflespeanut 2017-02-11 09:36:43 -08:00
startupcache Bug 1334796 : Removes redundant return statement in void function r=froydnj 2017-01-29 06:25:51 +05:30
storage Bug 1335983 - Migrate nsCollation::CreateCollection to use LocaleService::GetAppLocale. r=jfkthame 2017-02-07 12:52:03 -08:00
taskcluster Bug 1339592 - Increase timeout for SETA api; r=jmaher 2017-02-15 08:19:56 -05:00
testing Bug 1338086 - Remove useless else blocks in order to reduce complexity testing/mochitest/ssltunnel/ r=jmaher 2017-02-09 10:53:11 +01:00
third_party/rust Bug 1336607 - Update vendored Rust sources to include geckolib dependencies; r=froydnj 2017-02-10 12:19:18 -08:00
toolkit Bug 1338086 - Remove useless else blocks in order to reduce complexity in toolkit/components/telemetry/ r=Dexter 2017-02-09 10:52:55 +01:00
tools Bug 1224528 - Load initial JSON files for blocklist r=mgoodwin 2016-12-11 14:37:22 -10:00
uriloader Bug 1338086 - Remove useless else blocks in order to reduce complexity in uriloader/exthandler/unix/ r=froydnj 2017-02-09 15:27:10 +01:00
view Bug 1338086 - Remove useless else blocks in order to reduce complexity in view/ r=tnikkel 2017-02-09 10:42:41 +01:00
widget Bug 1338086 - Remove useless else blocks in order to reduce complexity in widget/xremoteclient/ r=nical 2017-02-09 10:58:40 +01:00
xpcom Bug 1338086 - Remove useless else blocks in order to reduce complexity in xpcom/ r=froydnj 2017-02-09 15:31:35 +01:00
xpfe Bug 1336230 - Rename macsuppressanimation and CHROME_MAC_SUPPRESS_ANIMATION to be platform agnostic. r=jimm 2017-02-03 16:04:33 -05:00
.clang-format Bug 1322321 - Update the clang format file to match more our coding style r=ehsan 2016-12-06 17:43:17 -10:00
.clang-format-ignore Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
.clang-tidy Bug 1319396 - Update the list of checkers in the .clang-tidy file r=Ehsan 2016-11-22 12:30:19 +01:00
.cron.yml Bug 1338385 - Add cron job for nightly coverage tests run; r=jmaher 2017-02-08 11:16:25 -08:00
.eslintignore Bug 1326412 - Fix ESLint issues in devtools/shared/webconsole/test/common.js. r=jryans 2017-02-13 19:16:56 +00:00
.eslintrc.js Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
.flake8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal 2016-12-08 09:53:21 -10:00
.gdbinit Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld 2016-11-16 01:13:22 -05:00
.gdbinit_python bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium 2016-06-02 13:33:07 -04:00
.gitignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgignore NO BUG - Add subinclude:servo/.hgignore to root .hgignore 2017-02-08 11:41:52 -08:00
.hgtags No bug - Tagging mozilla-central f80dc9fc34680105b714a49b4704bb843f5f7004 with FIREFOX_AURORA_53_BASE a=release DONTBUILD CLOSED TREE 2017-01-23 15:31:28 +00:00
.lldbinit
.taskcluster.yml Bug 1334810: temporarily revert {{owner}}; r=garndt 2017-02-07 16:18:19 +00:00
.ycm_extra_conf.py Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps 2016-08-09 10:30:58 -07:00
AUTHORS Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
Android.mk
CLOBBER Bug 1337233 - Part 2: Update cross-compile OS X builds to clang 3.9; r=froydnj 2017-02-08 09:48:28 -05:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1329355 - Remove MOZ_AUTOMATION_PRETTY*; r=ted 2017-01-10 11:07:13 -05:00
README.txt
aclocal.m4 Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium 2016-08-08 16:58:54 -07:00
build.gradle Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian 2016-11-18 18:28:58 -08:00
client.mk Bug 1317778 - Emit a depfile with python configure dependencies so Make will know when to re-run configure. r=glandium 2016-12-02 10:05:57 -08:00
client.py
configure.in Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
configure.py Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
git Bug 1335050 - Allow customization of object rep's title generation. r=Honza 2017-02-08 10:49:14 -05:00
gradle.properties
gradlew
mach Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
moz.build bug 1295937 - build NSS using gyp files. r=glandium 2016-11-09 12:37:09 -05:00
moz.configure Bug 1197325 - Remove now unused genisoimage. r=ted 2017-02-02 10:10:27 -05:00
mozilla-config.h.in
old-configure.in Bug 1339321 - Upgrade to SQLite 3.17.0. r=mak 2017-02-13 23:05:10 -05:00
settings.gradle Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian 2016-10-05 20:23:38 -07:00
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/