Thomas Zimmermann
5632b9f96e
Bug 831224: Parse MP3 frame headers in OmxDecoder, r=padenot
...
On FirefoxOS, the Android libraries estimate the duration of MP3 streams
by examining the first MP3 frame header. This only works for streams with
constant bit rate. For streams with variable bit rate, a too short or too
long duration is computed.
This patch adds support for parsing MP3 frame headers. The decoder handles
file streams by reading them at once at the beginning and parsing them
immediately. Network streams are updated when a new fragment arrives.
--HG--
extra : rebase_source : bffb9447a5fdba4145e83f5aeb3c2accfb7872d6
2013-01-24 13:38:32 +01:00
Thomas Zimmermann
60f3f49444
Bug 831224: Allow update of the media duration, r=padenot
...
With MP3 streams, the media duration might change after we received
new data. This patch adds infrastructure to signal the new duration
to the media decoder and state machine. It will also fire an event
of type 'durationchange' to the DOM.
--HG--
extra : rebase_source : f417b968e81d9c9a1aff8ae3174079a297eb371b
2013-05-03 09:48:37 +02:00
Thomas Zimmermann
4574d05406
Bug 831224: Added MP3 frame parser, r=padenot
...
MP3 streams consist of small frames, with each frame containing the
audio data of a few hundred milliseconds. The actual duration of the
encoded audio can among frames.
Each frame consists of a 4-byte frame header, some optional extra
information, and the audio data. The MP3 frame parser walks over the
content of an MP3 stream, computes the duration of each frame from
the frame header, and sums them up to the streams complete duration.
The MP3 frame parser does not decode the actual audio data.
--HG--
extra : rebase_source : 1b101d8f9bf73e62672933d0f5d20253d7b25491
2013-05-03 09:44:02 +02:00
Thomas Zimmermann
8458373204
Bug 831224: Remove trailing whitespaces, r=padenot
...
--HG--
extra : rebase_source : e04ddb59ab953550d988924670c96b73bf7909f2
2013-01-24 13:38:32 +01:00
Gaia Pushbot
f9b6ef2c37
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5eaec29efe38
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11393 from chuck-lee/bug-901837_WAP_Push_test_app
Bug 901837 - Test app for receiving WAP Push. r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/0a2692200e33
Author: Chuck Lee <chulee@mozilla.com>
Desc: Bug 901837 - Test app for receiving WAP Push.
2013-08-08 01:00:23 -07:00
Gaia Pushbot
8e5df7a469
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd03fbd18a09
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11374 from crh0716/891742
Bug 891742 - Add roaming preference selector for CDMA r=jaoo
========
https://hg.mozilla.org/integration/gaia-central/rev/1265c3ddfe7c
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891742 - Add roaming preference selector for CDMA
2013-08-07 22:35:23 -07:00
Yoshi Huang
d5a2e8101c
Bug 900321 - Part 3: const card lock types to fix style nits. r=vicamo
2013-08-07 12:15:39 +08:00
Yoshi Huang
e99a1bfab2
Bug 900321 - Part 2: Update RIL and test case. r=vicamo
2013-08-05 15:23:10 +08:00
Yoshi Huang
f4d28fe666
Bug 900321 - Part 1: Add more card states in IDL . r=vicamo. sr=sicking
2013-08-02 15:09:06 +08:00
Gaia Pushbot
ca46a33a35
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78dcf8d32fa5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11395 from oconnore/902305-clock-alarm-repeat-object
Bug 902305 - Change alarm repeat representation from a bitset to an object, r=@ian-liu
========
https://hg.mozilla.org/integration/gaia-central/rev/d5cb4c0c575e
Author: Eric O'Connor <eric@bocoup.com>
Desc: Change alarm repeat data representation from a bit-string to an object.
'0000011' -> {saturday: true, sunday: true}
2013-08-07 20:51:24 -07:00
Edgar Chen
bbaebdb60b
Bug 900850 - Part 2: Xpcshell tests for accessing contacts of CDMA RUIM. r=allstars.chh
2013-08-06 12:00:52 +08:00
Edgar Chen
2ed93706c5
Bug 900850 - Part 1: Support accessing contacts of CDMA RUIM. r=allstars.chh
2013-08-02 16:13:32 +08:00
Ryan VanderMeulen
16b56dc94d
Bug 901416 - Follow-up fix for Werror bustage.
2013-08-07 20:45:54 -04:00
Jonathan Griffin
1e6a976e5a
Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns
2013-08-06 16:31:34 -07:00
Jonathan Griffin
80171045f9
Bug 790787 - Enable more unit tests on B2G. r=mdas
2013-08-06 17:34:30 -07:00
Jonathan Griffin
e70b66c4fd
Bug 758329 - Enable test_emulator_order.py. r=mdas
2013-08-06 16:03:39 -07:00
Randy Lin
c6081d2548
Bug 902151 - MediaRecorder does not need to tell the cycle collector about mReadThread. r=khuey
2013-08-07 13:55:53 +08:00
Randy Lin
34839dc49f
Bug 900708 - Media Recording - Remove the Assertion in EncodedBufferCache.h. r=roc
2013-08-05 16:49:10 +08:00
Shelly Lin
c3844b395e
Bug 896980 - Add error handlings if fail to init track encoder or container writer. r=roc
2013-08-06 18:53:07 +08:00
Marco Castelluccio
b0cfbd81f2
Bug 854975 - Print app.installTime, beforehand e installSuccess time to understand what's going on in test_install_app.xul. r=fabrice
2013-08-07 20:07:41 -04:00
Jeremy Kim
6e650bb86b
Bug 901416 - Don't add multiple instances of the network-blip observer to nsGlobalWindow. r=jlebar
2013-08-07 20:07:41 -04:00
Jan Jongboom
977fca7a88
Bug 899999 - Implement new InputContext API. r=yxl
2013-08-07 20:07:41 -04:00
Gaia Pushbot
16c10780b7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be017a4d1a4f
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11327 from ganesh7/bug_901111
events only change if valid2
========
https://hg.mozilla.org/integration/gaia-central/rev/86d1045013b8
Author: gghosh <ganeshghosh@gmail.com>
Desc: BUG 901111- When editing an event with invalid data, despite the warning, the data is still saved.
2013-08-07 16:45:24 -07:00
Ed Morley
8e9ffda73f
Merge mozilla-central and b2g-inbound
2013-08-07 16:19:28 -07:00
Ed Morley
6b74f52da8
Merge latest green fx-team changeset and mozilla-central
2013-08-07 16:17:05 -07:00
Jose Antonio Olivera Ortega
25642de515
Bug 894871 - [User Story] [Suplementary Services] Temporary MMI codes: support calling line identification restriction (+CLIR). r=hsinyi
2013-08-08 00:47:34 +02:00
Gaia Pushbot
b36a834ee4
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b6408d2d9046
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #11254 from nullaus/market-customizations
Market customizations helper object and base test case
========
https://hg.mozilla.org/integration/gaia-central/rev/95614e3fffab
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 892153
Create Operator Variant Helper and base tests for Market Customization work. Object enables customization of settings and other application data on first SIM insertion AND during SIM changes at runtime if so desired.
r=timdream, julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/8ebf016ddc47
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11410 from jonallengriffin/902641
Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=t...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b3a5f923cb9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=test-only
2013-08-07 14:45:23 -07:00
Gaia Pushbot
7e475431dc
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/553715baac40
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11407 from ahal/xulrunner
Bug 902496 - Update copy of xulrunner-sdk being used
========
https://hg.mozilla.org/integration/gaia-central/rev/8d6106f716c6
Author: Andrew Halberstadt <halbersa@gmail.com>
Desc: Bug 902496 - Update copy of xulrunner-sdk being used, r=jgriffin
2013-08-07 14:00:23 -07:00
Gaia Pushbot
a0cda917c2
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/acd53f668718
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902465 - Too many CanvasLayer on e.me results hurts panning. part 2. r=ran
========
https://hg.mozilla.org/integration/gaia-central/rev/f94712ea7073
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Bug 902465 - Too many CanvasLayer on e.me results hurts panning. part 1. r=vingtetun
2013-08-07 12:50:23 -07:00
Gaia Pushbot
0d464a390a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc8241f97254
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Bug 902517 - The e.me banner is shown above the dock when a bookmark is added. r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/37024c7e63d1
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Bug 902123 - The background of the landing page is darker once e.me has been opened. r=vingtetun
2013-08-07 12:40:23 -07:00
Gaia Pushbot
b0ed22baba
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6991d4067741
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #11344 from fcampo/TutorialSwipeLeft
Bug 901041 - Remove 'swipe left' screen in tutorial (as part of the first run experience)
========
https://hg.mozilla.org/integration/gaia-central/rev/03ec92421539
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 901041 - Remove 'swipe left' screen in tutorial (as part of the first run experience)
2013-08-07 12:30:23 -07:00
Matt Brubeck
da450887bc
Bug 887975 - Remove start page background to work around flickering bug [r=ally]
2013-08-07 12:24:31 -07:00
Gaia Pushbot
ed43f63663
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c4acbffef44e
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 901383 - Some permissions dialogs should have a 'more info' capability. r=etienne
2013-08-07 12:15:23 -07:00
Brian R. Bondy
cd397ce58f
Bug 898842 - Increase fling momentum. r=jimm
2013-08-07 14:45:24 -04:00
Ryan VanderMeulen
b6361891bd
Merge m-c to fx-team.
2013-08-07 14:46:19 -04:00
Ryan VanderMeulen
0094fbe60a
Merge m-c to b2g-inbound.
2013-08-07 14:41:41 -04:00
Ryan VanderMeulen
a911fa8786
Merge inbound to m-c.
...
--HG--
rename : widget/gtk2/compat/gtk/gtkcolorselectiondialog.h => widget/gtk2/compat/gtk/gtkcolorseldialog.h
2013-08-07 14:40:37 -04:00
Gaia Pushbot
4fd40a9ce9
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fb932dc7c5c4
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11406 from jonallengriffin/902551
Bug 902551 - Disable save_bookmark_test.js on TBPL for near permaorange,...
========
https://hg.mozilla.org/integration/gaia-central/rev/a7a15ae05e97
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 902551 - Disable save_bookmark_test.js on TBPL for near permaorange, a=test-only
2013-08-07 11:31:24 -07:00
Dave Camp
4a8cda1c16
Bug 896811 - Test output looks very strange, and is useless for failing tests. r=jwalker
...
--HG--
extra : rebase_source : 5be7e5d80dcda096adacc58f9348c5f999cf52d3
2013-08-07 11:01:49 -07:00
Allison Naaktgeboren
1e7daa1a28
Bug 895921 - Defect - Tab bar not appearing when selecting links from flyouts.r=?
2013-08-07 10:29:40 -07:00
Gaia Pushbot
a6c187eb80
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/14deb0991916
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11397 from fabi1cazenave/localizeShouldNotClearAll-bug902363
Bug 902363: [mozL10n] factorize `setTextContent` to fix `localizeElement`, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/49303a4a3e82
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 902363: factorize `setTextContent` to fix `localizeElement`
2013-08-07 10:25:23 -07:00
Gaia Pushbot
bb24e19c0a
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f90b4d8c90a1
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11403 from jonallengriffin/gaiaui
Bug 900630 - Update gaia-ui-tests.json, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/80bf009e8d60
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 900630 - Update gaia-ui-tests.json, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/772427971529
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11275 from fabi1cazenave/contactSearchFocus-bug898976
Bug 898976: [Contacts] Keyboard does not disappear when clicking then Enter key in the contacts search page, r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/add784345ea7
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 898976: [Contacts] Keyboard does not disappear when clicking ENTER key in contacts search page
2013-08-07 10:15:29 -07:00
Gaia Pushbot
e5126d04d0
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a983aefa1136
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11346 from gasolin/issue-900345
Bug 900345 - HD: [browser] left arrow in sidebar is bigger than expect r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/a99af35ab2be
Author: gasolin <gasolin@gmail.com>
Desc: Bug 900345 - HD: [browser] left arrow in sidebar is bigger than expect
2013-08-07 10:12:10 -07:00
Gaia Pushbot
f9920b3ebc
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/514eeba803a5
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #11382 from borjasalguero/paris_settings_contact
Bug 901471 - Revamp Contact Settings screen to allow to import / export ...
========
https://hg.mozilla.org/integration/gaia-central/rev/2bb3fbad978c
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 901471 - Revamp Contact Settings screen to allow to import / export from / to different sources r=jmcanterafonseca
2013-08-07 10:00:46 -07:00
Gaia Pushbot
2baf9bc6ff
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/93418295d620
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902233 - Failing unit tests. r=ran
2013-08-07 10:00:24 -07:00
Michael Comella
2102351272
Bug 901622 - Invalidate ProfileInformationCache by bumping version. r=rnewman
2013-08-07 09:28:10 -07:00
Jim Mathies
927cdb51b4
Bug 888236 - Add metro specific window classes and messages to ipc defer message processing. r=bsmedberg
2013-08-07 09:55:12 -05:00
Paolo Amadini
54a6b3b931
Bug 901563 - DownloadLegacySaver should move the ".part" file to the target. r=enn
2013-08-07 13:09:04 +02:00
Frank Wein
73bc871f6d
Bug 901880 - Compile failure in nsColorPicker.cpp: error: ‘gtk_color_selection_dialog_get_color_selection’ was not declared in this scope, r=karlt
...
--HG--
rename : widget/gtk2/compat/gtk/gtkcolorselectiondialog.h => widget/gtk2/compat/gtk/gtkcolorseldialog.h
2013-08-07 12:04:51 +02:00
Gaia Pushbot
024523fc3c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9c12b7dc33c7
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11329 from leob2g/Bug_876123_Avoid_Multiple_SelectionBox_Values_Display
[Costcontrol] Bug_876123_Avoid_Multiple_Display r=lodr
========
https://hg.mozilla.org/integration/gaia-central/rev/9161e96366e3
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: Bug_876123_Avoid_Multiple_Display
2013-08-07 01:40:23 -07:00