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
Перейти к файлу
Michelangelo De Simone 682555bbc4 Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan
MozReview-Commit-ID: 5jkBVon3ZSz

--HG--
extra : rebase_source : e13a061650abe81ea58ffca22f74e3ec6122fede
2016-12-20 16:32:12 -08: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 Backed out changeset d426fe6431f0 (bug 1324460) for failure of test aom/test_general.html on first push after it landed. r=backout 2016-12-20 23:50:38 +01:00
addon-sdk Bug 1321509 - remove references to Array.slice in addon-sdk util/object;r=zer0 2016-12-07 18:03:32 +01:00
b2g Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
browser Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
build Merge mozilla-central to mozilla-inbound 2016-12-22 16:25:35 +01:00
caps Bug 1324115 - Part 1: add a C++ helper in nsIPrincipal. r=smaug 2016-12-21 14:59:20 +08: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 Bug 1322873 - Bug 1322873 - Add React event bubbles to the Markup View r=tromey 2016-12-19 11:23:49 +00:00
docshell Bug 1323947 - Use Use MOZ_MUST_USE in netwerk/protocol/viewsource r=valentin 2016-11-23 17:21:17 +08:00
dom Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
editor Bug 1324996 - Part 2. Use nsIAtom to change attirbute if possible. r=masayuki 2016-12-20 20:53:00 +09: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 1324115 - Part 2: replace the callers to use C++ helper. r=smaug 2016-12-21 14:59:21 +08:00
gfx Merge m-c to inbound, a=merge 2016-12-20 11:47:17 -08:00
gradle/wrapper
hal Bug 1315896 - Part 2: Remove MOZ_GAMEPAD in Gamepad module; r=ted.mielczarek 2016-12-08 13:00:44 -10:00
image Bug 1325296. RasterImage::LookupFrame does not return a surface if it was created as a result of a sync decode from with the FLAG_SYNC_DECODE_IF_FAST flag. r=aosmond 2016-12-22 13:15:41 -06:00
intl Bug 1323254 - Part 1: Update in-tree ICU to release 58.2. r=Waldo 2016-12-13 13:15:43 -08:00
ipc Bug 1324115 - Part 2: replace the callers to use C++ helper. r=smaug 2016-12-21 14:59:21 +08:00
js merge mozilla-inbound to mozilla-central a=merge 2016-12-21 16:57:08 +01:00
layout Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
media Bug 1325189 - [CID 1221158] Assertion when OOM instead of indexing array with negative value. r=gerald 2016-12-22 14:16:15 +08:00
memory Bug 1321093 - Avoid logalloc-replay make check failure when libstdc++ allocates memory in some static initializer. r=njn 2016-11-30 07:22:20 +09:00
mfbt Merge mozilla-central to mozilla-inbound 2016-12-22 16:25:35 +01:00
mobile Bug 1325380 - Use provider name for AS highlights. r=Grisha 2016-12-22 16:17:28 +01:00
modules Bug 1313169 - Remove dom/inputmethod/ and related code. r=Ehsan 2016-12-20 16:32:12 -08:00
mozglue Bug 1322465 part 9 - Use explicit/MOZ_IMPLICIT for the unary constructors in mozglue/. r=Ehsan 2016-12-16 15:57:53 +08:00
netwerk Bug 1323947 - Use Use MOZ_MUST_USE in netwerk/protocol/viewsource r=valentin 2016-11-23 17:21:17 +08:00
nsprpub Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO 2016-11-16 11:15:05 -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 Bug 1324624 - stylo: Mark currently failing crashtests with asserts-if(stylo,...). r=xidorn 2016-12-21 15:42:36 +08:00
probes
python Bug 1325272 - mozboot: Install python-dbus on fedora. r=froydnj 2016-12-19 16:31:46 -08: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 Bug 1320690 - Re-enable bundled NSS on BSDs. r=ted 2016-11-28 14:33:36 +00:00
services Bug 1319175 - Switch to `JSONFile` for tracker persistence. r=markh 2016-12-20 12:25:27 -07:00
startupcache Bug 1319752 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in startupcache/. r=froydnj 2016-11-23 14:22:34 +02:00
storage Bug 1321374 - Simplify js::Class handling relating to nsIXPCScriptable. r=mccr8, sr=bholley. 2016-12-14 08:33:46 +11:00
taskcluster Bug 1325479 - Fix repo scopes in action task r=dustin 2016-12-22 17:08:33 -05:00
testing Merge inbound to central, a=merge 2016-12-22 18:37:07 -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 Merge inbound to central, a=merge 2016-12-22 18:37:07 -08:00
tools Bug 1325374 - Specify more globals in browser.js/nsBrowserGlue.js, and start fixing up some of places. r=mossop 2016-12-22 12:14:05 +00:00
uriloader Bug 1322465 part 13 - Use explicit/MOZ_IMPLICIT for the unary constructors in uriloader/. r=Ehsan 2016-12-16 15:59:25 +08: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 1321244 - Lazily init global variables that could implicitly initialize NSPR. r=froydnj 2016-12-01 11:48:32 +08:00
xpcom Merge inbound to central, a=merge 2016-12-20 11:41:57 -08: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 Merge inbound to central, a=merge 2016-12-22 18:37:07 -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
.gitignore
.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 1324413 - Lock image content hash for decision task; r=dustin 2016-12-15 17:16:14 -08:00
.ycm_extra_conf.py
AUTHORS Backed out changeset fe7303de56be (bug 1302763) for failing webdriver tests on Linux x64 debug (geckodriver.manifest fetch failed). r=backout 2016-12-19 21:15:07 +01:00
Android.mk
CLOBBER Bug 1309866 - touch CLOBBER 2016-12-11 08:43:25 -08:00
GNUmakefile
LEGAL
LICENSE
Makefile.in bug 1286934 - Switch to using sccache2. r=gps 2016-08-25 18:39:57 -04:00
README.txt
aclocal.m4
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
configure.py Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08: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 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 1320690 - Re-enable bundled NSS on BSDs. r=ted 2016-11-28 14:33:36 +00: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/