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
Mike Hommey 5c5f0f87f5 Bug 1542214 - Prevent registering the same CID and contract IDs during component manager initialization. r=froydnj
Because not all static components are using the static registration yet,
we can end up in situations where a same component is registered
multiple times, which can have some unexpected consequences.

Interestingly enough, this change revealed that we did have static
registration in place for components that were kept under the old system
after bug 1478124 and bug 1524687.

There are also possibly some non-obvious things that can happen while
migrating the remaining components, like what happened to me while I
worked on @mozilla.org/widget/components;1 (see bug 1542214 comment 0).

Differential Revision: https://phabricator.services.mozilla.com/D26698

--HG--
extra : moz-landing-system : lando
2019-04-09 18:39:00 +00:00
.cargo Bug 1529117 - Bump serde and serde_derive to branch from 1.0.88. r=jrmuizel 2019-04-04 15:41:57 +00:00
.vscode Bug 1514820 - Recommend a VSCode extension for IDL language highlighting r=jya 2018-12-18 19:43:33 +00:00
accessible Bug 760345 - Remove the last usage of lossy currentcolor. r=heycam 2019-04-06 17:47:58 +00:00
browser Bug 1528068 - Allow RequestedLocales to be a string. r=Felipe 2019-04-09 21:38:34 +00:00
build Bug 1522931 - Vendor biplist; r=froydnj 2019-04-08 16:29:55 +00:00
caps Bug 1517797 - Rewrite net_IsValidIPv6Addr in Rust r=valentin,froydnj 2019-04-08 06:33:04 +00:00
chrome Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
config Bug 1541068 - add Rust compilation directories to GARBAGE_DIRS; r=nalexander 2019-04-09 18:59:19 +00:00
db Bug 1530749 - Upgrade to SQLite 3.27.2. r=mak 2019-02-26 23:21:05 +00:00
devtools Bug 1542367 - Remove the 'Done' button at the bottom of the device modal. r=gl 2019-04-09 20:16:07 +00:00
docshell Bug 1534351 - HTMLInputElement should always allow popups for system principal, r=smaug 2019-04-09 19:27:15 +00:00
dom Bug 1539029 - pt 4 - add shared pref serializer/deserializer to RDD process. r=kmag 2019-04-09 21:08:00 +00:00
editor Bug 1424790 - Disable 694880-1.html on Android 4.3 and linux !debug for frequent failures. r=jmaher 2019-04-09 10:40:42 +00:00
extensions Bug 1513799 - Remove windows-1252 as a Japanese detection outcome. r=emk. 2019-04-08 14:43:26 +03:00
gfx Bug 1542972 - Reduce use of world_content_transform in WR. r=emilio 2019-04-09 10:40:35 +00:00
gradle/wrapper Bug 1509572 - Part 1: Bump Gradle wrapper to 4.10.2; decouple script from Gradle version. r=snorp 2018-11-26 21:42:27 +00:00
hal Bug 1523969 part 9 - Move method definition inline comments to new line in 'hal/'. r=gsvelto 2019-02-25 16:07:35 -06:00
image Bug 1318091 - Disable failing android gtests; r=bc 2019-04-08 20:58:21 +00:00
intl Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
ipc Bug 1539029 - pt 3 - de-duplicate building cmdline for shared prefs class. r=kmag 2019-04-09 21:07:47 +00:00
js Bug 1543034 - ifdef traceMagic to avoid warning about unused variable. r=tcampbell 2019-04-09 17:36:41 +00:00
layout Bug 1540220 - Stop uselessly calling EffectCompositor from ResolveStyleLazily. r=hiro 2019-04-09 18:05:08 +00:00
media Bug 1318091 - Disable failing android gtests; r=bc 2019-04-08 20:58:21 +00:00
memory Bug 1542758 - mozjemalloc.cpp should use posix_madvise on Solaris r=glandium 2019-04-09 08:20:48 +00:00
mfbt Bug 1458385: Package mar and mbsdiff as a toolchain; r=glandium 2019-04-06 05:49:31 +00:00
mobile Bug 1540820 - Don't write generated JNI wrappers for every Java-level change. r=agi 2019-04-09 20:02:44 +00:00
modules Bug 1539029 - pt 2 - add RDD process selector to prefs module. r=froydnj 2019-04-09 21:07:40 +00:00
mozglue Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
netwerk Bug 1539029 - pt 3 - de-duplicate building cmdline for shared prefs class. r=kmag 2019-04-09 21:07:47 +00:00
nsprpub Bug 1526010, NSPR 4.21 RTM, r=me 2019-03-07 11:16:36 +01:00
other-licenses Bug 1458385: Package mar and mbsdiff as a toolchain; r=glandium 2019-04-06 05:49:31 +00:00
parser Bug 1542996 - Remove duplicate component registration. r=kmag 2019-04-09 18:58:49 +00:00
python Bug 1520309: Set HGPLAIN env var when running hg push-to-try; r=ahal 2019-04-09 21:10:49 +00:00
remote bug 1542198: remote: build tests only on --enable-tests; r=ochameau 2019-04-09 14:45:58 +00:00
security Bug 1542996 - Remove duplicate component registration. r=kmag 2019-04-09 18:58:49 +00:00
services Bug 1541428 - Improve invalidation of polling when adding new Remote Settings client r=glasserc 2019-04-09 17:43:47 +00:00
servo Bug 1540220 - Cleanup unused style traversal flags. r=dholbert 2019-04-09 18:03:41 +00:00
startupcache Bug 1353013 - create preloaded newtab browser from an idle task, only in top window(s), r=dthayer 2019-03-19 17:29:48 +00:00
storage Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
taskcluster Bug 1542707 - Don't replace 'nightly' jobs with artifact builds on try. r=glandium 2019-04-09 09:16:15 +00:00
testing Bug 1541955: Update Android 7.0 emulator r=gbrown 2019-04-09 20:46:11 +00:00
third_party Bug 1522931 - Vendor biplist; r=froydnj 2019-04-08 16:29:55 +00:00
toolkit Bug 1542996 - Remove duplicate component registration. r=kmag 2019-04-09 18:58:49 +00:00
tools Bug 1458385: Package mar and mbsdiff as a toolchain; r=glandium 2019-04-06 05:49:31 +00:00
uriloader Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio 2019-03-29 15:12:47 +00:00
view Bug 1542407 - Make nsIFrame use mozilla::PresShell directly rather than via nsIPresShell r=emilio 2019-04-06 06:02:28 +00:00
widget Bug 1539029 - pt 1 - give RDD its own process selector. r=froydnj 2019-04-09 21:13:16 +00:00
xpcom Bug 1542214 - Prevent registering the same CID and contract IDs during component manager initialization. r=froydnj 2019-04-09 18:39:00 +00:00
xpfe/appshell Backed out 2 changesets (bug 1540170) for xpcshell failures at test_sanitizer.js. CLOSED TREE 2019-04-05 06:23:23 +03:00
.arcconfig
.clang-format Bug 1542146 - Use the new option StatementMacros from clang-format-8 r=andi 2019-04-05 21:41:57 +00:00
.clang-format-ignore Bug 1533481 - Part 9: Update Gecko to Unicode 12. r=jfkthame! 2019-04-04 12:46:18 +03:00
.cron.yml Bug 1538560 - disable cron job to run mochitest valgrind tasks because they permafail r=gbrown 2019-04-01 15:08:44 +00:00
.eslintignore Bug 1541888 - Enable ESLinting in dom/push/ r=glasserc,lina 2019-04-09 10:05:51 +00:00
.eslintrc.js Bug 1541025 - testing/ manual ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:42:22 +00:00
.flake8 Bug 1541086: Remove the embedding code and update the bug components for widget::headless. r=myk r=bdahl 2019-04-02 09:07:54 -07:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs No bug - Ignore bug 1016240 in blame/annotate. r=MattN 2019-04-04 14:56:20 -04:00
.gitignore Bug 1516337 - Part 1: Dedupe sha2 and related dependencies r=froydnj 2019-04-08 23:17:50 +03:00
.hg-annotate-ignore-revs No bug - Ignore bug 1016240 in blame/annotate. r=MattN 2019-04-04 14:56:20 -04:00
.hg-format-source Bug 1511181 - Quick fix for .hg-format-source that has an empty line. r=ehsan, a=aryx 2018-11-30 13:25:44 +02:00
.hgignore Bug 1516337 - Part 1: Dedupe sha2 and related dependencies r=froydnj 2019-04-08 23:17:50 +03:00
.hgtags No bug - Tagging mozilla-central 9421b477d67cfc4c9e03350cd554a9e6acc7f435 with FIREFOX_NIGHTLY_67_END a=release DONTBUILD CLOSED TREE 2019-03-18 10:56:58 +00:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1488313: [taskgraph] Don't notify sherrifs on cron decision task failures on try; r=dustin 2019-03-27 19:38:05 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1522135 - Make .ycm_extra_conf.py work with python3. r=jgraham 2019-01-24 13:51:28 +01:00
aclocal.m4 Bug 1519603 - Manually inline AC_OUTPUT_SUBDIRS and MOZ_RUN_ALL_SUBCONFIGURES. r=nalexander 2019-01-14 18:37:06 +00:00
AUTHORS
build.gradle Bug 1535013: [geckoview] Add default impls to all interfaces. r=snorp 2019-03-14 16:48:57 +00:00
Cargo.lock Merge inbound to mozilla-central. a=merge 2019-04-09 12:55:19 +03:00
Cargo.toml Bug 1529117 - Bump serde and serde_derive to branch from 1.0.88. r=jrmuizel 2019-04-04 15:41:57 +00:00
client.mk
client.py
CLOBBER Bug 1533481 - Part 10: Updating ICU requires a clobber. r=jwalden! 2019-04-04 12:46:32 +03:00
configure.in
configure.py Bug 1528241 - Add a trace mode to python configure that logs internal values. r=chmanchester 2019-02-20 07:46:22 +09:00
GNUmakefile
gradle.properties Bug 1527896 - Increase Gradle heaps to handle large assets. r=nalexander 2019-02-14 18:21:13 +00:00
gradlew
gradlew.bat Bug 1527796 - Part 3. Use gradlew.bat on Windows. r=nalexander 2019-02-26 11:06:12 +09:00
LEGAL
LICENSE
mach
Makefile.in Bug 1541068 - add Rust compilation directories to GARBAGE_DIRS; r=nalexander 2019-04-09 18:59:19 +00:00
moz.build Bug 1507334 - Add mozconfigs for 3-stage PGO; r=firefox-build-system-reviewers,chmanchester#firefox-build-system-reviewers 2019-01-10 01:34:49 +00:00
moz.configure Bug 1532695 - Include target.gtest.tests.tar.gz in android builds; r=bc 2019-04-08 22:02:45 +00:00
mozilla-config.h.in Bug 1504022 - Map GetExceptionCode to a nop to avoid an error r=bobowen 2018-11-02 13:28:01 -05:00
old-configure.in Bug 1539227 - land NSS 67c41e385581 UPGRADE_NSS_RELEASE, r=me 2019-03-26 18:48:46 +00:00
package-lock.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
package.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
README.txt Bug 1480997 - Remove "Mozilla FTP server" link in README.txt r=mossop 2018-10-23 10:06:29 +00:00
settings.gradle Bug 1527796 - Part 5. Add python.exe path of mozilla-build to call mach command from gradle. r=nalexander 2019-03-29 18:11:09 +09: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:

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

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

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.