Boris Zbarsky
b522c797fb
Bug 985536 followup: mark argument that should be optional as optional. r=orange
2014-04-04 00:21:24 -04:00
Boris Zbarsky
bed9b485be
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
e10e715648
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
d592724cf0
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
2e4231e5f3
Bug 991032 - Cleanup X11 TextureClient/Host. r=mattwoodrow
2014-04-04 11:15:47 +08:00
Nicolas Silva
7127c26263
Bug 990876 - Remove TextureClientSurface. r=mattwoodrow
2014-04-04 11:15:34 +08:00
Nicolas Silva
d362681d79
Bug 990876 - Moz2dify TestTextures. r=mattwoodrow
2014-04-04 11:15:29 +08:00
Nicolas Silva
79951d5cea
Bug 990933 - Moz2dify SimpleTiledContentClient. r=jrmuizel
2014-04-04 11:15:25 +08:00
Nicolas Silva
dafdcc684d
Bug 990871 - Move TextureClientDrawTarget into TextureClient. r=mattwoodrow
2014-04-04 11:15:18 +08:00
Matthew Gregan
238f9439d8
Bug 948269 - Remove incorrect assertion from AudioSink::Drain. r=cpearce
2014-04-04 15:31:10 +13:00
Shu-yu Guo
f236a45566
Bug 989509 - Part 3: security/ (r=cviecco,dkeeler)
2014-04-03 19:29:40 -07:00
Shu-yu Guo
66303a7e33
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
9aaeb50e3d
Bug 989509 - Part 1: js/ (r=luke)
2014-04-03 19:29:40 -07:00
Viktor Stanchev
7a17f8bbb6
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
93fb27c730
Bug 948269 - Refactor MediaDecoderStateMachine::AudioLoop into a standalone AudioSink class. r=cpearce
2013-12-11 18:03:30 +13:00
Neil Rashbrook
a8a5decf6f
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Joshua Cranmer
60238a9741
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
d0a93358ad
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
38f4ff548e
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
785ced5594
Bug 991727 - Update mozprocess version due to API change, r=ahal
2014-04-03 22:19:31 +01:00
David Burns
1e5026eb9e
Bug 967179: Enable b2g tests that do not need to be disabled; r=mdas
2014-04-03 22:14:57 +01:00
David Burns
08d7ee7fbe
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
a29aab4e41
Backed out changeset 533e61eb95d3 (bug 991234) for mochitest-2 bustage on Windows
2014-04-03 13:52:53 -07:00
Wes Kocher
21c1bebfcc
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
f38a7de260
Bug 986317 - Stop exposing urgent semantics in IPDL files (r=bent)
2014-04-03 13:29:11 -07:00
Jed Davis
ed9575b3aa
Bug 989042 - Use waitid() only on Gonk; unbreak BSD build. r=bsmedberg
2014-04-03 16:19:00 -04:00
Rik Cabanier
2b29ac77bd
Bug 988409 - Turn on Path2D by default. r=roc, r=bz
2014-04-03 16:18:38 -04:00
David Rajchenbach-Teller
66275b087b
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
dc62543226
Merge m-c to inbound.
2014-04-03 15:28:15 -04:00
Ryan VanderMeulen
3681541071
Merge inbound to m-c.
2014-04-03 15:24:54 -04:00
Ryan VanderMeulen
500c175714
Merge b2g-inbound to m-c.
2014-04-03 15:10:56 -04:00
B2G Bumper Bot
f918149060
Bumping manifests a=b2g-bump
2014-04-03 11:21:25 -07:00
B2G Bumper Bot
84f35f363d
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
780b8a293a
Bumping manifests a=b2g-bump
2014-04-03 09:21:16 -07:00
B2G Bumper Bot
aad585bc97
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
f826eb7256
Bumping manifests a=b2g-bump
2014-04-03 09:06:20 -07:00
B2G Bumper Bot
cc4de0c996
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
3750254954
Bumping manifests a=b2g-bump
2014-04-03 08:56:13 -07:00
B2G Bumper Bot
ca2fe62ca3
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
cb7e62afc2
Backed out changeset 234d50648ad1 (bug 983022) for non-Linux build bustage.
...
CLOSED TREE
2014-04-03 11:38:27 -04:00
Brian Hackett
6a6f9ba4bd
Bug 989503 - Recover cleanly after OOM while adding type object properties, r=jandem.
2014-04-03 08:27:51 -07:00
B2G Bumper Bot
7ee73fe23e
Bumping manifests a=b2g-bump
2014-04-03 08:16:58 -07:00
Hannes Verschore
5043e365c5
Bug 991618 - IonMonkey: Set AliasSet on MBail, r=nbp
2014-04-03 17:16:23 +02:00
B2G Bumper Bot
046b0a1f0f
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
447b372e9b
Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo
2014-04-03 11:01:07 -04:00
Kartikaya Gupta
948d18a639
Bug 988800 - Catch and ignore situations where we try to composite on a destroyed LayerRenderer instance. r=Cwiiis
2014-04-03 11:01:07 -04:00
Simone Bruno
9dc2abcf52
Bug 991203 - mozconfig file to be used for B2G linux64 desktop debug builds. r=aki, a=NPOTB
2014-04-03 15:20:28 +02:00
Carsten "Tomcat" Book
0ac4a98d1e
merge b2g-inbound to mozilla-central
2014-04-03 12:48:14 +02:00
Carsten "Tomcat" Book
d4d8a64c7a
merge fx-team to mozilla-central
2014-04-03 12:46:58 +02:00
Carsten "Tomcat" Book
5b07254976
merge mozilla-inbound to mozilla-central
2014-04-03 12:45:02 +02:00