Commit Graph

142081 Commits

Author SHA1 Message Date
Karl Tomlinson
afd43adcd6 b=865241 don't join HRTFDatabaseLoader thread until it has finished r=ehsan
Also turn some always-true conditions into assertions.

--HG--
extra : rebase_source : a38b75a1a27f25cef7b9dd86a1cca15ce9f67893
2013-08-09 10:07:42 +12:00
Karl Tomlinson
2ea901aa4d b=865241 make HRTFDatabaseLoader ref-counting thread-safe r=ehsan
--HG--
extra : rebase_source : 8cab96807c111eb103dbe931d14a86a8b97a824e
2013-08-09 09:59:56 +12:00
Karl Tomlinson
296268450d b=815643 Add Blink's HRTFDatabase and HRTFDatabaseLoader to the build r=ehsan
--HG--
extra : rebase_source : e7aa0ce1ca436bbb429cb1f6051b3b8210bf767a
2013-08-09 09:56:28 +12:00
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
Ryan VanderMeulen
1f7ca11ce8 Backed out 4 changesets (bug 887690) for suspicion of causing frequent mochitest-2 failures.
Backed out changeset 106ae6eee902 (bug 887690)
Backed out changeset e2c72cb029f4 (bug 887690)
Backed out changeset 9eea090ed6f7 (bug 887690)
Backed out changeset 1defeb691f5c (bug 887690)
2013-08-12 19:13:38 -04:00
Gaia Pushbot
7a03ee0cda Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3a5bfe8c6e07
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11497 from dylano/master

Bug 904115 - Add sr-Latn to languages_dev.json, r=@mcirlanaru

========

https://hg.mozilla.org/integration/gaia-central/rev/31b7f93dddf4
Author: dylano <doliver@mozilla.com>
Desc: Bug 904115 - Add sr-Latn to languages_dev.json
2013-08-12 15:45:24 -07:00
Gaia Pushbot
7707af554b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c2486bc0cb3f
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11239 from mcirlanaru/bug_882909

Bug 882909 - [FTU] Don't overlap progress bar with WiFi hotspot entries. r=@fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/e166edb3115d
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 882909 - [FTU] Don't overlap progress bar with WiFi hotspot entries. r=fcampo
2013-08-12 15:20:24 -07:00
Ryan VanderMeulen
a12a9ef1b6 Merge m-c to b2g-inbound. 2013-08-12 17:44:21 -04:00
Ryan VanderMeulen
f228f7b518 Merge fx-team to m-c. 2013-08-12 17:42:19 -04:00
Gaia Pushbot
cf2cb5badc Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0d6b56ffbc53
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #11441 from gaye/bug-894738

Bug 894738 - Redirect appropriately from ViewEvent after tapping system notification for event alarm pulls us into calendar r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7ea6f6a44d38
Author: gaye <gaye@mozilla.com>
Desc: Clean up patch and add unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/c8e56697db00
Author: gaye <gaye@mozilla.com>
Desc: Bug 894738 - Redirect appropriately from ViewEvent after tapping system notification for event alarm pulls us into calendar
2013-08-12 14:35:26 -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
Kyle Machulis
c68850e40a Bug 903497: Fix return type for PrepareAdapterRunnable::Run; r=echou 2013-08-12 14:15:45 -07:00
Ryan VanderMeulen
d14c842365 Backed out changeset 635ef1e34417 (bug 899878) for B2G mochitest-3 timeouts. 2013-08-12 16:45:14 -04:00
Bobby Holley
81026a6fdf Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap 2013-08-12 12:54:51 -07:00
Bobby Holley
e923703302 Bug 901364 - Make operation callbacks runtime-wide. r=mrbkap 2013-08-12 12:54:50 -07:00
Bobby Holley
3e44192004 Bug 901364 - Switch to the XPConnect operation callback for DOM windows. r=mrbkap 2013-08-12 12:54:49 -07:00
Bobby Holley
2898c52fcd Bug 901364 - Implement a replacement operation callback in XPConnect. r=mrbkap 2013-08-12 12:54:49 -07:00
Bobby Holley
962b3d3ad7 Bug 901364 - Hoist slow script prompt machinery into nsGlobalWindow. r=mrbkap 2013-08-12 12:54:49 -07:00
Ryan VanderMeulen
1f195915a2 Merge m-c to fx-team. 2013-08-12 15:37:10 -04:00
Ryan VanderMeulen
0d3509d3c7 Merge inbound to m-c. 2013-08-12 15:35:24 -04:00
Shane Caraveo
1362d71920 bug 899671 avoid execution in socialapi during startup if not enabled, r=jaws 2013-08-12 12:06:22 -07:00
Jordan Santell
6a956bbbc3 Bug 893846: Fix tab.index test intermittent. r=Mossop 2013-08-12 10:57:45 -07:00
Dave Townsend
1fdb504fd5 Bug 903115: Many context-menu tests timeout on tinderbox. r=jsantell 2013-08-12 10:53:29 -07:00
Tim Taubert
f5d4545aa0 Bug 903293 - Remote browser constructors shouldn't try to initialize session history; r=felipe 2013-08-12 20:16:11 +02:00
Nick Alexander
b6c6d1574e Bug 903123: Add HawkAuthHeaderProvider for Android Background Services. r=rnewman
Hawk is an HTTP authentication scheme using a message authentication
code (MAC) algorithm to provide partial HTTP request cryptographic
verification.  Hawk is the successor to the HMAC authentication
scheme.  The Hawk scheme is descripted at
https://github.com/hueniverse/hawk

Hawk is under-specified; this implementation interoperates with the
git hash at
871cc59797
2013-08-12 11:10:03 -07:00
Kartikaya Gupta
8a9580723f Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00
Brandon Benvie
7b0b48adf9 Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
Ed Morley
402e3176c7 Backed out changeset 64324e19ca10 (bug 903715) for failures in test_bug903715.html on a CLOSED TREE 2013-08-12 16:59:00 +01:00
Max Li
6e498e0b65 Bug 904070 - Unlabelled button on addons screen. r=margaret 2013-08-12 10:47:09 -04:00
Jan de Mooij
517359dc00 Bug 903410 - Fix Ion regalloc to avoid some redundant stores. r=bhackett 2013-08-12 15:33:40 +02:00
Masayuki Nakano
ee541e9b47 Bug 903715 Consume Enter keydown event if dropdown of <select> element is closed by it r=smaug 2013-08-12 22:09:39 +09:00
David Rajchenbach-Teller
43013501d5 Bug 874435 - Fix lastAccessDate/lastModificationDate typo. r=froydnj 2013-08-12 08:40:42 -04:00