Commit Graph

200775 Commits

Author SHA1 Message Date
Chris Pearce
57d6d92b8d Bug 1057201 - Don't dispatch to the MP4Reader's decode task queue to update buffered index, as that confuses the MediaDataDecoders. r=kentuckyfriedtakahe 2014-08-22 18:28:06 +12:00
Nigel Babu
54c3ae6906 Backed out changeset a209d60bed50 (bug 1052240) for b2g ics m7 bustage 2014-08-22 11:34:58 +05:30
Nigel Babu
ba78a53581 Backed out changeset 3708cca072dc (bug 1052240) for b2g ics m7 bustage 2014-08-22 11:34:37 +05:30
Nigel Babu
e690499dca Backed out changeset b2679f354c15 (bug 1052240) for b2g ics m7 bustage 2014-08-22 11:34:09 +05:30
Nigel Babu
0c95ea58c5 Backed out changeset 429de5ae1110 (bug 1052240) for b2g ics m7 bustage 2014-08-22 11:33:54 +05:30
Nigel Babu
9c1e5f12ab Backed out changeset b695c5227ce6 (bug 1052240) for b2g ics m7 bustage 2014-08-22 11:33:43 +05:30
Patrick Wang (Chih-Kai Wang)
9428b8347b Bug 1040017: Prevent ContentParent from sending broadcast message to Nuwa. r=khuey 2014-08-22 13:41:34 +08:00
Florian Quèze
0b0f0d4e45 Bug 1050802 - UI changes to stop screen/window separately, r=Gijs. 2014-08-21 17:04:07 +02:00
Randell Jesup
dc72550d8e Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib 2014-08-22 01:29:21 -04:00
Chris Peterson
126dabe3cf Bug 1054630 - Part 1: Add plumbing for SpiderMonkey parser telemetry. r=till 2014-08-11 23:17:44 -07:00
Chris Peterson
3df77e0852 Bug 1036781 - Part 4: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit for Baseline code. r=jandem 2014-08-21 21:52:39 -07:00
Ralph Giles
672c0d5ee6 Bug 1057110 - Don't log h.264 sample sha1 by default. r=cpearce
This was useful for comparing input between different demuxers
but isn't really necessary now that things are running. Can be
removed when things are more stable.
2014-08-21 16:21:00 -07:00
Ralph Giles
bcd5b55fbd Bug 1057110 - Add separate PRLogModule for AppleDecoderModule. r=cpearce
The apple media decoders are quite noisy. Switching them to their
own "AppleMedia" log module simplifies the output when debugging
demuxer-specific issues.
2014-08-21 16:20:00 -07:00
Chris Pearce
f4b2fcc8d3 Bug 1057196 - Make MediaCache cache size bigger for mochitests. r=kinetik 2014-08-22 15:56:54 +12:00
Matthew Gregan
210eeb19a7 Bug 1056537 - Bustage fix: move DecodeToFirstVideoData back to MediaDecoderReader for now. r=UNDISCLOSED TREETOPS 2014-08-22 15:11:58 +12:00
Jeff Gilbert
96e00df3cc Bug 1052240 - Mark tests to fail/skip. - r=kamidphish 2014-08-21 19:17:33 -07:00
Jeff Gilbert
603e448d80 Bug 1052240 - Rearrange some code. - r=kamidphish 2014-08-21 19:17:32 -07:00
Jeff Gilbert
f006d2e187 Bug 1052240 - Fix test failures. - r=kamidphish 2014-08-21 19:17:32 -07:00
Jeff Gilbert
e643deba18 Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish 2014-08-21 19:17:32 -07:00
Jeff Gilbert
2a033b0f34 Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish 2014-08-21 19:17:31 -07:00
Matthew Gregan
e1dc54095b Bug 1056537 - Move MediaDecoderReader::FindStartTime down to only remaining user, OggReader. r=cpearce 2014-08-21 01:16:00 +12:00
Matthew Gregan
274b729d06 Bug 1056534 - Add logging to stubbed out member functions to speed up debugging. r=cajbir
--HG--
rename : content/media/mediasource/SubBufferDecoder.cpp => content/media/mediasource/SourceBufferDecoder.cpp
rename : content/media/mediasource/SubBufferDecoder.h => content/media/mediasource/SourceBufferDecoder.h
rename : content/media/BufferDecoder.cpp => content/media/webaudio/BufferDecoder.cpp
rename : content/media/BufferDecoder.h => content/media/webaudio/BufferDecoder.h
2014-08-22 14:14:36 +12:00
Nigel Babu
172774d1e9 Merge m-c to m-i
--HG--
extra : rebase_source : 76298d970d75f13c5315889f6a0167ef6430b4a7
2014-08-22 07:10:18 +05:30
Chris Pearce
1cc075ffec Bug 1055974 - Enable MP3 decoding in WMF PDM. r=padenot 2014-08-22 13:37:57 +12:00
Wes Kocher
0eade3f8f0 Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Dan Gohman
0fde34239d Bug 1031410 - IonMonkey: GVN: Don't set isGuard() unnecessarily in IonBuilder. r=sstangl 2014-08-21 18:05:33 -07:00
Dan Gohman
7b5bd3932c Bug 1056805 - OdinMonkey: Don't run EliminateDeadResumePoints when compiling in asm.js mode r=luke 2014-08-21 18:05:31 -07:00
Dan Gohman
253a6c69e3 Bug 1056805 - IonMonkey: Don't call opName(), a virtual function, for spewing when spewing isn't enabled r=luke 2014-08-21 18:05:26 -07:00
Wes Kocher
0af8177077 Merge b2g-inbound to m-c a=merge 2014-08-21 17:57:44 -07:00
Brian Hackett
2468b825be Bug 1056899 - Don't free COW element arrays until after sweeping, r=jonco. 2014-08-21 17:54:05 -07:00
Wes Kocher
34db6e9491 Merge fx-team to m-c a=merge 2014-08-21 17:44:40 -07:00
B2G Bumper Bot
9f28642cb1 Bumping manifests a=b2g-bump 2014-08-21 15:26:21 -07:00
B2G Bumper Bot
8f2352612d Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/670b42b547f8
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1042730 - Use better icons when bookmarking and searching places r=daleharvey
2014-08-21 15:20:30 -07:00
B2G Bumper Bot
a66863107b Bumping manifests a=b2g-bump 2014-08-21 15:11:24 -07:00
B2G Bumper Bot
96a88323d2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/758bbdda6bb7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23128 from KevinGrandon/bug_1056469_rocketbar_use_template_literals

