Commit Graph

142113 Commits

Author SHA1 Message Date
Karl Tomlinson
76ae42715c b=815643 Add Blink's HRTFElevation to the build r=ehsan
--HG--
extra : rebase_source : 5dda0b6c6302197574ac5fafbb0f06b1ac65980a
2013-08-08 21:38:30 +12:00
Karl Tomlinson
f64e2297c1 b=815643 Reduce convolver fft size for low sample rates r=ehsan
--HG--
extra : rebase_source : 0d7c6d4a3bcb340fc674f0b4181cf264fcc4e041
2013-08-08 21:38:30 +12:00
Karl Tomlinson
b57bd542e2 b=815643 Add code to interpret and resample impulse response data r=ehsan
--HG--
extra : rebase_source : 35497353634022f297b2ebf333b7230b12c1f9c2
2013-08-08 21:38:30 +12:00
Karl Tomlinson
f68d252272 b=815643 Add HRTF impulse response data r=ehsan
The impulse response sample data is directly from individual impulse response wave files
in Blink SVN revision 153183.

--HG--
extra : rebase_source : 037471efd5be1f0d4a798bcc01192db9398377c2
2013-08-08 21:38:30 +12:00
Karl Tomlinson
715c2a763f b=815643 Use symmetry to halve the number of HRTF kernels calculated and cached r=ehsan
--HG--
extra : rebase_source : 12e4a114630e793c22d3e335c38c641a6bc20ee2
2013-08-08 21:38:29 +12:00
Karl Tomlinson
8c052323df b=815643 Add Blink's HRTFKernel to the build r=ehsan
A functional difference is that HRTFKernel is not reference-counted.

--HG--
extra : rebase_source : 66a9653fed75265ec55d915b731876bcb793d513
2013-08-08 21:38:29 +12:00
Karl Tomlinson
c3889975de b=865241 always leave 20 samples of headroom when extracting group delay, removing the discontinuity at delay = 20 r=ehsan
--HG--
extra : rebase_source : 30515ea2236b7503ff7e446d50930f91135bc7e0
2013-08-08 21:38:29 +12:00
Karl Tomlinson
a8f2492870 b=815643 Add Blink's frequency interpolation and group delay methods from FFTFrame to FFTBlock r=ehsan
--HG--
extra : rebase_source : 1e3393c85f1828cbcce49af1e3160fc3535d39b8
2013-08-08 21:38:24 +12:00
Karl Tomlinson
c312f43e8d b=865241 don't try to compute a phase for group delay from the DC and nyquist components of the DFT r=ehsan
Given imagP[0] is really realP[halfSize], it doesn't make sense to calculate a
phase from placing the DC and Nyquist components in different directions.
The DC component doesn't have a phase offset and lastPhase is already
initialized to zero.

This makes extractAverageGroupDelay() consistent with addConstantGroupDelay()
and to some extent interpolateFrequencyComponents().

The effect of the bug would have been small for reasonably sized FFTs.

--HG--
extra : rebase_source : b2931d625bd7e014f123b576f28aad7f719c585d
2013-08-08 21:37:36 +12:00
Karl Tomlinson
b03713d218 b=815643 remove unused HRTF code r=ehsan
--HG--
extra : rebase_source : f6063443b6e7574055b0ad92e95e32d7f0a850cd
2013-08-08 21:37:36 +12:00
Karl Tomlinson
9524af834b b=815643 Import the HRTF panner implementation from Blink r=ehsan
This code was copied from Blink SVN revision 153183.

