Commit Graph

147445 Commits

Author SHA1 Message Date
David Keeler
90fbdbf5d1 bug 913092 - remove unnecessary nsIPermissionManager in TestSTSParser r=mcmanus 2013-09-17 15:47:01 -07:00
Ralph Giles
ee917522f4 Bug 865256 - Part 4: Implement custom waveforms. r=ehsan,padenot
Copy the periodicWave data into a shareable buffer.

Add a SetBuffer call to send the buffer data to the
OscillatorNodeEngine. Call into blink's PeriodicWave
implementation to generate bandlimited tables bracketing
the desired frequency and interpolate the output data
from them.

Change the PeriodicWave constructor to only take one
length, since both arrays must be the same size.

Change OscillatorNode's SetType to throw INVALID_STATE
instead of NOT_IMPLEMENTED if js tries to assign
type = 'custom' directly.
2013-08-28 15:39:26 -07:00
Ralph Giles
260debb621 Bug 865256 - Part 3d: Port blink's PeriodicWave to gecko. r=ehsan
Changes to use gecko infrastructure.
2013-09-10 14:33:03 -07:00
Ralph Giles
96f4f677b2 Bug 865256 - Part 3c: Import blink's PeriodicWave. r=ehsan
From 3807300c75ae70f004b76cbce023e59a0367e09b Mon Sep 17 00:00:00 2001
This is the original code from blink svn trunk r157670 for reference.
This commit has no porting or build support, to make subsequent changes
easier to identify.
2013-09-10 14:29:51 -07:00
Ralph Giles
7d11abd2ed Bug 865256 - Part 3b: Add a complex->real ifft to FFTBlock. r=ehsan
From ea43bceaf8f6dd2c44d7f55a45f770be19b335a5 Mon Sep 17 00:00:00 2001
Currently FFTBlock only holds the complex frequency domain data
internally, reading and writing to external time domain data
buffers. For PeriodicWave we need to create a real, time domain
signal from real and imaginary frequency domain data. This method
does this without touching the internal output buffer at all.
FFTBlock is just used as a wrapper for kiss_fft_cfg.
2013-09-10 11:00:17 -07:00
Ralph Giles
99eb27b196 Bug 865256 - Part 3a: Add AudioBufferPeakValue utility. r=ehsan
From 6c057c02970c79d620527d08bc3755491c99b1d3 Mon Sep 17 00:00:00 2001
This is an equivalent, C-only implementation of blink's
VectorMath::maxmgv or Apple's vDSP_maxmgv. It finds the
maximum absolute value of the elements in a float buffer.
Used by blink's PeriodicWave implementation for normalization.
2013-09-10 10:54:17 -07:00
Paul Adenot
8281440e86 Bug 908669 - Use band-limited impulse trains (BLIT) for OscillatorNode. r=rillian
This fixes the aliasing noise in the default oscillator types.
2013-09-17 10:36:00 -07:00
Bobby Holley
cd5f077305 Bug 916939 - Drop support for named and indexed access on cross-origin windows. r=bz 2013-09-18 08:39:48 -07:00
Daniel Holbert
df2805989e Bug 904197 followup: make reftests use Ahem font, to avoid pixel-alignment difference between block vs. inline elements. (test-only)
--HG--
rename : layout/reftests/flexbox/ahem.css => layout/reftests/position-sticky/ahem.css
2013-09-18 08:36:27 -07:00
Corey Ford
3fc43261c7 Bug 904197 - Use the union of continuations' rects in sticky positioning calculations. r=dholbert
Reftest inline-3.html fails because handling the sticky element's margin correctly will take more work; similarly, border/padding on containing-block continuations won't be handled quite right. Reftest column-contain-1a fails because some of the anonymous blocks inside an nsColumnSetFrame have 0 height.
2013-09-13 16:53:48 -07:00
Bobby Holley
61cbfaf31f Bug 914939 - Don't assert against OOM in XPCWrappedJS QI hooks. r=gabor 2013-09-18 08:34:12 -07:00
Luke Wagner
12d708eeac Bug 900669 - Fix compile error with JS_ION_PERF (r=me)
--HG--
extra : rebase_source : faba81a347300a0f40e302930bd6d394e08dae66
2013-09-18 09:56:34 -05:00
Alexander Surkov
c09b8d61a2 Bug 672717 - Broken caret when moving into/out of embedded objects with right arrow, r=tbsaunde 2013-09-18 10:28:53 -04:00
Brian Hackett
fce6596a88 Bug 917590 - Remove most roots and handles in IonBuilder, r=jandem. 2013-09-18 07:55:29 -06:00
Joel Maher
8ace21131e Bug 914799 - create mobile_talos.json. r=kmoir 2013-09-18 09:37:09 -04:00
Luke Wagner
1da2541e28 Bug 900669 - OdinMonkey: simplify how ScriptSource and source location are saved (r=bbouvier)
--HG--
extra : rebase_source : a3cabb43976f39dfc77543dc64688357e3801478
2013-09-17 17:06:37 -05:00
Luke Wagner
a32e9216f0 Bug 900669 - OdinMonkey: split out a static-link step (r=bbouvier)
--HG--
extra : rebase_source : e910c2ba371280a13140a3faef97d379e3ce99fb
2013-08-26 11:29:15 -05:00
Luke Wagner
d07215fd65 Bug 916912 - use ImmPtr for j(void*) (r=jandem)
--HG--
extra : rebase_source : 4950b437f7d0c38589312415b8e1d7fa82a01e1a
2013-09-17 17:06:21 -05:00
Max Li
f0635e18eb Bug 899333 - Pivot text traversal should traverse into the subtree. r=tbsaunde 2013-09-17 20:07:45 -04:00
Carsten "Tomcat" Book
bacabb2a02 Merge m-c to mozilla-inbound 2013-09-18 12:42:44 +02:00
Carsten "Tomcat" Book
deae2bca56 merge b2g-inbound to mozilla-central 2013-09-18 12:14:05 +02:00
Carsten "Tomcat" Book
a5d24f9255 merge fx-team to mc 2013-09-18 12:12:28 +02:00
Gaia Pushbot
fb32f85c56 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d9e4d98a9fba
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12246 from crdlc/bug-916782

