Commit Graph

418936 Commits

Author SHA1 Message Date
Sotaro Ikeda
669ba8ebf0 Bug 1158692 - Change omx AudioSink to GonkAudioSink r=cpearce
--HG--
rename : dom/media/omx/AudioSink.h => dom/media/omx/GonkAudioSink.h
2015-04-28 06:50:59 -07:00
Chris Manchester
aaa0c48f52 Bug 1158019 - Tests exercising the proposed behavior. r=gps
--HG--
extra : rebase_source : c4eb68099397dba0bb3f9b191406fb569613f9bc
2015-04-24 17:14:03 -07:00
Chris Manchester
827c49f69d Bug 1158019 - Only resolve to tests under a subdirectory if an input to mozbuild's test resolver is the prefix of a directory containing tests. r=gps
Formerly, running |./mach test image/| would result in running a number of devtools tests
in addition to running tests under the image/ subdirectory. With this change, only tests
under the image/ directory would be run. Note that ./mach test animations or similar will
still run a variety of tests across the tree, because this input does not match a directory.

--HG--
extra : rebase_source : 8a0482796ccb51cec8cd873cf8cd9933e30d46d1
2015-04-24 17:14:03 -07:00
Jed Davis
05e38d787e Bug 1151597 - Step 2: Don't start child process memory reports until parent is finished. r=erahm
--HG--
extra : rebase_source : e271fd7997012d9f3eaff78c1dfff656347442be
2015-04-27 15:46:00 -04:00
Jed Davis
1b9d15f48d Bug 1151597 - Step 1: Change memory reporting IPC to send one report per message. r=erahm
Also fixes bug 1005154 -- since there's now a method for "end of report",
we might as well call it from ActorDestroy instead of Recv__delete__.

--HG--
extra : rebase_source : 89f467fbc553a1a3a4d9b144fff747fa3447f21b
2015-04-27 15:45:00 -04:00
Jed Davis
796a0902b3 Bug 1151597 - Step 0: Move IPC memory report generation number to parent-side actor. r=erahm
Preliminary cleanup before the main patch.  There's no reason for the
child to send the generation number back to the parent when the parent
already had it; the IPDL actor abstraction will ensure that the binding
between parent-side state and child-side state is maintained.

--HG--
extra : rebase_source : 42163bca488e4f63c14e4aee54f91a72a796f081
2015-04-27 15:44:00 -04:00
Ryan VanderMeulen
0d8e50dd6c Bug 1159096 - Skip recursion.js on Android debug.
--HG--
extra : rebase_source : 662b60ed41ec083194071d5f8f1d093b8abce13a
2015-04-28 09:40:09 -04:00
Paul Duguet
b7f487b922 Bug 1099149 - Part 2: Add a more specific error message when 'js::ToSimdConstant' argument is of wrong type. r=bbouvier
--HG--
extra : rebase_source : b7831885ec947db798e028a33a63fe9e45da8490
2014-11-22 09:07:00 +01:00
Doug Turner
107cf1a962 Bug 1147214 - Allow app: urls to use sw. r=baku 2015-04-25 08:27:50 +02:00
Carsten "Tomcat" Book
b3ac5654ea Backed out changeset 1b04bf621858 (bug 1158568) for bustage on a CLOSED TREE 2015-04-28 15:39:41 +02:00
Carsten "Tomcat" Book
a4ebdec9ac Backed out changeset 87277085561a (bug 1149605) for bustage on a CLOSED TREE 2015-04-28 15:37:01 +02:00
Nathan Froyd
91108f0f63 Bug 1158905 - remove dead code from protocol Transition functions; r=bent
PFoo::Transition currently looks something like:

bool
Transition(
        State from,
        mozilla::ipc::Trigger trigger,
        State* next)
{
    switch (from) {
    ...
    default:
        NS_RUNTIMEABORT("corrupted actor state");
        return false;
    }
    (*(next)) = __Error;
    return false;
}

