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
Simon Giesecke 58d0171406 Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj
To correctly implement this, it must be known on instantiation whether E is
copy-constructible, which is not the case if only a forward declaration is
available. This can be resolved either by making sure a full definition of E is
available, which is preferable. But in cases where this is not (easily) possible,
the information can be explicitly provided by the MOZ_DECLARE_COPY_CONSTRUCTIBLE
and MOZ_DECLARE_NON_COPY_CONSTRUCTIBLE macros. In particular, declarations for
IPDL-declared types are added to nsTArray.h itself, like it was already done
for MOZ_DECLARE_RELOCATE_USING_MOVE_CONSTRUCTOR.

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

--HG--
extra : moz-landing-system : lando
2020-03-20 17:13:51 +00:00
.cargo Bug 1619005 - Update cubeb-coreaudio to 799518a. r=padenot 2020-03-20 16:41:27 +00:00
.vscode
accessible Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
browser Bug 1622360 - Remove front-end references to render roots. r=mconley 2020-03-20 16:22:30 +00:00
build Bug 1620632 - Rename confusingly named types/macros for relocation handling of nsTArray. r=froydnj 2020-03-20 17:04:27 +00:00
caps Bug 1188538: Ensure every protocol handler sets a valid security flag. r=bholley,mixedpuppy 2020-03-20 08:25:18 +00:00
chrome
config Backed out changeset 8009b44fdab1 (bug 1021214) for build bustages in autobinscope.py on a CLOSED TREE 2020-03-20 03:49:30 +02:00
devtools Bug 1604539 - Skip xpcshell test using devtools client on android r=nchevobbe 2020-03-20 16:08:08 +00:00
docs Bug 1623656 - [mozlint] Make output of ./mach lint --list readable, r=linter-reviewers,sylvestre 2020-03-19 18:06:41 +00:00
docshell Backed out changeset 20f1bb2d5bd2 (bug 1623562) for bc failures. CLOSED TREE 2020-03-20 05:42:41 +02:00
dom Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
editor Backed out changeset 20f1bb2d5bd2 (bug 1623562) for bc failures. CLOSED TREE 2020-03-20 05:42:41 +02:00
extensions Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
gfx Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
gradle/wrapper
hal
image Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
intl Bug 1620632 - Rename confusingly named types/macros for relocation handling of nsTArray. r=froydnj 2020-03-20 17:04:27 +00:00
ipc Bug 1620745 - Bring up fork server launcher at app-startup. r=gsvelto 2020-03-18 01:01:17 +00:00
js Bug 1623883 - disable test gc/bug1620200 if TypedObject not available 2020-03-20 15:39:13 +00:00
layout Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
media Bug 1616875: Make this work with gtest. r=ng 2020-03-20 15:35:46 +00:00
memory Bug 1623508 - Print out original argument on error in block_analyzer. r=njn 2020-03-19 00:21:34 +00:00
mfbt Bug 1620568 - Disable equality comparison operators for Maybe<T&>. r=froydnj 2020-03-18 13:24:17 +00:00
mobile Bug 1623712 - Actually pass flags when calling reload. r=rbarker 2020-03-20 16:56:20 +00:00
modules Bug 1622360 - Remove the split_render_roots pref and immediate codepaths that depend on it. r=jrmuizel 2020-03-20 13:54:03 +00:00
mozglue Backed out changeset fe0c22951e7c (bug 1291377) for mozglue related Android bustages CLOSED TREE 2020-03-20 16:39:42 +02:00
netwerk Bug 1622861 - Check that Http3Session is present in HttpConnectionUDP::CloseTransaction. r=kershaw 2020-03-20 16:21:57 +00:00
nsprpub
other-licenses Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
parser Bug 1621813 - Remove nsIScriptError.exceptionFlag. r=mccr8 2020-03-19 21:31:44 +00:00
python Bug 1623655 - [mach] Set 'ArgumentParser.prog' properly for external parsers, r=nalexander 2020-03-20 13:56:42 +00:00
remote Bug 1621813 - Remove nsIScriptError.exceptionFlag. r=mccr8 2020-03-19 21:31:44 +00:00
security Bug 1615139 - Remove RestoreImportDirectory from SandboxBroker::LaunchApp. r=aklotz 2020-03-19 23:15:27 +00:00
services Bug 1623481 - Fix intermittent failure on Remote Settings Database open r=glasserc 2020-03-20 09:46:44 +00:00
servo Bug 1341507 part 6 - Enable multiple grid repeat values in Servo r=emilio 2020-03-19 22:11:48 +00:00
startupcache Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
storage Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
taskcluster Bug 1623630 - flatpak distribution.ini to be consumed from partners. r=rail 2020-03-20 15:11:51 +00:00
testing Bug 1582509 - part2 : modify and enable wpt 'positionstate.html'. r=baku 2020-03-20 16:45:04 +00:00
third_party Bug 1619005 - Update cubeb-coreaudio to 799518a. r=padenot 2020-03-20 16:41:27 +00:00
toolkit Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
tools Backed out changeset fe0c22951e7c (bug 1291377) for mozglue related Android bustages CLOSED TREE 2020-03-20 16:39:42 +02:00
uriloader Bug 1609451 - Skip ShellExecuteByExplorer to open a uri in Thunderbird. r=froydnj 2020-03-19 16:09:18 +00:00
view
widget Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
xpcom Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
xpfe/appshell Bug 1507375 - Restrict the controllability of UI parts visibility with features parameter of window.open. r=smaug 2020-03-19 09:13:12 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js Bug 1622328 - .eslintrc.js: Add the license r=Standard8 2020-03-18 09:27:54 +00:00
.flake8 Backed out changeset a5ce9219be07 (bug 1622682) for causing lint failures. 2020-03-18 14:24:18 +02:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1617827 - Wasm: Switch to 'wasm-generate-testsuite' tooling for importing spec test-suite. r=lth 2020-03-11 04:05:15 +00:00
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1619005 - Update cubeb-coreaudio to 799518a. r=padenot 2020-03-20 16:41:27 +00:00
Cargo.toml Bug 1623085 - Only explicitly set number of Rust codegen-units for target artifacts. r=froydnj 2020-03-17 16:47:52 +00:00
client.mk
client.py
CLOBBER Bug 1610512 - Part 5: Updating ICU requires a clobber. r=jwalden 2020-03-19 09:35:16 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1621718 - Use proper email parsing library for parsing patches. r=ahal 2020-03-16 19:46:13 +00:00
Makefile.in Bug 1620744 - Convert generated_sources.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-10 20:19:32 +00:00
moz.build Bug 1620744 - Convert variables.py:source_repo_header() to py3; r=firefox-build-system-reviewers,rstewart 2020-03-10 20:19:24 +00:00
moz.configure
mozilla-config.h.in
old-configure.in Bug 1621350 - land NSS 710d10a72934 UPGRADE_NSS_RELEASE, r=jcj 2020-03-10 21:35:56 +00:00
package-lock.json Bug 1617959: Switch to the babel-eslint parser and turn on support for optional chaining and nullish coalescing operator syntaxes. r=Standard8 2020-03-13 19:15:11 +00:00
package.json Bug 1617959: Switch to the babel-eslint parser and turn on support for optional chaining and nullish coalescing operator syntaxes. r=Standard8 2020-03-13 19:15:11 +00:00
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

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 on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


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.