--HG--
extra : rebase_source : 968f69846f5c532eda3580c8ce2176e2e6b5fc63
2013-08-08 21:37:36 +12:00
Chris Pearce
3ab415c2ae Bug 901944 - Ignore MF_E_TRANSFORM_TYPE_NOT_SET error when setting D3DManager on H264 Decoder. This error is returned on some (or all?) video cards on Vista, and appears to be safe to ignore. r=padenot 2013-08-13 14:42:39 +12:00
Ryan VanderMeulen
df483806f5 Merge m-c to inbound. 2013-08-12 21:59:20 -04:00
Mike Hommey
83233a5085 Bug 903321 - Don't update backend.RecursiveMakeBackend.built when no backend file changed. r=gps 2013-08-13 10:39:35 +09:00
Nicholas Nethercote
f24d8e59d4 Bug 903949 (part 2) - Don't trigger about:memory re-generation when a child process closes. r=jlebar.
--HG--
extra : rebase_source : ee532ba1176906a69cf68774d755856581e44dd9
2013-08-12 18:15:04 -07:00
Nicholas Nethercote
463242dc37 Bug 903949 (part 1) - ChildMemoryReporter should return mProcess in GetProcess() rather than an empty string. r=jlebar.
--HG--
extra : rebase_source : a0979780a7289429e4c06dce2de06576bb3a3e90
2013-08-12 18:14:41 -07:00
Ryan VanderMeulen
72e57acead Backed out changeset 716e54fb5d09 (bug 900201) for debug B2G bustage. 2013-08-12 20:54:48 -04:00
Jeff Gilbert
d0eef8653e Bug 881681 - Add reftest for resizing a WebGL canvas. - r=dzbarsky 2013-08-12 16:49:10 -07:00
Luke Wagner
b5e41f79d7 Bug 893519 - OdinMonkey: require compile-and-go (r=bbouvier)
--HG--
extra : rebase_source : 81058b627b4763d8173c70be52febe68ba7e079e
2013-08-12 16:24:58 -05:00
David Anderson
d5cac87cfe Prevent deadlocks when sending sync messages during urgent in-calls (bug 900062, r=cjones). 2013-08-12 16:21:54 -07:00
Hannes Verschore
97a15b076d Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setprop, r=jandem 2013-08-10 02:52:45 +02:00
Hannes Verschore
a47a37c46a Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setelem, r=jandem 2013-08-10 02:46:27 +02:00
Neil Rashbrook
a945ebb57d Bug 896768 Test for autocompletesearch="file" results r=Mossop
--HG--
extra : rebase_source : e213d82c9703b1ddf5145768c2ef894260bfc155
2013-08-12 23:53:56 +01:00
Neil Rashbrook
54bcb094a8 Bug 896768 Allow autocompletesearch="file" results to be styled r=Mossop
--HG--
extra : rebase_source : 1e710d9308c037c9037fe00e9360eb1ee0131408
2013-08-12 23:52:44 +01:00
Neil Rashbrook
d798b7d897 Bug 896213 Remove XPFE autocomplete interface usage from the XBL binding r=IanN
--HG--
extra : rebase_source : 0c02b7aeab290383761b4a38b002dbc01dc6379e
2013-08-12 23:49:35 +01:00
Benoit Jacob
a336cd5c70 Bug 900201 - Implement GfxInfo on gonk - r=ehsan 2013-08-12 23:55:28 +02:00
Benoit Jacob
02497cdce0 Bug 901495 - GLintptr should be intptr_t, not ptrdiff_t - r=jrmuizel 2013-08-12 23:55:28 +02:00
Benoit Jacob
f1ff5f1799 Bug 901494 - Un-blacklist llvmpipe as of version 9.1 - r=jrmuizel 2013-08-12 23:55:28 +02:00
Ryan VanderMeulen
ae8458b977 Merge m-c to inbound. 2013-08-12 17:43:24 -04:00
Guillaume Destuynder
65326fc6cb Bug 790923: Adds seccomp-bfp sandboxing support for B2G. r=agal, r=dhylands, r=dkeeler, r=imelven, a=kang. 2013-08-12 12:58:35 -07:00
Jeff Walden
de6808781a Bug 853301 - Make a --with-intl-api/--with-intl-api=build/--without-intl-api configure option that builds/exposes Intl, only builds it, and doesn't build it at all. This will allow tests with the Intl code, built, but with no changes to JS behavior, permitting disentangling binary-size-increase effects from effects due to changes in JS functionality (or in code invoked to expose that functionality). r=glandium 2013-08-08 15:17:08 -07:00
Edgar Chen
465a4666af Bug 902380 - Have a consistent operator information in ril_worker and RadioInterfaceLayer. r=hsinyi 2013-08-08 17:29:42 +08:00
Gaia Pushbot
20f32e699b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f3944d41b059
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11468 from es92/music2uxUpdate

Music2 UX update

========

https://hg.mozilla.org/integration/gaia-central/rev/41f714bd5ebd
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: music2: ux redesign

Conflicts:
	test_apps/music2/style/css/style.css
2013-08-09 17:21:26 -07:00
Gaia Pushbot
a25d736423 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6d539d255cad
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11470 from hotzenklotz/903521_camera_in_FF

Bug 903521 - Camera not working in gaia when run in Firefox r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/f2b2ca763a75
Author: Tom Herold <therold@mozilla.com>
Desc: Bug 903521 - Camera not working in gaia when run in Firefox
2013-08-09 16:50:24 -07:00
Chuck Lee
0fcbd9e841 Bug 900331 - Provide sender in system message of WAP Push receiving. r=vicamo 2013-08-08 12:07:51 +08:00
Jan Jongboom
17bc835244 Bug 902830 - Emit mozChromeEvent if input focus changes. r=yxl 2013-08-09 14:01:28 -04:00
kli@mozilla.com
ecad3e6659 Bug 902277 - Reset retry counter of WifiWorker after connect to supplicant. r=vchang 2013-08-09 13:07:56 +08:00
Gaia Pushbot
87b78aac22 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a202d951a704
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11464 from lightsofapollo/revert-11425