Coverity complains that the assignment (*(next)) = __Error will never be
reached, and rightfully so.  We can remove this fallthrough block when
there are no states declared in the individual protocol.
2015-04-27 13:29:37 -04:00
Jean-Yves Avenard
d51ead79d5 Bug 1149605: Avoid potential integers overflow. r=kentuckyfriedtakahe 2015-04-28 22:28:41 +10:00
Jean-Yves Avenard
aa8f8fc0d2 Bug 1158568: Fix potential size overflow. r=kentuckyfriedtakahe 2015-04-28 22:27:13 +10:00
Neil Deakin
7003d61769 Bug 1157276, rework test to fix intermittent failure, r=test 2015-04-28 08:20:17 -04:00
Tooru Fujisawa
f1f24daae2 Bug 1151931 - Part 2: Warn about unreachable code after return statement. r=Waldo
--HG--
rename : js/src/jit-test/tests/basic/semicolon-less-return.js => js/src/jit-test/tests/basic/statement-after-return.js
2015-04-28 21:09:32 +09:00
Tooru Fujisawa
2a420c0b92 Bug 1151931 - Part 1: Avoid warning about unreachable code after return statement in some asm.js tests. r=Waldo 2015-04-28 21:06:19 +09:00
Carsten "Tomcat" Book
d33303c75b Merge mozilla-central to mozilla-inbound 2015-04-28 13:57:29 +02:00
Carsten "Tomcat" Book
08c395347f merge mozilla-inbound to mozilla-central a=merge 2015-04-28 12:01:09 +02:00
Makoto Kato
bc393a738b Bug 866301 - Part 4. Turn on Intl API for B2G. r=fabrice,waldo 2015-04-28 18:59:53 +09:00
Carsten "Tomcat" Book
8c43e51ebe merge fx-team to mozilla-central a=merge 2015-04-28 11:56:16 +02:00
B2G Bumper Bot
335498fca3 Bumping manifests a=b2g-bump 2015-04-27 23:47:28 -07:00
B2G Bumper Bot
5b4416daf8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/97f067180960
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #29760 from nullaus/master

Bug 1141792 - Use npm-cache task. r=jlal

========

https://hg.mozilla.org/integration/gaia-central/rev/6f9438c1b8d9
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1141792 - Use npm-cache task. r=jlal
2015-04-27 23:45:15 -07:00
B2G Bumper Bot
4a459766ee Bumping manifests a=b2g-bump 2015-04-27 21:37:53 -07:00
B2G Bumper Bot
6592c6649c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ad36bed6b86
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #29753 from russnicoletti/bug-1156612

Bug 1156612 - Fix remaining video jshint issues r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/16a629e0d50a
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1156612 - Fix remaining video jshint issues
2015-04-27 21:35:33 -07:00
Brian Grinstead
368c4f3793 Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs 2015-04-27 19:57:50 -07:00
B2G Bumper Bot
dcda897ce0 Bumping manifests a=b2g-bump 2015-04-27 15:32:29 -07:00
B2G Bumper Bot
cc50842793 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ada78e075685
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #29700 from russnicoletti/bug-1151775

Bug 1151775 - [Flame][Video]Share a video to mail/Messages and then back  to Video, the video can't be played r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/f15fccd33137
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1151775 - [Flame][Video]Share a video to mail/Messages and then back to Video, the video can't be played
2015-04-27 15:30:15 -07:00
B2G Bumper Bot
ea1b1b059c Bumping manifests a=b2g-bump 2015-04-27 15:00:04 -07:00
B2G Bumper Bot
872c10315b Bumping manifests a=b2g-bump 2015-04-27 14:12:45 -07:00
B2G Bumper Bot
08874001f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e59eca7f12b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #29533 from mikehenrty/bug-1154989-remove-old-test

Bug 1154989 - Remove obsolete notification test

========

https://hg.mozilla.org/integration/gaia-central/rev/fdae86b89d11
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1154989 - Remove obsolete notification test
2015-04-27 14:10:14 -07:00
B2G Bumper Bot
585438a964 Bumping manifests a=b2g-bump 2015-04-27 13:24:50 -07:00
B2G Bumper Bot
108ea60822 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4a713e18ae0
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1138718 - merge pull request #28908 from zbraniecki:1138718-update-notifications-l10n-api to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/41db9008fbc5
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1138718 - Update Camera's Notification API to use L10n API

