Commit Graph

357913 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
ad61a0ec58 Bug 1001959 - Give up references to NrIceMediaStream on STS instead of main. r=jib 2014-04-28 09:01:29 -07:00
Trevor Saunders
2b39071dd1 Bug 1001001 - Stop exporting opus_ symbols from libxul. r=rillian,ted
Opus doesn't seem to provide a define for being built as a static
library, but it allows us to override what it would define OPUS_EXPORT
to be.  So we can just define OPUS_EXPORT to the empty string and then
those symbols will be hidden in libxul just like anything else.
2014-04-24 13:39:00 -07:00
Randy Lin
010711a79e Bug 1000736 - Throw a error if an app tries to record a video from a video file being transcoded into a stream. r=tterribe. 2014-04-29 11:34:43 +08:00
Kartikaya Gupta
b1e2c2d572 Bug 945789 - Tune APZ physics prefs based on UX feedback. r=botond 2014-04-28 13:56:00 +02:00
Steve Singer
a30767cbd5 Bug 1002277 - TopmostJitActivationCompartment is not defined on non-ion builds. r=bhackett 2014-04-27 17:27:00 +02:00
Nils Ohlmeier [:drno]
8db0aca6a4 Bug 1000741 - only add the fake media constraint if not provided by the caller. r=rjesup 2014-04-24 00:18:00 +02:00
Yuan Xulei
3a932629fe Bug 955965 - Mochitest for InputMethodManager#hide. r=fabrice 2014-04-25 16:49:35 +08:00
Birunthan Mohanathas
5e01b2cee4 Bug 1001987 - Make MOZ_STATIC_ASSERT_VALID_ARG_COUNT compatible with ICC. r=Waldo 2014-04-28 07:48:00 +02:00
Michael Shuen
e76fd87034 Bug 972385 - Make JS::AutoValueVector subscript operator return handles. r=jonco, smaug 2014-04-28 16:53:00 +02:00
Kartikaya Gupta
c4f40dc0a4 Bug 1002482 - Log mTransformScale as part of the FrameMetrics dump. r=botond 2014-04-28 08:18:00 +02:00
Kartikaya Gupta
3d7ca49fed Bug 1002482 - Ensure the isDefault variable is computed before mFrameMetrics is modified. r=botond 2014-04-28 07:58:00 +02:00
Jan de Mooij
0181f313d3 Bug 1000942 - Eliminate some unnecessary object type barriers. r=bhackett 2014-04-29 08:54:46 +02:00
Matthew Gregan
8baaf89c87 Backout 07196a58650f (bug 1002320) so it can be relanded with a follow-up fix. 2014-04-29 18:52:18 +12:00
Andrea Marchesini
a6fb3eb7dd Bug 1000947 - Console::Methods must not throw exceptions, r=bz 2014-04-29 07:49:57 +01:00
Brian Smith
4cbf0ef630 Bug 998067: Add utility code for making it easier to create GTests based on NSS, r=keeler
--HG--
extra : rebase_source : 8ae08d1ccc9329aa567cfc7ac590ddb026155bae
2014-04-16 21:38:01 -07:00
Brian Smith
8c0e54d6a8 Bug 1000544: Use "Fail(x, y)" instead of "PR_SetError(y, 0); return x;" more consistently, r=mmc
--HG--
extra : rebase_source : 96addac738b8ffe39c7a92d546388d5f13fc2340
2014-04-23 14:13:32 -07:00
Brian Smith
bd4b0a0668 Bug 1000482: Remove unused stapledOCSPResponse parmaeter from BuildForwardInner, r=mmc, r=keeler
--HG--
extra : rebase_source : b5d67d3488aa3df5690a7dd2b76495ac4986a723
2014-04-23 13:42:38 -07:00
Brian Smith
d6bedee1bf Bug 1000483: Remove unused isTrustAnchor parameter from CheckKeyUsage, r=cviecco
--HG--
extra : rebase_source : 96e7b76362d6219193c814d35c332aae2ed5b48f
2014-04-23 13:38:19 -07:00
David Burns
b8240d4674 Bug 929175: Part 1: Allow Marionette to switch to frameset frames. ; r=mdas 2014-01-18 20:08:36 +00:00
David Burns
2790ae7db2 Bug 929175: Part 2: Updating frames tests.; r=mdas 2014-04-25 14:41:17 +01:00
JW Wang
443e575546 Bug 916399 - autoplay fails to activate due to Bug 1001317, call play() instead, r=cpearce 2014-04-28 00:59:00 -07:00
Jim Chen
1f93ec2412 Bug 999071 - Wait a bit longer for a complete ping file; r=blassey 2014-04-28 22:20:52 -04:00
Jim Chen
c56070ff29 Bug 999071 - Add test for ANR reporter; r=blassey 2014-04-28 22:20:52 -04:00
Jim Chen
123716de41 Bug 999071 - Empty ANR file during testing instead of deleting it; r=gbrown 2014-04-28 22:20:52 -04:00
Jim Chen
e8ad92a6ac Bug 999071 - Don't notify observers in profiler when used by Android ANR reporter; r=BenWa 2014-04-28 22:20:51 -04:00
Matthew Gregan
0b88abbf1e Bug 1002320 - Switch video readers at the earliest possible point rather than the latest. r=cajbir 2014-04-27 22:11:00 +12:00
Jeff Gilbert
b86681b638 Bug 997374 - Check FB status in GLScreenBuffer. - r=bjacob 2014-04-28 18:11:14 -07:00
Alexander Surkov
eb228724e8 Bug 1000465 - fix bunch of warning in accessible module, r=jwei 2014-04-25 22:42:19 -04:00
Ehsan Akhgari
83df766a59 Bug 1002313 - Fix the test for bug 503926 so that it doesn't rely on nsIDOMNode being scriptable; r=bzbarsky 2014-04-28 19:58:34 -04:00
Nicholas Nethercote
29c4ea7751 Bug 997590 (part 2) - Create RegExpStaticsObjects lazily. r=sstangl.
--HG--
extra : rebase_source : 9cffd8ad8d3e66bb523cb1c127ca066847e34ee6
2014-04-22 20:13:24 -07:00
Nicholas Nethercote
237a8118d3 Bug 997590 (part 1) - Remove a dead else-branch. r=sstangl.
--HG--
extra : rebase_source : e126b0c5189f7845b7d6c1fc1a65aaca4d7dab12
2014-04-22 20:12:33 -07:00
Chris Peterson
8d8caa847d Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in widget/android. r=blassey 2014-04-27 18:56:46 -07:00
Chris Peterson
7388bec3b0 Bug 880329 - Remove ES3-only SyntaxError for do-while without semicolon. r=jorendorff 2014-04-18 00:24:04 -07:00
Jonathan Watt
2a54bb27d4 Bug 1001683 - Convert a bunch of ReadPixelsIntoImageSurface callers to ReadPixelsIntoDataSurface callers (Moz2D migration). r=mattwoodrow 2014-04-29 00:26:54 +01:00
Jonathan Watt
e619ecaddc Bug 1001682 - Don't reverse the R and B components in the GL CopyDataSourceSurface code for SurfaceFormat::R5G6B5. r=mattwoodrow 2014-04-29 00:26:53 +01:00
Wes Kocher
177f1467fe Merge fx-team to m-c 2014-04-28 16:20:24 -07:00
Wes Kocher
f2ad22eb49 Merge b2g-inbound to m-c 2014-04-28 16:10:59 -07:00
Wes Kocher
ebf5e47361 Backed out changeset 1201268ce090 (bug 993019) for possibly making Android J3 tests flaky 2014-04-28 15:56:47 -07:00
Wes Kocher
4b24f060a1 Backed out changeset c2c65691e01d (bug 996508) for possibly making Android J3 tests flaky 2014-04-28 15:55:53 -07:00
Wes Kocher
bfff1455c9 Merge inbound to m-c 2014-04-28 15:54:30 -07:00
B2G Bumper Bot
3aa574f99a Bumping manifests a=b2g-bump 2014-04-28 12:26:17 -07:00
B2G Bumper Bot
06c557dfde Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

