Commit Graph

398811 Commits

Author SHA1 Message Date
Masayuki Nakano
486473fda9 Bug 900372 Remove the warnings of renaming .key values r=smaug 2014-12-30 10:47:53 +09:00
Wes Kocher
8a18f7d815 Merge m-c to inbound a=merge CLOSED TREE 2014-12-29 17:33:20 -08:00
Wes Kocher
36b93d20b2 Merge inbound to m-c a=merge CLOSED TREE 2014-12-29 17:28:04 -08:00
Wes Kocher
c5db8302cc Merge fx-team to m-c a=merge CLOSED TREE 2014-12-29 16:55:44 -08:00
Wes Kocher
2e3d957de7 Backed out changeset 9878f361d7f7 (bug 1115246) to see if it fixes linux builds on a CLOSED TREE 2014-12-29 16:35:04 -08:00
Mike Hommey
7d9e4eaec0 Bug 1115481 - Move 'window' variable declaration in the #ifdef it's used from. r=karlt 2014-12-30 09:24:24 +09:00
Bobby Holley
b6b5e959bb Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian
MP4Demuxer accesses shared state (index, moofparser) in lots of shared helper
routines, so we should assume that it's not safe to touch the demuxer at all
without holding the lock (unless demonstrated otherwise). This stuff should
probably be redesigned, but that's a problem for another day.
2014-12-29 16:10:16 -08:00
Bobby Holley
fe6a11e4f9 Bug 1115749 - Hold the demuxer lock while accessing metadata. r=rillian
We're invoking a number of methods on mDemuxer here.
2014-12-29 16:10:16 -08:00
Bobby Holley
47687b23ea Bug 1115749 - Hold the demuxer monitor in MP4Reader::Seek. r=rillian
This method invokes Seek* on mDemuxer.
2014-12-29 16:10:16 -08:00
Bobby Holley
e6e1fb5905 Bug 1115749 - Rename mIndexMonitor to mDemuxerMonitor. r=rillian 2014-12-29 16:10:16 -08:00
Brian Hackett
c5c37e6f94 Bug 1115246 - Assertion failure: !cx->isExceptionPending(), at js/src/jscntxtinlines.h, r=jandem 2014-12-29 16:02:49 -08:00
Gregory Szorc
d8af9d983e NO BUG - Remove deleted python/codegen from Sphinx docs
The python/codegen directory was removed in 9cbc28021b7b (bug 1108294).
However, the Sphinx reference lingered. Kill the dangling reference.
2014-12-29 15:49:36 -08:00
Aaron Klotz
88a0a21a84 Bug 1070755: Add telemetry for timing PluginAsyncSurrogate::WaitForInit; r=vladan 2014-12-29 16:14:46 -07:00
Aaron Klotz
8d9ffa448e Bug 998863: Asynchronous Plugin Initialization, Part 14: Build system updates; r=jimm 2014-12-29 16:14:38 -07:00
Aaron Klotz
053f6ed12d Bug 998863: Asynchronous Plugin Initialization, Part 13: PluginAsyncSurrogate; r=jimm 2014-12-29 16:14:31 -07:00
Aaron Klotz
68518ed786 Bug 998863: Asynchronous Plugin Initialization, Part 12: PluginScriptableObject changes; r=jimm 2014-12-29 16:14:21 -07:00
Aaron Klotz
1e20a19021 Bug 998863: Asynchronous Plugin Initialization, Part 11: IPC browser stream changes; r=jimm 2014-12-29 16:14:11 -07:00
Aaron Klotz
7358e36e49 Bug 998863: Asynchronous Plugin Initialization, Part 10: PluginInstanceParent changes; r=jimm 2014-12-29 16:14:03 -07:00
Aaron Klotz
66e006ee8b Bug 998863: Asynchronous Plugin Initialization, Part 9: PluginModuleParent changes; r=jimm 2014-12-29 16:13:54 -07:00
Aaron Klotz
d9fc63ab86 Bug 998863: Asynchronous Plugin Initialization, Part 8: Plugin process launch changes; r=josh 2014-12-29 16:13:28 -07:00
Aaron Klotz
8aba709c34 Bug 998863: Asynchronous Plugin Initialization, Part 7: PluginDataResolver; r=jimm 2014-12-29 16:13:18 -07:00
Aaron Klotz
1b4797b162 Bug 998863: Asynchronous Plugin Initialization, Part 6: PluginInstanceChild changes; r=jimm 2014-12-29 16:13:09 -07:00
Aaron Klotz
fa4fa1ef01 Bug 998863: Asynchronous Plugin Initialization, Part 5: PluginModuleChild changes; r=jimm 2014-12-29 16:13:01 -07:00
Aaron Klotz
5374a7a76b Bug 998863: Asynchronous Plugin Initialization, Part 4: IPDL changes; r=jimm 2014-12-29 16:12:54 -07:00
Aaron Klotz
0876759d20 Bug 998863: Asynchronous Plugin Initialization, Part 3: ipc/glue changes; r=dvander 2014-12-29 16:12:47 -07:00
Aaron Klotz
b0f6244ad7 Bug 998863: Asynchronous Plugin Initialization, Part 2: dom/plugins/base changes; r=johns,josh 2014-12-29 16:12:40 -07:00
Aaron Klotz
a7837a089d Bug 998863: Asynchronous Plugin Initialization, Part 1: nsJSNPRuntime changes; r=josh 2014-12-29 16:12:25 -07:00
Gavin Sharp
f0118ffb88 Bug 1106150: fix condition="defaultEngine" MozParam. r=markh 2014-12-30 08:54:23 +11:00
Gijs Kruitbosch
34f30cdadc Bug 1096319 2014-12-29 12:12:02 -08:00
Wes Kocher
70b2583154 Backed out changeset 169e19d13daa (bug 903456) for S4 bustage 2014-12-29 11:55:21 -08:00
Michael Comella
5867915caa Bug 1095278 - Part 4: Disable testGetUserMedia on release builds. r=rnewman 2014-12-29 11:29:32 -08:00
Michael Comella
15eabdf17b Bug 1095278 - Part 3: Do not test for tracking protection on non-nightly builds. r=rnewman 2014-12-29 11:29:29 -08:00
Michael Comella
2a3d3b7407 Bug 1095278 - Part 2: Disable testAboutPasswords on non-Nightly builds. r=rnewman 2014-12-29 11:29:27 -08:00
B2G Bumper Bot
b36c9249be Bumping manifests a=b2g-bump 2014-12-29 10:21:57 -08:00
B2G Bumper Bot
3367757f81 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1830710359d
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #26860 from azasypkin/bug-1105857-alert-custom-dialog

 Bug 1105857 - [Messages] User doesn't receive any notification about incoming message if native modal dialog is shown. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/15e05e3a2be4
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1105857 - [Messages] User doesn't receive any notification about incoming message if native modal dialog is shown. r=schung
2014-12-29 10:12:17 -08:00
B2G Bumper Bot
94a02c0cd1 Bumping manifests a=b2g-bump 2014-12-29 09:19:03 -08:00
B2G Bumper Bot
c0c9d4a306 Bumping manifests a=b2g-bump 2014-12-29 08:36:54 -08:00
B2G Bumper Bot
a420e0d977 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdc21213beac
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #27025 from zbraniecki/1068382-turn-on-multilocale-for-every-build