========

https://hg.mozilla.org/integration/gaia-central/rev/0882381cc764
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1158238 - merge pull request #29718 from KevinGrandon:bug_1158238_app_import_activity to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3c66c0cdf2a0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1158238 - [System] Add import activity r=kgrandon r=justindarc
2015-04-27 13:22:38 -07:00
B2G Bumper Bot
02d6358db1 Bumping manifests a=b2g-bump 2015-04-27 13:07:30 -07:00
B2G Bumper Bot
bafd41bb1a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/54c3c717ca6d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1157895 - merge pull request #29748 from Cwiiis:bug1157895-fix-gaia-grid-height to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/51a225a1e081
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1157895 - Fix gaia-grid being too tall sometimes. r=kgrandon

If the last item in the grid was in the last column position, it would
incorrectly add to the height of the grid.
2015-04-27 13:05:18 -07:00
Ryan VanderMeulen
bbf7697677 Merge m-c to b2g-inbound. a=merge 2015-04-27 15:21:41 -04:00
Ryan VanderMeulen
ae67d6b344 Backed out 2 changesets (bug 1099149, bug 1154356) for suspicion that one of them is causing frequent Android debug recursion.js failures. a=me
Backed out changeset ecc645744a11 (bug 1154356)
Backed out changeset 1d7c532f2a62 (bug 1099149)
2015-04-27 15:14:19 -04:00
Ryan VanderMeulen
74eb7193a7 Merge inbound to m-c. a=merge 2015-04-27 15:13:19 -04:00
Hiroyuki Ikezoe
fc6e6e9d62 Bug 1150822 - Need ability to skip each test on a given conditions. r=ted 2015-04-27 20:39:00 +02:00
Shu-yu Guo
5e37047fdc Bug 1157963 - Don't delazify functions about to be finalized. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
c61fadcb41 Bug 1157963 - Fix LazyScript::hasUncompiledEnclosingScript. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
305cf394a2 Bug 1158407 - Stop using this one weird allocation fallback for MCreateThisWithTemplate. (r=terrence) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
f67e3b7686 Bug 1155474 - Consider the input to MThrowUninitializedLexical implicitly used. (r=Waldo) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
9aef1e19a2 Bug 1156190 - Do not emit DEBUGLEAVESCOPE if we're also going to emit POPBLOCKSCOPE. (r=jimb) 2015-04-28 01:44:22 -07:00
Shu-yu Guo
95ec4ecbe5 Bug 1148917 - Add a new option to FrameIter that allows stopping at debugger eval frames. (r=jimb) 2015-04-28 01:44:22 -07:00
Robert Longson
0423fafd0c Bug 1158551 - calling valueAsString on a length with an invalid string should throw. r=dholbert 2015-04-28 09:21:52 +01:00
Geoff Lankow
9b06d1932b Bug 1138336 - Adapt nsIScriptError so it can display log messages with filename and line number; r=jst,neil,past 2015-04-28 18:39:47 +12:00
Matt Woodrow
18b4767b02 Bug 1156966 - Avoid writing 0's to mEmptyHdr in nsTArray since it triggers TSan warnings. r=nfroyd
--HG--
extra : rebase_source : b6e69723f378d73dc74c301b077618aaafda905a
2015-04-28 17:57:15 +12:00
B2G Bumper Bot
a73d74aea7 Bumping manifests a=b2g-bump 2015-04-27 11:27:33 -07:00
B2G Bumper Bot
0dc645c011 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/395d10bf55ad
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #29746 from eliperelman/bug-1155814

Bug 1155814 - Bumping gaia-raptor to v1.4.1

========

https://hg.mozilla.org/integration/gaia-central/rev/2b8cc9644017
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1155814 - Bumping gaia-raptor to v1.4.1
2015-04-27 11:25:21 -07:00