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
Перейти к файлу
B2G Bumper Bot 6bc159d444 Bumping gaia.json for 15 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a8813212f91
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31725 from Cwiiis/bug1202190-new-homescreen-drop-icon-at-end

Bug 1202190 - Fix dropping icons at end of apps grid. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/6c93e6b84bb0
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1202190 - Fix dropping icons at end of apps grid. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/f463ad0f94c6
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #31115 from cr/lockscreentouch

Bug 1187979 - Improve Inputpad's touch and visual feeback. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/6ff46a505baf
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Fixing linter whine

========

https://hg.mozilla.org/integration/gaia-central/rev/aa0ff751addc
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Adapting and improving InputPad tests

This is a major rewrite of InputPad tests, mostly triggered by the
restructuring. It also adds tests for previously uncovered code like
the keyi input handling, password checking, the emergency dialer, and
event handling in general.

========

https://hg.mozilla.org/integration/gaia-central/rev/f0ff8ff55386
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Rewriting event handling and helper functions

This is a minor rewrite of InputPad's event handling and a major
rewrite of its helper functions. The event handler now delegates do
separate handlers for each touch/click event, creating a more compact
function design. Much of the internal state logic has been moved away
to be encapsulated in the helper functions.

The set of helper functions was restructured and rewritten to capture
more shared code between event handlers, to have consistent arguments,
and with unit testing in mind. Helpers now consistently take keypad
anchor elements as arguments where possible. They were also rewritten
to properly handle null arguments which result when events land outside
of the keypad.

========

https://hg.mozilla.org/integration/gaia-central/rev/564ab745ebbf
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Added comments and gweng's changes

========

https://hg.mozilla.org/integration/gaia-central/rev/6ab7d4221cf4
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Work around eslint whining about unsafe innerHTML

========

https://hg.mozilla.org/integration/gaia-central/rev/7c064d566eec
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Prevent vibrate on pending error timeout

========

https://hg.mozilla.org/integration/gaia-central/rev/56a039ae115f
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Linter fix for Inputpad test

========

https://hg.mozilla.org/integration/gaia-central/rev/33aaab73d445
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Improving InputPad tests

========

https://hg.mozilla.org/integration/gaia-central/rev/4e67fe574b31
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Fix DOM node comparison

========

https://hg.mozilla.org/integration/gaia-central/rev/aab3b048ec8d
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Improve visual and touch feedback of Inputpad

Inputpad looks and feels wonky compared to the slick lock and feel of
the keyboard panel used while setting the pass code in Settings. Much of
the reason comes from that it only vibrates on key release, the other
that it does not behave well when the user is sliding a finger over the
keys. There is also a considerable delay between touching a key and a
visual reaction to the extent that it's skipped when typing mildly fast.

This patch addresses all of the above:

- make InputPad vibrate instantly on touch
- make InputPad respect user's touchmove
- visualize key presses instantly

========

https://hg.mozilla.org/integration/gaia-central/rev/502a5ae6645d
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #31187 from TheoChevalier/bug1189532-add-bm-mg

