354250 Commits

Author SHA1 Message Date
Mike Hommey
4be1d02793 Bug 991769 - Add missing parenthesis. r=me 2014-04-04 15:08:25 +09:00
Mike Hommey
4ab29954d0 Bug 991976 - Only fail creating .mozconfig.mk once. r=mshal 2014-04-04 14:57:36 +09:00
Mike Hommey
f839362458 Bug 991799 - Fixup Windows resource include file location after bug 988168. r=mshal 2014-04-04 14:57:09 +09:00
Mike Hommey
6ade45f077 Bug 991769 - Cleanup gtest libxul when doing make clean or distclean. r=mshal 2014-04-04 14:56:51 +09:00
Mike Hommey
63ea6f2df2 Bug 982014 - Fix what sections are copied from injection object after bug 932737. r=nfroyd 2014-04-04 14:56:36 +09:00
Boris Zbarsky
84ac67522d Bug 985536 followup: mark argument that should be optional as optional. r=orange 2014-04-04 00:21:24 -04:00
Boris Zbarsky
0dc016d79f Bug 991753. Make sure we're in the right compartment before we try wrapping our Promise in Promise::GetOrCreateWrapper. r=bholley 2014-04-03 23:32:11 -04:00
Boris Zbarsky
1da745b30f Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey 2014-04-03 23:32:11 -04:00
Phil Ringnalda
7139e221ae Backed out 5 changesets (bug 991032, bug 990933, bug 990876, bug 990871) for build bustage
CLOSED TREE

Backed out changeset c28e1344a6da (bug 991032)
Backed out changeset c85326be7e94 (bug 990876)
Backed out changeset 7cd1a8c883cb (bug 990876)
Backed out changeset 3052e8a3c505 (bug 990933)
Backed out changeset 6685770cf674 (bug 990871)
2014-04-03 20:28:52 -07:00
Nicolas Silva
3d8e4ec216 Bug 991032 - Cleanup X11 TextureClient/Host. r=mattwoodrow 2014-04-04 11:15:47 +08:00
Nicolas Silva
ba3184795f Bug 990876 - Remove TextureClientSurface. r=mattwoodrow 2014-04-04 11:15:34 +08:00
Nicolas Silva
8a2e8c94cf Bug 990876 - Moz2dify TestTextures. r=mattwoodrow 2014-04-04 11:15:29 +08:00
Nicolas Silva
852b2608c3 Bug 990933 - Moz2dify SimpleTiledContentClient. r=jrmuizel 2014-04-04 11:15:25 +08:00
Nicolas Silva
e7fd1ad9ea Bug 990871 - Move TextureClientDrawTarget into TextureClient. r=mattwoodrow 2014-04-04 11:15:18 +08:00
Matthew Gregan
ff8c8c001f Bug 948269 - Remove incorrect assertion from AudioSink::Drain. r=cpearce 2014-04-04 15:31:10 +13:00
Shu-yu Guo
58623399e3 Bug 989509 - Part 3: security/ (r=cviecco,dkeeler) 2014-04-03 19:29:40 -07:00
Shu-yu Guo
82fe2098a8 Bug 989509 - Part 2: dom/, netwerk/, startupcache/, and xpcom/ (r=aklotz,bent,gvselto,mayhemer,Mossop) 2014-04-03 19:29:40 -07:00
Shu-yu Guo
d06936982e Bug 989509 - Part 1: js/ (r=luke) 2014-04-03 19:29:40 -07:00
Viktor Stanchev
8f6b3cf1ab Bug 986160 - Create unit tests for the Gecko Profiler. r=benwa
--HG--
extra : rebase_source : b73d3af33ddbf032a01067c9d92ea6a6e441cdba
2014-04-04 10:11:41 +08:00
Matthew Gregan
168f8d90ad Bug 948269 - Refactor MediaDecoderStateMachine::AudioLoop into a standalone AudioSink class. r=cpearce 2013-12-11 18:03:30 +13:00
Neil Rashbrook
936188506a Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-04-03 23:06:26 +01:00
Joshua Cranmer
bbf90fc4c1 Bug 991449: Shorten Unified filename prefixes to avoid max path length linker errors on Windows, r=gps
--HG--
extra : rebase_source : 4f3ff4324b87ebdfa20c6bc92cbabb8eb6f60391
2014-04-03 16:50:31 -05:00
Chris Pearce
7f6e8b96b9 Bug 986947 - Make MP3 contained in MP4 playback again on Windows with WMF backend. r=padenot
Report that we can play MP3 inside MP4 on Windows Vista and later in
HTMLMediaElement.canPlayType. Chrome and IE on Windows match this behaviour.

Add a test file with MP3 contained inside MP4. Note the B2G emulator can't play
this file, so I added a codecs parameter to the file's mime type so that
decoder backends have to opt-in to testing with it.

Enable playback of MP3 inside MP4 in WMFReader.