Bug 916782 - Remove progress_activity.css and status.css from homescreen (it is only needed for ev.me)

========

https://hg.mozilla.org/integration/gaia-central/rev/7aefd8280725
Author: crdlc <crdlc@tid.es>
Desc: Bug 916782 - Remove progress_activity.css and status.css from homescreen (it is only needed for ev.me)
2013-09-17 23:50:26 -07:00
Robert Strong
e94b4e7407 Most entries in removed-files.in are no longer needed - Bug 649607 - Update removed-files.in after requiring update to the version with bug 563318. r=bbondy 2013-09-17 22:15:53 -07:00
Mark Hammond
14a9ab5823 Bug 914615 - use http://mochi.test:8888 instead of http://foo.bar to test same origin in social tests. r=gavin 2013-09-18 15:08:22 +10:00
Phil Ringnalda
3e6a030f38 Back out 2e69de47685e (bug 896291) on suspicion of timing out browser_homeDrop.js 2013-09-17 21:49:31 -07:00
Gaia Pushbot
135df49e13 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ebb38d4126d0
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12287 from lightsofapollo/reallyreallyhide-keyboard-tets

[really] per bug 917523 disable test on tbpl

========

https://hg.mozilla.org/integration/gaia-central/rev/290853690b8c
Author: James Lal <james@lightsofapollo.com>
Desc: [really] per bug 917523 disable test on tbpl
2013-09-17 21:40:27 -07:00
Mark Capella
b24da8d2f0 Bug 770101 - about:config should label integer fields correctly so keyboard uses numerical mode, r=wesj 2013-09-17 23:54:48 -04:00
Mark Capella
3d365633c5 Bug 913214 - Create StringUtils method to provide readable URL / title string, r=wesj, sriram 2013-09-17 23:54:48 -04:00
Nicholas Cameron
0ea0f5ebb7 Bug 902591. Check for Azure in ContentClientIncremental. r=mattwoodrow
--HG--
extra : rebase_source : 134ddc6a2fd891179b7531cea4222188b518f19a
2013-09-18 15:47:23 +12:00
Jesse Ruderman
f4099a7205 Crashtest for bug 861489. 2013-09-17 20:46:17 -07:00
L. David Baron
0f7222c881 Bug 861489: Fix SkipAnimationRule to do the right thing in the presence of new cascading rules. r=bzbarsky 2013-09-17 20:46:17 -07:00
Phil Ringnalda
afee847b66 Backed out changeset 505e8f8480d2 (bug 913597) for Android failure
--HG--
extra : rebase_source : d9ffe836559fb5a63d895d40b4f89324c2932216
2013-09-17 20:45:48 -07:00
Joshua Cranmer
84029df5aa Bug 904985 - Use Char16.h in favor of NS_LL, Part 3: kill NS_LL. r=dbaron
--HG--
extra : rebase_source : bc105a8cbb87cc9b6b2db0734d9841fe599e794b
2013-09-17 22:43:21 -05:00
Joshua Cranmer
0706184d74 Bug 904985, part 2: Use char16_t for NS_LITERAL_STRING, r=glandium, dbaron.
--HG--
extra : rebase_source : b4c9def93d907724fb4a1bc3f6279db87a11fb1f
2013-09-17 22:43:12 -05:00
Joshua Cranmer
2ecbbf20ab Bug 904985, part 1: Add better support for char16_t in type traits, r=Waldo.
--HG--
extra : rebase_source : 45cb9155312ead0b8164e1e460c9fd2e39f0d6fc
2013-09-17 22:43:04 -05:00
Nicholas Cameron
1ca2ec9d39 Backed out changeset: 0ae388d62a87. r=me 2013-09-18 15:43:26 +12:00
Nicholas Cameron
afbd33c5ad Bug 907463. Backout OP_SOURCE optimisation from bug 907926. r=mattwoodrow
--HG--
extra : rebase_source : eac66979f88c7801bc19646cf81d7c94a77281c0
2013-09-18 15:39:34 +12:00
Chris Pearce
499a20ae5f Bug 915957 - Move MediaDecoder::NotifyBytesConsumed() calls into MediaResource, so we don't need to remember to do them in all decoder backends. r=kinetik 2013-09-18 15:37:23 +12:00
Gaia Pushbot
dbfee1394b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/31d028bfcc44
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12236 from gasolin/issue-911696

