Commit Graph

141420 Commits

Author SHA1 Message Date
Hsin-Yi Tsai
d1520754a7 Bug 902480 - B2G RIL: follow up to bug 743150 - this._sendTelephonyMessage is not a function. r=allstars.chh 2013-08-07 23:28:24 +08:00
Gaia Pushbot
28468656b5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1d71d406d7fe
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11380 from cctuan/896934

Bug 896934 - [Settings] Listen new system message for Bluetooth pairing requests in connectivity.js

========

https://hg.mozilla.org/integration/gaia-central/rev/2a769b49413e
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 896934 - [Settings] Listen new system message for Bluetooth pairing requests in connectivity.js
2013-08-08 02:05:23 -07:00
Thomas Zimmermann
eb53c373e1 Bug 831224: Added mochitest for variable-bitrate MP3s, r=padenot
The test checks the duration of an MP3 file with variable bitrate. The
MP3 file only contains silence. It uses a high bit-rate encoding for its
first half, a low bit-rate encoding for its second half. The correct
duration is 10 seconds, but an incorrect implementation will return a
much shorter value.

--HG--
extra : rebase_source : f62cf69a631a276c4e6e96e827ab615367cad877
2013-08-07 18:54:04 +02:00
Thomas Zimmermann
38af5b43c8 Bug 831224: Use multi-threaded I/O for reading and processing MP3 frames, r=padenot
Reading large MP3 files from a slow medium, such as an SD card, takes
several seconds. This is too long for interactive applications like the
music app.

With this patch, the OmxDecoder reads large MP3 file in smaller chunks
and hands over each chunk individually to the MP3 parser. Reading the
file is done in the I/O thread, which is allowed to block, parsing is
done on the main thread.

The current chunk size is 8 MiB, which is small enough to not cause any
delay.

--HG--
extra : rebase_source : 4effb86db481c405a97760cd98f4218dde42104d
2013-05-06 20:07:29 +02:00
Thomas Zimmermann
5fa26f0ddd 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
21922c6b1f 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
9f51b66cc3 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
1573d86782 Bug 831224: Remove trailing whitespaces, r=padenot
--HG--
extra : rebase_source : e04ddb59ab953550d988924670c96b73bf7909f2
2013-01-24 13:38:32 +01:00
Gaia Pushbot
186cb9d08f 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
dc2f04ce2c 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
6ae584a29b Bug 900321 - Part 3: const card lock types to fix style nits. r=vicamo 2013-08-07 12:15:39 +08:00
Yoshi Huang
cbdcc9f321 Bug 900321 - Part 2: Update RIL and test case. r=vicamo 2013-08-05 15:23:10 +08:00
Yoshi Huang
1d29b0062f Bug 900321 - Part 1: Add more card states in IDL . r=vicamo. sr=sicking 2013-08-02 15:09:06 +08:00
Gaia Pushbot
58e4decfec 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
20f6d35f2b 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
70dfe72747 Bug 900850 - Part 1: Support accessing contacts of CDMA RUIM. r=allstars.chh 2013-08-02 16:13:32 +08:00
Ryan VanderMeulen
3975a5e805 Bug 901416 - Follow-up fix for Werror bustage. 2013-08-07 20:45:54 -04:00
Jonathan Griffin
a99a69b0dd Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns 2013-08-06 16:31:34 -07:00
Jonathan Griffin
83aed9b889 Bug 790787 - Enable more unit tests on B2G. r=mdas 2013-08-06 17:34:30 -07:00
Jonathan Griffin
1dea834f8b Bug 758329 - Enable test_emulator_order.py. r=mdas 2013-08-06 16:03:39 -07:00
Randy Lin
f2144a9739 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
7d323d6e8b Bug 900708 - Media Recording - Remove the Assertion in EncodedBufferCache.h. r=roc 2013-08-05 16:49:10 +08:00
Shelly Lin
fd1528731e 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
eea8edbf80 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
25f99068c5 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
2cfe0226a2 Bug 899999 - Implement new InputContext API. r=yxl 2013-08-07 20:07:41 -04:00
Gaia Pushbot
9cdf41e0c6 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
d3bfe60811 Merge mozilla-central and b2g-inbound 2013-08-07 16:19:28 -07:00
Ed Morley
ca6bb9827b Merge latest green fx-team changeset and mozilla-central 2013-08-07 16:17:05 -07:00
Jose Antonio Olivera Ortega
3a52957dbb 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
cad0b5a0b8 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
8c766535a5 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
d76116626a 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
c299d6bb6f 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
7bc958c217 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
64c48d0661 Bug 887975 - Remove start page background to work around flickering bug [r=ally] 2013-08-07 12:24:31 -07:00
Gaia Pushbot
116fd0c0fa 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
b196b9eb5d Bug 898842 - Increase fling momentum. r=jimm 2013-08-07 14:45:24 -04:00
Ryan VanderMeulen
a58d328a77 Merge m-c to fx-team. 2013-08-07 14:46:19 -04:00
Ryan VanderMeulen
8ff5704901 Merge m-c to b2g-inbound. 2013-08-07 14:41:41 -04:00
Ryan VanderMeulen
2939bbdf88 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
2c272a04c7 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
92aa250799 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
4903077ba7 Bug 895921 - Defect - Tab bar not appearing when selecting links from flyouts.r=? 2013-08-07 10:29:40 -07:00
Gaia Pushbot
7e3d38d7f1 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
6b0e530ccd 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
26b94ea15c 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
53be1ac96e 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
a42bbd37f4 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
a4264a9bdb Bug 901622 - Invalidate ProfileInformationCache by bumping version. r=rnewman 2013-08-07 09:28:10 -07:00