bug 999511

========

https://hg.mozilla.org/integration/gaia-central/rev/a138fd9f4470
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 999511

* Do not use gecko provided title if it contains the origin of the URL of the application.

r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/99f2208b05c3
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #18746 from stasm/1001453-wappush-once

Bug 1001453 - Clean up bootstrap mozL10n API use in Wappush. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/e7da444b4ea9
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1001453 - Clean up bootstrap mozL10n API use in Wappush. r=gsvelto
2014-04-28 12:20:52 -07:00
Benoit Jacob
f7e1422d92 Bug 924622 - Remove an assertion to complete the backout on a CLOSED TREE 2014-04-28 14:34:46 -04:00
ffxbld
876943a610 Version bump. CLOSED TREE NO BUG a=release 2014-04-28 14:18:37 -04:00
ffxbld
65412dc913 Added FIREFOX_AURORA_31_BASE tag for changeset cfde3603b020. DONTBUILD CLOSED TREE NO BUG a=release 2014-04-28 14:18:30 -04:00
Nicolas Silva
264f4d9481 Bug 924622 - Backout because of e10s mochitest regression on linux on a CLOSED TREE 2014-04-28 19:32:32 +02:00
Nicolas Silva
1f0cce38f8 Bug 924622 - Move some #includes around to fix the build on a CLOSED TREE 2014-04-28 19:11:56 +02:00
B2G Bumper Bot
e92011dd20 Bumping manifests a=b2g-bump 2014-04-28 10:06:37 -07:00
B2G Bumper Bot
26535ed34d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57cb6d635bad
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #16572 from borjasalguero/composer_flex

Bug 949457 - Make Compose into a flex layout r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/d5824ae76962
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 949457 - Make Compose into a flex layout r=julienw
2014-04-28 10:00:42 -07:00
B2G Bumper Bot
71f39678f2 Bumping manifests a=b2g-bump 2014-04-28 09:56:34 -07:00