Bug 911696 - [Dialer] [Flatfish] hide dialer app in homescreen if no tel..., r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/c0226574c7ea
Author: gasolin <gasolin@gmail.com>
Desc: Bug 911696 - [Dialer] [Flatfish] hide dialer app in homescreen if no telephony support
2013-09-17 20:20:22 -07:00
Ryan VanderMeulen
cc4947aef6 Merge m-c to fx-team. 2013-09-17 22:49:31 -04:00
Ryan VanderMeulen
8a6a806c2a Merge m-c to inbound. 2013-09-17 22:47:28 -04:00
Ryan VanderMeulen
871fb32207 Merge b2g-inbound to m-c. 2013-09-17 22:46:32 -04:00
Marco Castelluccio
909a441d97 Bug 917310 - Apps install path is broken on b2g desktop for windows and mac r=fabrice 2013-09-17 17:36:36 -07:00
Ryan VanderMeulen
5be5179c2d Merge m-c to fx-team on a CLOSED TREE. 2013-09-17 20:27:03 -04:00
Ryan VanderMeulen
77a8785c0c Backed out changeset d63424e06b3e (bug 916446) for B2G mochitest-1 failures. 2013-09-17 20:25:48 -04:00
Gaia Pushbot
0309ea7d5b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/94340fb19f68
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12283 from lightsofapollo/reallyhide-keyboard-tests

per bug 917523 disable test on tbpl

========

https://hg.mozilla.org/integration/gaia-central/rev/d817d867b7ae
Author: James Lal <james@lightsofapollo.com>
Desc: per bug 917523 disable test on tbpl
2013-09-17 17:10:24 -07:00
Gaia Pushbot
1f9d0fdc59 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/99a07b8780aa
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12095 from eeejay/bug-914882

Bug 914882 - Style clipped settings panels as invisible. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/7d4f34845e97
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 914882 - Style clipped settings panels as invisible.
2013-09-17 16:15:26 -07:00
Gaia Pushbot
f032f4ad00 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 916231 - Add screen reader toggle to developer options. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/706499ea0abd
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 916231 - Add screen reader toggle to developer options.
2013-09-17 15:50:25 -07:00
Gaia Pushbot
8a8bc6c735 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2abf97674c6a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12279 from lightsofapollo/disable-modify-event-view

disable modify_event_test a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/b12465654e88
Author: James Lal <james@lightsofapollo.com>
Desc: disable modify_event_test a=test-only
2013-09-17 14:50:22 -07:00