Revert "Merge pull request #11425 from comoyo/mozContacts2vcard"

========

https://hg.mozilla.org/integration/gaia-central/rev/94b6457ad206
Author: James Lal <james@lightsofapollo.com>
Desc: Revert "Merge pull request #11425 from comoyo/mozContacts2vcard"

This reverts commit 1b3b923534f606c69fce61136aa21849ee8bba6a, reversing
changes made to c354940fbe112bcf2d90e2a5654ad1824f3a2348.
2013-08-09 10:35:35 -07:00
Gaia Pushbot
9742dac607 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ffe47e2d96de
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 903400 - Trim whitespaces for search in the e.me search bar. r=vingtetun,a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/44c09c38ef4b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11448 from KevinGrandon/bug_902959_add_getApps_param

Bug 902959 - Add option to suppress apps which have hidden roles r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/7bac1ccb3ef5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 902959 - Add option to suppress apps which have hidden roles
2013-08-09 10:25:30 -07:00
Gaia Pushbot
cea0ce884c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b89cd693bf17
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11444 from lightsofapollo/vbump-marionette

vbump marionette

========

https://hg.mozilla.org/integration/gaia-central/rev/dc3f9ab26dc7
Author: James Lal <james@lightsofapollo.com>
Desc: vbump marionette
2013-08-09 10:05:25 -07:00
Gregor Wagner
ff45489941 Bug 902899 - Fix ContentPermission Prompt. r=etienne 2013-08-09 19:02:33 +02:00
Fabrice Desré
e0ee8135f5 Bug 902362 - DOMRequestHelper specifies _requests as array, but should be object. r=fabrice 2013-08-09 09:32:02 -07:00
Gaia Pushbot
42e5220348 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f970557b626a
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 902973 - REAPPLY Disable sms notification_test.js for frequent TBPL orange, a=test-only

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/2d0fff56e4df
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11352 from epang/bug901500_email_missing_images

Bug 901500 - Adding Missing Email Images r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/77172567ba5a
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 901500 - Adding Missing Email Images
2013-08-09 07:50:26 -07:00
Gaia Pushbot
14da4edc5c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3386bba33a11
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11350 from epang/bug901499_cameragraphicsswap

Bug 901499 - Swap Camera Graphics r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/c691ba73a9ae
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 901499 - Swap Camera Graphics
2013-08-09 07:25:25 -07:00
Gaia Pushbot
c3eede9450 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/55a28af01d44
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11425 from comoyo/mozContacts2vcard

Bug 896982: Design and implement a component to transform mozContacts to VCARD format [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/d409de36cf9f
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Design and implement a component to transform mozContacts to VCARD format
2013-08-09 05:00:24 -07:00
Carsten "Tomcat" Book
597c138d2f merge mozilla-central to b2g-inbound 2013-08-09 13:15:45 +02:00
Gaia Pushbot
e5d7e59a52 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c452a61687ef
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11286 from yurenju/896425

Bug 896425 - Add customization support for recording profile r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/a6c838236673
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 896425 - Add customization support for recording profile
2013-08-09 03:55:23 -07:00
Gaia Pushbot
35aadb44be Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/37f6005f3b09
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #11399 from gabrielesvelto/bug-902409-parallel-builds

Bug 902409 - Added a missing dependency to the webapp-zip target r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/b9abd47eedbf
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 902409 - Added a missing dependency to the webapp-zip target
2013-08-09 01:50:23 -07:00
Gaia Pushbot
8a3b81ecf5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/49ed800397c7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11338 from alivedise/bugzilla/898385_master/remove-over-usage-of-ori-sensor

Bug 898385 - Reduce orientation sensor usage. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e388b7ae12c9
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 898385 - Reduce orientation sensor usage.
2013-08-08 20:45:23 -07:00
Gaia Pushbot
13517095d0 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b3bbcbb9026c
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11446 from alivedise/bugzilla/900420_master

Bug 900420 - Remove mozTT reference, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/74e77eaec10f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 900420 - Remove mozTT reference

========

https://hg.mozilla.org/integration/gaia-central/rev/84d84ed85cec
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10877 from crh0716/881862

Bug 881862 - Control the network type from the json file

========

https://hg.mozilla.org/integration/gaia-central/rev/b122f126a233
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 881862 - Control the network type from the json file
2013-08-08 19:50:23 -07:00