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
Перейти к файлу
Eric Rahm 9f7262d417 Bug 1322095 - Part 1a: Move WrapRunnable's args when running. r=gerald
In order to support `UniquePtr` as an arg type for `WrapRunnable` as well as
avoid unnecessary copies in the future we need to switch to moving args when
invoking a runnable.

This updates `WrapRunnables` so that they move their args when running and
adds/updates some tests. To accomplish this `std::apply` is swapped in for our
bespoke implementation and `std::tuple` is used to hold the args. We then
`std::move` the args when `Run` is called. We also needed to support an r-value
`Class` param for the runnable method on a bound object versions could work
with `UniquePtr` as the holder class.

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

--HG--
extra : moz-landing-system : lando
2020-02-21 22:43:42 +00:00
.cargo Bug 1615786 - Fix crash report about wasm library sandbox creation on AMD machines r=froydnj 2020-02-17 15:37:27 +00:00
.vscode
accessible Bug 1616078: Don't use HTMLListBulletAccessible for CSS ::marker content. r=eeejay,emilio,MarcoZ 2020-02-21 01:23:37 +00:00
browser Bug 1612088 - change the lockwise app card UI r=fluent-reviewers,johannh,flod 2020-02-21 21:38:50 +00:00
build Bug 1616522 - Added mochitest documentation for https-tests. r=ahal DONTBUILD 2020-02-21 14:32:05 +00:00
caps Bug 1615029 - Remove GetURI calls from CorsListenerProxy r=ckerschb 2020-02-17 13:57:41 +00:00
chrome Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
config Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
devtools Bug 1616505 - Fix browser_jsterm_autocomplete_width.js assertions. r=Honza. 2020-02-21 15:00:33 +00:00
docs no bug - Create a page for reviews (import from mdn) + group r=firefox-source-docs-reviewers,ahal 2020-02-21 17:13:37 +00:00
docshell Bug 1609475, history.go(>1) should possibly load several iframes, r=annyG 2020-02-21 21:55:07 +00:00
dom Bug 1615480 - Part 3: Rename nsFrameLoader::mBrowsingContext to avoid confusion, r=kmag 2020-02-21 21:53:33 +00:00
editor Bug 1613830 - Add `nsINode::GetAsElementOrParentElement()` r=smaug 2020-02-21 02:47:05 +00:00
extensions Bug 1614956 - Removed invalid IsOAForceStripPermission call in nsPermissionManager. r=Ehsan 2020-02-12 18:50:02 +00:00
gfx Bug 1600793 - Make the scrolling input telemetry work for WebRender r=botond,jrmuizel 2020-02-21 19:41:46 +00:00
gradle/wrapper
hal Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
image Bug 1540776 - Change CMSOutputProfile functions to return nsArray r=gcp 2020-02-21 21:27:53 +00:00
intl Bug 1607052 - Unify language identifier canonicalization in LocaleService and OSPreferences to use unic_langid, and extend GTK's RegionalPrefs reading to fallback on SystemLocales. r=jfkthame 2020-02-21 00:39:18 +00:00
ipc Bug 1610017 - Actually taint data when tainted is specified for IPC methods r=nika 2020-02-21 17:24:17 +00:00
js Bug 1615729 - Move ImmutableFlags for SharedStencil.h. r=mgaudet 2020-02-21 22:25:01 +00:00
layout Bug 1614532. Fix layout/reftests/async-scrolling/disable-apz-for-sle-pages.html. r=kats 2020-02-21 14:29:42 +00:00
media Bug 1322095 - Part 1a: Move WrapRunnable's args when running. r=gerald 2020-02-21 22:43:42 +00:00
memory Bug 1615896 - Stop using CreateFileA in memory/replace/logalloc/. r=glandium 2020-02-20 08:05:25 +00:00
mfbt Bug 1610017 - Actually taint data when tainted is specified for IPC methods r=nika 2020-02-21 17:24:17 +00:00
mobile Bug 1617207 - Enable LTO on Android PGO builds. r=chmanchester 2020-02-21 22:22:28 +00:00
modules Bug 1611290 - Windows sandbox for socket process. r=bobowen 2020-02-21 15:49:54 +00:00
mozglue Bug 1615265 - Suppress data race in OffThreadDecodeCallback. r=nbp 2020-02-20 10:00:12 +00:00
netwerk Bug 1611290 - Windows sandbox for socket process. r=bobowen 2020-02-21 15:49:54 +00:00
nsprpub Bug 1600803 - NSPR_4_25_RTM for Firefox 74. r=kjacobs UPGRADE_NSPR_RELEASE 2020-02-03 12:17:20 +00:00
other-licenses Backed out changeset fbbb42a15738 (bug 1585356) for bustage on city.cpp. CLOSED TREE 2020-01-08 00:51:00 +02:00
parser Bug 1597495 - Remove nsIDocShellTreeItem from nsHtml5TreeOpExecutor::MaybeComplainAboutCharset(). r=hsivonen 2020-02-21 08:00:21 +00:00
python Bug 1617172 - copy extra libraries for Mac artifact builds; r=nalexander 2020-02-21 21:34:58 +00:00
remote Bug 1614108 - Truncate Remote Agent log messages; r=remote-protocol-reviewers,whimboo 2020-02-15 08:22:56 +00:00
security Bug 1611290 - Windows sandbox for socket process. r=bobowen 2020-02-21 15:49:54 +00:00
services Backed out changeset 78353ef17d0d (bug 1616052) for causing xpc crashes @mozilla::storage::Service::Observe. 2020-02-21 20:18:26 +02:00
servo Bug 1616691 - Properly reject numbers as part of <length-percentage>. r=heycam 2020-02-21 00:47:02 +00:00
startupcache Bug 1616186 - Don't try to write StartupCache if it doesn't exist r=froydnj 2020-02-18 17:49:47 +00:00
storage Bug 1616896 - inline ifdefs in SqliteMutex.h. r=asuth 2020-02-20 18:40:27 +00:00
taskcluster Bug 1565324 - Use ADB commands to enable/disable charging in android power tests. r=bc 2020-02-21 13:47:28 +00:00
testing Bug 1565324 - Use ADB commands to enable/disable charging in android power tests. r=bc 2020-02-21 13:47:28 +00:00
third_party Bug 1615836 - Update chardetng to 0.1.6. r=emk 2020-02-18 22:31:00 +00:00
toolkit Merge mozilla-central to autoland a=merge on a CLOSED TREE 2020-02-21 23:53:17 +02:00
tools Bug 1616902 - [try] Move tools/tryselect/preview.py to the 'selectors' directory, r=sfraser 2020-02-21 16:45:33 +00:00
uriloader Bug 1612403 - File extensions are duplicated for file inputs with custom 'accept'. r=Gijs 2020-02-21 08:30:30 +00:00
view Bug 1556568. Fix the first paint telemetry metric. r=mattwoodrow,chutten 2020-02-18 20:56:10 +00:00
widget Bug 1617148 - Re-enable WebRender for Intel Haswell on Linux nightly. r=jrmuizel 2020-02-21 13:16:35 +00:00
xpcom Bug 1617256 - Remove the unused NS_ERROR_MAYBE_TRACKING_URI and NS_ERROR_TRACKING_ANNOTATION_URI error codes; r=dimi 2020-02-21 22:10:36 +00:00
xpfe/appshell Bug 1613237 - Call nsIWebBrowserChrome3 for main process pages. r=kmag,esawin 2020-02-20 19:29:08 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo 2020-02-11 11:10:42 +00:00
.eslintignore Bug 1614891 - Clarify the ESLint situation around some remote/ files. Remove unnecessary remote/test/demo.js. r=remote-protocol-reviewers,whimboo 2020-02-13 09:23:19 +00:00
.eslintrc.js Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.flake8 Bug 1611023: [taskgraph] Fix python3 flake8 errors in taskgraph; r=Callek 2020-01-23 03:35:31 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1614314 - Use GitHub as upstream for the Java code of the HTML parser. r=alchen 2020-02-10 15:05:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1600339 - Measure responsiveness while evaluating messages r=k88hudson,mconley 2020-01-18 21:08:40 +00:00
.hgtags No bug - Tagging mozilla-central f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0 with FIREFOX_NIGHTLY_74_END a=release DONTBUILD CLOSED TREE 2020-02-10 10:54:50 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof 2020-01-24 12:58:24 +00:00
.prettierrc
.taskcluster.yml Bug 1606869: Switch decision task docker caches to match the rest the in-tree caches; r=Callek 2020-01-03 22:18:29 +00:00
.trackerignore
.yamllint Bug 1606009 - Fix & silent some tests r=Callek 2019-12-26 22:13:18 +00:00
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1616395 - Remove FfiVec. r=jrmuizel 2020-02-19 18:34:51 +00:00
Cargo.toml Bug 1361341 - Add rust clippy to mozlint r=ahal 2020-02-19 08:50:35 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in
README.txt Bug 1606026: Move existing documentation into new locations r=sylvestre 2020-01-06 16:38:34 +00:00
aclocal.m4
build.gradle Bug 1608570 - Remove some old Fennec-related build variables r=nalexander 2020-01-10 22:51:03 +00:00
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1614518 - Implement `mach hazards` command set for running the GC rooting hazard analysis. r=ahal,jonco,froydnj 2020-02-20 18:27:50 +00:00
moz.build Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
moz.configure Bug 1609881 - Part 3: build the fork server for Linux & FreeBSD. r=gsvelto 2020-02-14 16:50:33 +00:00
mozilla-config.h.in
old-configure.in Bug 1615204 - Remove some MSVC-only compiler flags. r=dmajor 2020-02-13 13:40:15 +00:00
package-lock.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
package.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
settings.gradle
substitute-local-geckoview.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://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 IRC at irc.mozilla.org in #introduction 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.