Change from reporting the IMFSourceReader's duration inside WMFReader, to
instead report the IMFSourceReader's duration as the media "end time". This is
needed because the MP3-contained-in-MP4 file's first sample output by the
IMFSourceReader has a non-zero timestamp, and the MediaDecoderStateMachine
assumes that the media samples will be in the range
[$firstSampleStartTime, $firstSampleStartTime+$reportedDuration]. But that's
not the case here, the IMFSourceReader seems to output samples in the range
[0,$reportedDuration]. This assumption mismatch means on the
MP3-contained-in-MP4 file we end up trying to seek after what the
IMFSourceReader assumes is the end of the file, which fails and causes
test failures.
2014-04-04 10:39:42 +13:00
Chris Pearce
ca5f79e5a8 Bug 991448 - Skip Theora decode to next keyframe after seek, so that we don't get visual artifacts after a fastSeek. r=cajbir 2014-04-04 10:39:15 +13:00
James Graham
1e5a6da82f Bug 991727 - Update mozprocess version due to API change, r=ahal 2014-04-03 22:19:31 +01:00
David Burns
0a09d2bae4 Bug 967179: Enable b2g tests that do not need to be disabled; r=mdas 2014-04-03 22:14:57 +01:00
David Burns
2059b3528f Bug 991242: Remove Marionette unit test as this is covered by Gaia testing; r=jgriffin 2014-04-03 22:01:26 +01:00
Wes Kocher
0fb1762c29 Backed out changeset 533e61eb95d3 (bug 991234) for mochitest-2 bustage on Windows 2014-04-03 13:52:53 -07:00
Wes Kocher
1af20f9415 Backed out 3 changesets (bug 977126) for mochitest-2 bustage on Windows
Backed out changeset 2daa537b62e6 (bug 977126)
Backed out changeset d87a13b71afc (bug 977126)
Backed out changeset 3bd335914852 (bug 977126)
2014-04-03 13:52:36 -07:00
Bill McCloskey
7b13759de7 Bug 986317 - Stop exposing urgent semantics in IPDL files (r=bent) 2014-04-03 13:29:11 -07:00
Jed Davis
c3cf6886c9 Bug 989042 - Use waitid() only on Gonk; unbreak BSD build. r=bsmedberg 2014-04-03 16:19:00 -04:00
Rik Cabanier
4a61e1ef52 Bug 988409 - Turn on Path2D by default. r=roc, r=bz 2014-04-03 16:18:38 -04:00
David Rajchenbach-Teller
2c7f5936aa Bug 976205 - Uncaught async exceptions now cause xpcshell tests to fail. r=paolo, r=ted 2014-04-03 16:18:21 -04:00
Ryan VanderMeulen
477580acf1 Merge m-c to inbound. 2014-04-03 15:28:15 -04:00
Ryan VanderMeulen
7649261537 Merge inbound to m-c. 2014-04-03 15:24:54 -04:00
Ryan VanderMeulen
c6bc1895dd Merge b2g-inbound to m-c. 2014-04-03 15:10:56 -04:00
B2G Bumper Bot
050374bb25 Bumping manifests a=b2g-bump 2014-04-03 11:21:25 -07:00
B2G Bumper Bot
539f10016b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac34484ce7f6
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #17807 from huchengtw-moz/system2/Bug_971554-reland-2"

This reverts commit 3c23b5013e62d6f059d9a0b9f9e8c8db0c3aa2fe, reversing
changes made to 716250e989d516c6e0c1bf5bf0d69417428f17c2.

Conflicts:
	apps/system/js/bootstrap.js
2014-04-03 11:16:17 -07:00
B2G Bumper Bot
a5adba5b39 Bumping manifests a=b2g-bump 2014-04-03 09:21:16 -07:00
B2G Bumper Bot
e8faacda0b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30c80e4efa68
Author: gitmai <mri@tid.es>
Desc: Merge pull request #17922 from gitmai/bug-987142-CC-jshint-fix-2

Bug 987142 -[Cost Control] Fix jshint erros (second part)
r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/34c2151a3299
Author: mai <mri@tid.es>
Desc: Bug 987142 - [CostControl] Fix jshint errors (second part)
2014-04-03 09:16:09 -07:00
B2G Bumper Bot
6579100a87 Bumping manifests a=b2g-bump 2014-04-03 09:06:20 -07:00
B2G Bumper Bot
457f77c283 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88628e86b7b1
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #16326 from michalbe/nfc-contacts

Bug 903245 - NFC support in contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/d3dbcc917d45
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 903245 - NFC support in contacts
2014-04-03 09:01:14 -07:00
B2G Bumper Bot
c8f4479558 Bumping manifests a=b2g-bump 2014-04-03 08:56:13 -07:00
B2G Bumper Bot
3277f42908 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/463fd6e56dc9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #15323 from pivanov/bug-949758

Bug 949758 - [B2G][Settings] The highlighter for the language selection box is offset.

========

https://hg.mozilla.org/integration/gaia-central/rev/16ebe7853d97
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 949758 - [B2G][Settings] The highlighter for the language selection box is offset.
2014-04-03 08:51:05 -07:00
Ryan VanderMeulen
d474c0c60f Backed out changeset 234d50648ad1 (bug 983022) for non-Linux build bustage.
CLOSED TREE
2014-04-03 11:38:27 -04:00
Brian Hackett
87502501fc Bug 989503 - Recover cleanly after OOM while adding type object properties, r=jandem. 2014-04-03 08:27:51 -07:00
B2G Bumper Bot
fe53257d7a Bumping manifests a=b2g-bump 2014-04-03 08:16:58 -07:00
Hannes Verschore
3922e2c6e9 Bug 991618 - IonMonkey: Set AliasSet on MBail, r=nbp 2014-04-03 17:16:23 +02:00
B2G Bumper Bot
d70242cf30 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/371c13208a54
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16329 from Joshua-S/bug-971704

[Bug 971704] - Clean up Wallpaper File Structure in Gaia

========

https://hg.mozilla.org/integration/gaia-central/rev/9bde3c63ffbc
Author: Joshua Smith <joshua-smith@verizon.net>
Desc: Bug 971704 - Clean up Wallpaper File Structure in Gaia
2014-04-03 08:10:41 -07:00
David Rajchenbach-Teller
6d8e793598 Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo 2014-04-03 11:01:07 -04:00