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
JW Wang 47f3443d87 Bug 1361263 - allow InvokeAsync() to accept a member function which is pass-by-reference. r=gerald
StoreCopyPassByRRef<> ensures a copy is stored in the runnable.
We don't have to worry about the concern of bug 1300476.

MozReview-Commit-ID: DHqlzlVLBFV

--HG--
extra : rebase_source : 77f2175611aa6fad88207a771de75fd28fd46f21
extra : source : 429c62928fd43185da45c905a150cfbe84cb3cf7
2017-04-30 15:37:19 +08:00
.cargo
.vscode
accessible Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam 2017-04-30 17:30:08 +02:00
addon-sdk
browser Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
build Bug 1360631 - Fix VS2015 x86 cross compiling using start-shell.bat. r=ted 2017-04-30 03:40:00 -04:00
caps
chrome
config
db
devtools Bug 1357206 followup: fix the Windows key issues in devtools tests and reenable the new behavior. 2017-05-02 01:55:30 -04:00
docshell
dom Bug 1361263 - allow InvokeAsync() to accept a member function which is pass-by-reference. r=gerald 2017-04-30 15:37:19 +08:00
editor Bug 1351548 - Remove reftest-stylo.lists. r=bholley 2017-04-28 11:15:58 +08:00
embedding
extensions Bug 1357107 - Part 2: Remove nsContentBlocker; r=bzbarsky 2017-04-28 00:13:23 -04:00
gfx Merge inbound to m-c a=merge 2017-05-02 17:35:06 -07:00
gradle/wrapper
hal
image Backed out changeset de8bbf1eb200 (bug 1359762) for failing reftest context-fill-01.html. r=backout 2017-04-28 22:54:00 +02:00
intl
ipc Backed out changeset 867fcd3e181d (bug 1350634) for leaking in sessionstore's browser-chrome tests 2017-04-30 21:14:10 -07:00
js Bug 1359142 - Define EPC_sig and RFP_sig for JS_CODEGEN_(ARM64|MIPS) on BSDs. r=luke 2017-04-24 18:08:12 +00:00
layout Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
media Bug 1357873 - Fix format warning in webrtc; r=jesup 2017-05-01 14:46:01 -04:00
memory
mfbt Bug 1357873 - Fix up 64-bit Android macros in IntegerPrintfMacros.h; r=Waldo 2017-05-01 14:46:00 -04:00
mobile Bug 1357874 - Disable RegExp JIT for AArch64; r=snorp 2017-05-01 14:46:00 -04:00
modules Bug 1357206 followup: fix the Windows key issues in devtools tests and reenable the new behavior. 2017-05-02 01:55:30 -04:00
mozglue Bug 1180561: Abort stack walking if we reach a frame inside msmpeg2vdec. r=njn 2017-05-02 09:28:17 -04:00
netwerk Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
nsprpub
other-licenses
parser Bug 1351548 - Remove reftest-stylo.lists. r=bholley 2017-04-28 11:15:58 +08:00
probes
python Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
rdf
security Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
services
servo servo: Merge #16686 - stylo: Parse eSafeAgentSheetFeatures as agent sheet (from aethanyc:bug1321754); r=heycam 2017-05-01 23:52:36 -05:00
startupcache
storage
taskcluster bug 1358601: set up CI builds and tests for DevEdition on mozilla-beta - enable pgo, fix Linux treeherder symbols, use correct mozconfigs for Mac and Windows. r=rail 2017-05-01 16:26:26 -04:00
testing Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
third_party/rust Bug 1341102: Revendor rust-dependencies manually on a CLOSED TREE. r=emilio 2017-05-01 02:49:23 +02:00
toolkit Merge m-c to autoland, a=merge 2017-05-02 17:38:11 -07:00
tools Bug 1351838: Don't sprintf within the profiler since it may take a lock. r=froydnj 2017-05-01 17:57:12 -04:00
uriloader
view Bug 1321754 Part 2 - Update reftest and crashtest expectations for stylo. r=heycam 2017-04-28 14:53:16 +08:00
widget Bug 1321754 Part 2 - Update reftest and crashtest expectations for stylo. r=heycam 2017-04-28 14:53:16 +08:00
xpcom Bug 1361263 - allow InvokeAsync() to accept a member function which is pass-by-reference. r=gerald 2017-04-30 15:37:19 +08:00
xpfe
.clang-format
.clang-format-ignore
.clang-tidy
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.inferconfig
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle
client.mk
client.py
CLOBBER Bug 1357107 - Part 2: Remove nsContentBlocker; r=bzbarsky 2017-04-28 00:13:23 -04:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
npm-shrinkwrap.json
old-configure.in
package.json
README.txt
settings.gradle
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.]

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 -
    https://nightly.mozilla.org/