Bug 1189532 - Add Bambara (bm) and Malagasy (mg) locales to master. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/8f1b63bbe9f7
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1189532 - Add Bambara (bm) and Malagasy (mg) locales to master and 2.2 builds
2015-09-07 08:45:18 -07:00
accessible Bug 1201146 - Introduce "Section" traversal rule. r=yzen 2015-09-04 10:04:19 -07:00
addon-sdk Bug 1202019 - Remove old Jetpack test command. r=Mossop 2015-09-04 23:16:08 -05:00
b2g Bumping gaia.json for 15 gaia revision(s) a=gaia-bump 2015-09-07 08:45:18 -07:00
browser Bug 1194725 - Fix broken selectors for sizing nested toolbar button icons. r=jaws 2015-09-06 17:48:54 +02:00
build Bug 1170388 - Removed an outdated workaround for old clang versions in the static analysis plugin. r=mystor 2015-09-04 12:37:33 -04:00
caps Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
chrome Bug 1194153 - Chrome Registry's convertChromeURL shouldn't crash when given a null url, r=bsmedberg. 2015-09-04 11:39:08 +02:00
config Bug 1170072 - Part 2. Use ICU instead of GetCharProps1 and its supporting data if ICU is turned on. r=jfkthame 2015-09-07 11:56:13 +09:00
db/sqlite3 Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
docshell Bug 1200118 - Create a barebones TimelineMarker abstract class, r=tromey 2015-09-04 14:13:11 +02:00
dom Merge m-i to m-c, a=merge 2015-09-05 20:19:43 -07:00
editor Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE 2015-09-04 20:29:48 +02:00
embedding Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
extensions Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE 2015-09-04 20:29:48 +02:00
gfx Remove a pref that forces directwrite on when D2D is blocked. (bug 1193641, r=milan) 2015-09-04 17:47:49 -07:00
hal Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
image Bug 1151694 - Part 2 - imgTools should be inside mozilla::image namespace. r=bbirtles 2015-09-03 23:00:00 +02:00
intl Bug 1170072 - Part 2. Use ICU instead of GetCharProps1 and its supporting data if ICU is turned on. r=jfkthame 2015-09-07 11:56:13 +09:00
ipc Bug 1201329 - Use AlignedStorage2 instead of char[] for IPDL union members. r=billm 2015-09-03 21:56:59 -07:00
js Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures 2015-09-05 13:49:39 -07:00
layout Merge inbound to central, a=merge 2015-09-04 15:34:42 -07:00
media Bug 1094447 - Use UDP/TLS/RTP/SAVPF for audio/video m-lines. r=drno 2015-09-01 17:15:30 -05:00
memory Bug 1201792 - s/MOZ_JEMALLOC3/MOZ_JEMALLOC4/. r=njn 2015-09-04 15:15:47 +09:00
mfbt Bug 1193600 - Add Clamp and IsPowerOfTwo to MFBT. - r=waldo 2015-09-04 13:33:10 -07:00
mobile Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures 2015-09-05 13:49:39 -07:00
modules Remove a pref that forces directwrite on when D2D is blocked. (bug 1193641, r=milan) 2015-09-04 17:47:49 -07:00
mozglue Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
netwerk Backout bug 1191423 for test bustage on a CLOSED TREE 2015-09-04 10:55:58 -07:00
nsprpub Bug 1191269, set NSPR version to final tag, no code change, DONTBUILD 2015-08-19 18:05:33 +02:00
other-licenses Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
parser Bug 1178484 - Part 2: Regenerate gecko's in-tree parser. r=hsivonen 2015-08-28 03:31:24 -07:00
probes Bug 1041795 - Disable system libs when generating DTrace probes. f=sfink f=ginn.chen 2014-11-04 02:01:00 +01:00
python Bug 1174037 - Support installing Mercurial from pip; r=glandium 2015-09-04 10:37:29 -07:00
rdf Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
security No bug, Automated HPKP preload list update from host bld-linux64-spot-1098 - a=hpkp-update 2015-09-05 03:41:54 -07:00
services Bug 1196008 - have test_errorhandler.js use a real server to speed it up. r=rnewman 2015-09-04 08:53:37 +10:00
startupcache Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
storage Backed out changeset 351d5f864f9e for not compiling. 2015-09-04 09:52:24 -07:00
testing Merge m-i to m-c, a=merge 2015-09-05 20:19:43 -07:00
toolkit Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures 2015-09-05 13:49:39 -07:00
tools Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures 2015-09-05 13:49:39 -07:00
uriloader Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
view Merge inbound to m-c. a=merge 2015-08-31 15:21:02 -04:00
webapprt Bug 1199826 - identify bug components for webapprt directories; r=marco 2015-08-30 15:44:28 -07:00
widget Backed out 4 changesets (bug 571294, bug 1196479) for W(2) failure on Linux 64 opt. r=backout on a CLOSED TREE 2015-09-04 20:29:48 +02:00
xpcom Backed out 10 changesets (bug 1123237) for hazard build failures and Windows test failures 2015-09-05 13:49:39 -07:00
xpfe Bug 1196163 part 1 - Use nsSizeMode instead of int32_t for nsIWidget::{SizeMode,SetSizeMode}. r=roc 2015-08-29 11:12:41 +10:00
xulrunner Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
.clang-format Bug 961541 - Make Clang-Format ignore all comments. r=mystor 2015-06-26 12:38:44 -07:00
.clang-format-ignore Bug 967361 - Fix .clang-format-ignore on Windows. r=gps 2014-02-04 17:25:04 +13:00
.gdbinit Backed out changeset 047d21f101de (bug 846018) 2014-11-13 17:11:25 -05:00
.gitignore Bug 1198247 - Update .gitignore for moved locations of psutil build files. r=gps NPOTB DONTBUILD 2015-08-27 11:24:18 +01:00
.hgignore Bug 1186963 - Ignore files generated by running a Mozharness script. DONTBUILD. r=gps 2015-07-24 09:30:18 -04:00
.hgtags No bug - Tagging mozilla-central 7a19194812eb with FIREFOX_AURORA_42_BASE a=release DONTBUILD CLOSED TREE 2015-08-10 12:17:38 -07:00
.lldbinit Bug 960300 - Put a .lldbinit in the objdir and in dist/bin/, which load the .lldbinit in topsrcdir. r=glandium 2014-01-21 14:47:05 +11:00
.ycm_extra_conf.py Bug 1162714 - Don't let YCM generate machc. r=ehsan 2015-05-07 13:48:00 +02:00
AUTHORS Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb 2015-08-12 20:19:11 -07:00
Android.mk Bug 794297: Block the android build system from looking in mozilla-central. r=mwu 2012-09-25 17:04:01 -07:00
CLOBBER Bug 1193379 - Touch clobber for file relocation. r=joliu 2015-08-21 16:49:51 +08:00
GNUmakefile Bug 794723 - Add a default makefile which wraps mach. r=gps 2015-02-06 10:26:00 -08:00
LEGAL
LICENSE
Makefile.in bug 1168535 - print error response body in upload_symbols.py. r=gps 2015-05-27 13:50:04 -04:00
README.txt No bug, Update README.txt for ftp changes, r=bustage-check CLOSED TREE 2015-08-30 21:53:27 +12:00
aclocal.m4 Bug 1192277 - remove check for LLVM PR 8927; r=glandium 2015-08-07 19:35:43 -04:00
client.mk Fixup for bug 1188766 for valgrind bustage on a CLOSED TREE. r=me 2015-08-11 07:45:36 +09:00
client.py Bug 988724: Remove webidl updating bits from client.py that are long dead. r=glandium 2014-04-01 11:33:27 +08:00
configure.in Bug 1117259 - Disable the no-unused-local-typedef warning if clang supports it; r=gps 2015-09-04 21:28:19 -04:00
mach Bug 1058923 - Package mach in tests.zip; create bootstrap script for test package, r=gps 2015-05-01 12:20:55 -04:00
moz.build Bug 1134110 - other-license/android is unnecessary if Android minimum version is 11 or later. f=esawin, r=sworkman 2015-05-14 15:38:18 +09:00
mozilla-config.h.in Bug 1167474 - Remove ELFHACK_BUILD hack. r=mshal 2015-05-26 16:17:55 +09:00

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/