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
Go to file
Tanvi Vyas 09793d3496 Bug 1217152 - disable insecure password warning and enable autofill on HTTP pages for password manager tests using pwmgr_common.js. r=MattN
MozReview-Commit-ID: JfjTNOcKwLQ

--HG--
extra : rebase_source : 5d1410be854101cb57056c9456165636925de4ac
2017-01-02 17:47:22 -05:00
.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 1326209 part 2 - Change background-color to use complex color. r=dholbert 2016-12-30 02:03:29 +11:00
addon-sdk Merge m-c to autoland. a=merge 2016-12-30 10:05:04 -05:00
b2g Backed out 2 changesets (bug 1325445) for lint failures and possibly build bustage a=backout 2016-12-23 14:28:27 -08:00
browser Bug 1217152 - Flip a pref to disable autofilling saved password on HTTP pages. Flip a pref to enable showing insecure password warnings in the password field autocomplete drop down. r=MattN 2017-01-02 17:47:43 -05:00
build Backed out changeset b12680f82f7a (bug 1324488) since the thing it depended on was backed out 2016-12-31 08:55:47 -08:00
caps Bug 1323683 - Fold nsIURIWithQuery into nsIURI. r=valentin.gosu 2016-12-28 20:40:21 +09:00
chrome Bug 1323946 - Use MOZ_MUST_USE for netwerk/protocol/res r=valentin 2016-11-04 18:13:13 +08:00
config Bug 1323254 - Part 1: Update in-tree ICU to release 58.2. r=Waldo 2016-12-13 13:15:43 -08:00
db/sqlite3 Backed out changeset a8eed0b176b5 for landing with the wrong bug number in the commit message. 2016-11-30 11:35:30 -05:00
devtools Merge inbound to m-c. a=merge 2016-12-30 10:04:47 -05:00
docshell Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan 2016-12-22 16:06:50 +08:00
dom Merge m-i to m-c, a=merge 2017-01-02 10:54:20 -08:00
editor Bug 1324624 - Tweak stylo crashtest assertion annotations a bit more. 2017-01-02 16:25:22 +08:00
embedding Bug 1315105 - Part 2: Implement <link rel=prerender> behind a pref, r=smaug 2016-12-19 15:05:31 +08:00
extensions Bug 1322465 part 4 - Use explicit/MOZ_IMPLICIT for the unary constructors in extensions/. r=Ehsan 2016-12-16 15:51:26 +08:00
gfx Bug 1318769 - make SkFontHost_cairo match cairo-ft's handling of FcPattern embeddedbitmap option. r=jfkthame 2017-01-01 09:25:15 -05: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 Backed out 27 changesets (bug 1323100) for clipboard leaktest failures a=backout 2016-12-29 16:28:36 -08:00
image Bug 1323683 - Fold nsIURIWithQuery into nsIURI. r=valentin.gosu 2016-12-28 20:40:21 +09:00
intl Backed out changeset 7e747433d1c9 (bug 1301640) for causing bug 1325751. r=backout 2016-12-25 10:43:04 +09:00
ipc Backed out 27 changesets (bug 1323100) for clipboard leaktest failures a=backout 2016-12-29 16:28:36 -08:00
js Bug 1326589 - Correct CacheIR issue with uninitialized let and GetGName. r=jandem 2017-01-01 15:12:17 +01:00
layout Backed out changeset c2f49fba3f4d (part 3 of bug 1317562) for causing bug 1325910. 2017-01-02 16:49:29 -06:00
media Merge m-i to m-c, a=merge 2016-12-31 11:07:26 -08:00
memory Bug 1142403 - Part 3: jemalloc4 no longer requires ctl.c to be built in non-unified mode in debug builds. r=glandium 2016-12-22 18:54:59 -08:00
mfbt Backed out changeset b4d189ca8add (bug 1325351) for spidermonkey cgc and plain shell failure in Maybe.h. r=backout 2016-12-27 10:41:01 +01:00
mobile Merge inbound to central, a=merge 2016-12-22 18:37:07 -08:00
modules Bug 1217152 - Flip a pref to disable autofilling saved password on HTTP pages. Flip a pref to enable showing insecure password warnings in the password field autocomplete drop down. r=MattN 2017-01-02 17:47:43 -05:00
mozglue Bug 1251936 - Mark AutoSetXPCOMLoadOnMainThread's constructor as explicit 2016-12-23 21:03:21 -05:00
netwerk Backed out changeset daabf6b822f0 (bug 1321705) for Android bustage. r=backout 2016-12-30 12:39:58 +01:00
nsprpub Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer 2016-11-03 18:15:08 +08:00
other-licenses Bug 1308740 - change the minimum support OS string to Windows 7 in the modified 7-Zip stub source. r=mhowell 2016-11-23 11:42:58 -08:00
parser Backed out 7 changesets (bug 1322938) for test_lowDiskSpace.html failures on android a=backout 2016-12-23 20:55:55 -08:00
probes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
python Bug 1292649 - Use default-jdk instead of an explicit version of the jdk r=nalexander 2016-12-29 19:44:57 +01:00
rdf Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05: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 No bug, Automated HPKP preload list update from host bld-linux64-spot-030 - a=hpkp-update 2017-01-02 07:03:46 -08:00
services Bug 1319175 - Switch to JSONFile for tracker persistence. r=markh 2016-12-20 12:25:27 -07:00
startupcache Backed out 27 changesets (bug 1323100) for clipboard leaktest failures a=backout 2016-12-29 16:28:36 -08:00
storage Backed out 27 changesets (bug 1323100) for clipboard leaktest failures a=backout 2016-12-29 16:28:36 -08:00
taskcluster Merge m-i to m-c, a=merge 2016-12-31 11:07:26 -08:00
testing Merge inbound to central, a=merge 2016-12-30 16:56:03 -08:00
third_party/rust Bug 1323390 - Support audio profile in mp4 rust parser. r=kinetik 2016-12-14 16:01:43 +08:00
toolkit Bug 1217152 - disable insecure password warning and enable autofill on HTTP pages for password manager tests using pwmgr_common.js. r=MattN 2017-01-02 17:47:22 -05:00
tools Bug 1253155 - remove test_saved_stacks.js as it isn't useful. r=fitzgen 2016-12-30 12:30:17 -05:00
uriloader Bug 1170190 - Part 2: Add the nsIHttpChannel::IsTrackingResource() API to query the channel's tracking annotation; r=mayhemer 2016-12-23 14:40:11 -05:00
view Bug 1323606. Implement the pref layout.show_previous_page for e10s. r=gw280 r=mats 2016-12-19 17:34:00 -06:00
widget Bug 1326209 part 2 - Change background-color to use complex color. r=dholbert 2016-12-30 02:03:29 +11:00
xpcom Bug 1325075 - Fix Value::isGCThing footgun, stop returning true for NullValue. r=jonco,baku 2016-12-26 16:40:21 +01:00
xpfe Bug 1315105 - Part 2: Implement <link rel=prerender> behind a pref, r=smaug 2016-12-19 15:05:31 +08: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 1313040 - Update the list of ignored directories/files with clang-format r=mystor 2016-11-14 15:42:55 +01: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
.eslintignore Backed out changeset 67611ffb1fef (bug 1325213) for failures in test_require_lazy.js 2016-12-29 19:01:37 -08:00
.eslintrc.js Bug 1322954 - Replace deprecated no-negated-in-lhs ESLint option with no-unsafe-negation. r=markh 2016-12-11 20:53:18 -08: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 Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher 2016-11-07 19:35:12 -05:00
.hgtags No bug - Tagging mozilla-central 1196bf3032e1bce1fb07a01fd9082a767426c5fb with FIREFOX_AURORA_52_BASE a=release DONTBUILD CLOSED TREE 2016-11-14 13:28:09 +01:00
.lldbinit
.taskcluster.yml Bug 1269443: remove now-unnecessary scopes; r=bstack 2016-09-27 15:57:51 +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
aclocal.m4 Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium 2016-08-08 16:58:54 -07:00
Android.mk
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
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
CLOBBER Backed out 7 changesets (bug 1322938) for test_lowDiskSpace.html failures on android a=backout 2016-12-23 20:55:55 -08:00
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
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
Makefile.in bug 1286934 - Switch to using sccache2. r=gps 2016-08-25 18:39:57 -04:00
moz.build bug 1295937 - build NSS using gyp files. r=glandium 2016-11-09 12:37:09 -05:00
moz.configure 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
mozilla-config.h.in
old-configure.in Bug 1326234 - Update in-tree libpng to version 1.6.27 (old-configure.in). r=jrmuizel 2016-12-31 07:05:00 -05:00
README.txt
settings.gradle Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian 2016-10-05 20:23:38 -07:00
test.mozbuild

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/