Bug 1056469 - [Rocketbar] Use template literals for app chrome

========

https://hg.mozilla.org/integration/gaia-central/rev/0cf4ee6bc207
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1056469 - [Rocketbar] Use template literals for app chrome r=kgrandon
2014-08-21 15:05:32 -07:00
B2G Bumper Bot
a3ea08f0c0 Bumping manifests a=b2g-bump 2014-08-21 14:11:24 -07:00
B2G Bumper Bot
c795ee3d20 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32ac0bda8e19
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #16981 from ian-liu/settings/bug943825_mount/unmount_sdcard

Bug 943825 - [Gaia] Mount/Unmount SD card, r=@alive, arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/0ecca91e899c
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 943825 - [Gaia] Mount/Unmount SD card
2014-08-21 14:05:32 -07:00
Bill McCloskey
03d47df277 Bug 1008107 - Allow SandboxPrivate to be null in sandbox_finalize (r=bz) 2014-08-21 13:29:20 -07:00
B2G Bumper Bot
d2219198c1 Bumping manifests a=b2g-bump 2014-08-21 12:47:08 -07:00
B2G Bumper Bot
96adea75ae Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6e59fa03abdb
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #23046 from yzen/bug-1053193

Bug 1053193 - cropped beginning silence from a11y sound files. Updated t...

========

https://hg.mozilla.org/integration/gaia-central/rev/7356bc45a128
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1053193 - cropped beginning silence from a11y sound files. Updated the way a11y sounds are played by the accessibility component.
2014-08-21 12:45:35 -07:00
Mike Conley
094e9227fc Backing out 893fa8436b70 (bug 1041917) for multiple problems. 2014-08-21 15:12:22 -04:00
Wes Johnston
cb1a65c95d Bug 1052387 - Don't save session history if clearing history on exit. r=bnicholson 2014-08-21 11:35:16 -07:00
Andrei Oprea
9b45c5f4c7 Bug 1045569 - Revoke the correct call url in loop desktop client, r=rgauthier@mozilla.com 2014-08-21 11:14:04 -07:00
B2G Bumper Bot
94318486b4 Bumping manifests a=b2g-bump 2014-08-21 11:06:34 -07:00
B2G Bumper Bot
0d82ac9d5b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aa65c23392bf
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #22939 from zbraniecki/1053968-clean-mozl10n-api-in-sms

Bug 1053968 - Clean up mozL10n API use in SMS. r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/17fd40f8cf03
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1053968 - Clean up mozL10n API use in SMS
2014-08-21 11:00:29 -07:00
B2G Bumper Bot
c3838589dd Bumping manifests a=b2g-bump 2014-08-21 10:21:34 -07:00
B2G Bumper Bot
cd6162204c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ae4b06c6b01
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #23111 from eeejay/bug-1056364

Bug 1056364 - Check lockscreen state before hiding windows on visible-au... r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/829232e70b57
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1056364 - Check lockscreen state before hiding windows on visible-audio-channel-changed.
2014-08-21 10:15:35 -07:00
Wes Johnston
78fd0e190f Bug 1056468 - Clear metadata when history entries are removed. r=lucasr 2014-08-21 10:03:44 -07:00
B2G Bumper Bot
9c78f42510 Bumping manifests a=b2g-bump 2014-08-21 09:52:27 -07:00
B2G Bumper Bot
419c77b20e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19ff5c952f8b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1019841 - [Gallery] Linter follow-up, update to use <gaia-header> r=kgrandon
2014-08-21 09:45:31 -07:00