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
Gregory Szorc 4b05251aa6 Bug 1272782 - Send tuple properly; r=ahal
Found this bug when auditing the code for issues. We are attempting
to send a tuple but were forgetting the trailing comma on a single
element tuple.

Fortunately, this doesn't appear to impact anything because
the receiving end of the pipe doesn't care what data it receives.

MozReview-Commit-ID: E34fBqxgUSq

--HG--
extra : rebase_source : 3701a28979a8b53d40ea68acef3ee2cb6d8a50f2
2016-05-13 13:57:59 -07:00
accessible Bug 1259661 part.9 Rename WidgetMouseEvent::clickCount to WidgetMouseEvent::mClickCount r=smaug 2016-05-10 23:29:14 +09:00
addon-sdk Bug 1227230 - Remove all of the e10s prompting code. r=jimm 2016-05-12 20:31:52 -03:00
b2g Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester 2016-05-12 12:15:58 -04:00
browser bug 1269998 - Prompt users with pending crash reports to submit them r=mconley ui-r=shorlander 2016-05-10 23:50:55 -07:00
build Bug 1272748 Expose --enable-sm-promise config setting in mozinfo.json. r=mshal 2016-05-13 13:00:16 -07:00
caps Bug 1270679 - Ensure blob URLs are only accessible within the same usercontextId, r=bz 2016-05-11 19:53:13 +02:00
chrome Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps 2016-04-04 14:56:52 -07:00
config Bug 1270832 - turn on debug mode for libstdc++ headers; r=glandium 2016-05-11 17:01:39 -04:00
db/sqlite3 Bug 879133 - "indexedDB.open fails if profile is in network drive". r=mak77 2016-05-03 02:53:00 +02:00
devtools merge mozilla-inbound to mozilla-central a=merge 2016-05-13 11:59:20 +02:00
docshell Back out 5 changesets (bug 881832) for failures in browser_html_tooltip-02.js 2016-05-11 21:08:08 -07:00
dom Bug 1272298 - nsFormSubmission should support "\0" input string, r=smaug 2016-05-13 22:48:03 +02:00
editor Bug 1271460, don't leak editor created element objects, r=ehsan 2016-05-13 20:10:22 +03:00
embedding Bug 1272298 - nsFormSubmission should support "\0" input string, r=smaug 2016-05-13 22:48:03 +02:00
extensions Bug 1271032 - Make getPref Unicode-aware. r=mkaply 2016-05-10 19:45:22 +09:00
gfx Bug 1270902 - Ensure scroll handoff parents are specified in the layer trees used by APZ gtests. r=kats 2016-05-11 19:59:05 -04:00
gradle/wrapper Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella 2016-04-19 20:01:38 +02:00
hal Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice 2016-05-02 10:27:15 -07:00
image Bug 1271002. Notify right away after getting the first frame of an animated image. r=seth 2016-05-13 16:19:55 -05:00
intl Bug 1269246 - Remove unnecessary PromiseFlatString. r=hsivonen 2016-05-02 14:30:40 +09:00
ipc Bug 1269056: Part 3 - Consolidate XPCOM and chromium event queues for the main thread. r=froydnj 2016-05-12 15:15:43 -07:00
js Bug 1272269: IonMonkey - Reintroduce template object on the VM variant of MNewArray And MNewObject, r=efaust 2016-05-13 23:52:30 +02:00
layout merge mozilla-inbound to mozilla-central a=merge 2016-05-13 11:59:20 +02:00
media Backed out changeset 1709366abefd (bug 1208373) 2016-05-13 13:51:41 +02:00
memory Bug 1259537 - Unbreak libc++ build after bug 1245076. r=glandium 2016-05-01 09:32:10 +00:00
mfbt Bug 1269968 - Remove unnecessary deduction on RefPtr.h. r=froydnj 2016-05-03 20:45:00 +02:00
mobile Bug 1271103 - Remove possible race condition in GLController.java. r=snorp 2016-05-13 13:43:06 -05:00
modules Bug 1259345: Let layout.css.prefixes.webkit ride the trains (and be default-enabled even in release builds). r=cjku 2016-05-13 09:45:19 -07:00
mozglue Bug 1257441 - Remove arm detection for WinCE using MSVS. r=glandium 2016-05-09 10:40:06 +09:00
netwerk Bug 1214071 - Tests for Get/RemoveCookiesWithOriginAttributes() r=ehsan 2016-05-12 10:12:47 +08:00
nsprpub Bug 1257250 - pr_getnameforidentity bounds check and locking r=ted.mielczarek 2016-03-15 17:44:17 -04:00
other-licenses Merge m-c to fx-team, a=merge 2016-03-16 16:52:30 -07:00
parser Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
probes Bug 1253622 - Move the mozilla-trace.h generation into moz.build; r=ted 2016-03-07 14:59:13 +01:00
python Bug 1272748 Expose --enable-sm-promise config setting in mozinfo.json. r=mshal 2016-05-13 13:00:16 -07:00
rdf Bug 1263496 - Part 3: fix for nsNullPrincipal::Create 2016-04-27 18:38:07 +08:00
release/docker Bug 1266039 - Generate release promotion specific docker images as a part of release promotion process r=Callek a=release DONTBUILD 2016-04-20 17:03:09 -04:00
security bug 428421 - fix ordering of FIPS description strings r=keeler 2016-05-12 15:45:30 -07:00
services Bug 1272455 - Bug 1272455 follow up, set SyncedTabs device icon correctly. r=markh 2016-05-12 11:42:15 -07:00
startupcache Bug 1258087 - Fix -Wunreachable-code warning in StartupCache.cpp on macosx64-mulet. r=froydnj 2016-03-19 00:10:16 -07:00
storage Bug 1271514: clean up threads in test_unlock_notify r=froydnj 2016-05-11 00:09:53 -04:00
testing Bug 1272782 - Send tuple properly; r=ahal 2016-05-13 13:57:59 -07:00
toolkit bug 1269998 - Prompt users with pending crash reports to submit them r=mconley ui-r=shorlander 2016-05-10 23:50:55 -07:00
tools Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester 2016-05-12 12:15:58 -04:00
uriloader Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
view Bug 1259661 part.4 Rename WidgetMouseEvent::reason to WidgetMouseEvent::mReason r=smaug 2016-05-12 11:36:41 +09:00
widget Bug 1271867 - Update our usage of NSWindow::convertBaseToScreen/convertScreenToBase to modern ApplicationKit API. r=mstange 2016-05-05 12:27:13 +01:00
xpcom Bug 1272298 - nsFormSubmission should support "\0" input string, r=smaug 2016-05-13 22:48:03 +02:00
xpfe Back out 5 changesets (bug 881832) for failures in browser_html_tooltip-02.js 2016-05-11 21:08:08 -07:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1266826 - Turn Templater.jsm into a .js. r=jryans 2016-05-12 09:06:38 -06:00
.eslintrc Bug 1245916: Unify eslint global discovery rules. r=pbrosset 2016-02-05 11:37:50 -08:00
.gdbinit
.gitignore Bug 1255450 - [mach] Enable runtime configuration files, r=gps 2016-03-28 11:18:24 -04:00
.hgignore Bug 1255450 - [mach] Enable runtime configuration files, r=gps 2016-03-28 11:18:24 -04:00
.hgtags No bug - Tagging mozilla-central 1c6385ae1fe7e37d8f23f958ce14582f07af729e with FIREFOX_AURORA_48_BASE a=release DONTBUILD CLOSED TREE 2016-04-25 10:00:42 -07:00
.lldbinit Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky 2016-03-01 16:36:08 +00:00
.ycm_extra_conf.py
aclocal.m4 Bug 1259382 - Move CC/CXX/HOST_CC/HOST_CXX to moz.configure. r=ted 2016-04-14 13:21:29 +09:00
Android.mk
AUTHORS
build.gradle Bug 1268453 - Use Android Gradle plugin 2.1. r=mcomella 2016-04-29 14:48:43 +02:00
client.mk Bug 1264703 - Add configure as a tier to build metrics. r=gps 2016-04-15 09:17:40 -07:00
client.py
CLOBBER Bug 1265131 - clobber for Skia m51 update 2016-04-28 22:55:53 -04:00
configure.in Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted 2016-02-25 07:22:33 +09:00
configure.py Bug 1258618 - Serialize substs/configs and defines bools as '1' or '' in config.status. r=nalexander 2016-03-23 09:24:47 +09:00
GNUmakefile
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1242051 - Install test files to the objdir lazily rather than with each invocation of mach. r=gps 2016-04-04 14:56:52 -07:00
moz.build Bug 1264817 - Traverse nspr and icu during disable compile environment builds now that we aren't using their build systems. r=glandium 2016-04-15 09:17:40 -07:00
moz.configure Bug 1265374 - Move check_prog for archive programs into toolkit/moz.configure; r=glandium 2016-04-20 11:47:33 +02:00
mozilla-config.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
old-configure.in Bug 1272483 - Remove MOZ_UPDATE_PACKAGING and --enable-update-packaging; r=chmanchester 2016-05-12 12:15:58 -04:00
README.txt
settings.gradle Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella 2016-02-17 19:25:54 -08:00
test.mozbuild Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps 2015-12-01 13:57:52 +09:00

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/