Bug 1068382 - Switch to use multilocale.js for every build. r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/83db2cfc00a7
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1068382 - Switch to use multilocale.js for every build
2014-12-29 08:32:16 -08:00
B2G Bumper Bot
539a958aa9 Bumping manifests a=b2g-bump 2014-12-29 07:36:55 -08:00
B2G Bumper Bot
38091504b4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e01e38b97673
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1067731 - Display immediately WAP Push signal indication messages with the signal-high action set r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/f310a5ce2ed7
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #27008 from RickyChien/bug-1024386

Bug 1024386 - execute jshint for build director r=@cctuan

========

https://hg.mozilla.org/integration/gaia-central/rev/df387e9fb90f
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1024386 - execute jshint for build director
2014-12-29 07:27:15 -08:00
Carsten "Tomcat" Book
cfe91da548 Merge mozilla-central to b2g-inbound 2014-12-29 16:20:37 +01:00
Carsten "Tomcat" Book
10de3be93b merge b2g-inbound to mozilla-central a=merge 2014-12-29 16:13:08 +01:00
Carsten "Tomcat" Book
2a9a1751bf merge fx-team to mozilla-central a=merge 2014-12-29 16:05:18 +01:00
B2G Bumper Bot
f6443e6d2a Bumping manifests a=b2g-bump 2014-12-29 06:01:51 -08:00
B2G Bumper Bot
d43da11cd1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb6328ef3a94
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #27027 from mwargers/facebook_import8

Bug 1086680 - Write an automated test for Facebook import contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/7b29887c4fc5
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1086680 - Write an automated test for Facebook import contacts
2014-12-29 05:57:13 -08:00
B2G Bumper Bot
c981c8b07b Bumping manifests a=b2g-bump 2014-12-29 03:41:57 -08:00
B2G Bumper Bot
d6143b2892 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/830a947f0e7d
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #27040 from chirarobert/bug_1116076

Bug 1116076 - [v2.2] Fix test_rocketbar_add_collection failure

========

https://hg.mozilla.org/integration/gaia-central/rev/400a3f7f0314
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1116076 - [v2.2] Fix test_rocketbar_add_collection failure
2014-12-29 03:37:19 -08:00
Carsten "Tomcat" Book
243ae0d881 Backed out changeset 1cddaf8b16f4 (bug 1077075) for bustage 2014-12-29 10:45:03 +01:00
Carsten "Tomcat" Book
bf5fb8cbfc Backed out changeset cfddd3baeb0b (bug 1077075) 2014-12-29 10:30:19 +01:00
Carsten "Tomcat" Book
f11023f88b Backed out changeset 916a5e943388 (bug 1077075) 2014-12-29 10:30:17 +01:00