Karl Tomlinson
e228c084a4
b=923106 recompute frequency dependent parameters when OscillatorType changes r=padenot
...
mSquare, mTriangle, and mSaw are not initialized in the OscillatorNodeEngine
constructor, just like they are not initialized when switching to
OscillatorType::Sine. These parameters are initialized if and when switching
to the OscillatorTypes that use them.
mFinalFrequency, mNumberOfHarmonics, mSignalPeriod, mAmplitudeAtZero,
mPhaseIncrement, mPhaseWrap are not initialized in the OscillatorNodeEngine
constructor, just like they are not initialized immediately on switching
OscillatorType. These parameters are initialized in
UpdateParametersIfNeeded(), conditional on mRecomputeParameters.
--HG--
extra : transplant_source : a%C1%83%03%03%5CJ%88%99j%A0%93%05%92%06%CA%D6%8B%00%21
2013-10-15 13:10:02 +13:00
Jonathan Watt
706b2893d4
Bug 926330 - Make DirPickerFileListBuilderTask threading assertion fatal. r=smaug
2013-10-15 01:18:40 +01:00
Masatoshi Kimura
606fe041b9
Bug 872934 - Make style sheet change event interfaces [ChromeOnly]. r=smaug
2013-10-15 04:03:37 +09:00
Ryan VanderMeulen
a80b1ea22a
Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
...
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Ed Morley
d9879cd4ec
Merge latest green inbound changeset and mozilla-central
2013-10-14 17:39:02 +01:00
Ed Morley
a16d0ccb8f
Merge latest green b2g-inbound changeset and mozilla-central
2013-10-14 17:36:01 +01:00
Ed Morley
da83085a5c
Backed out changeset ccf11ae08ba2 (bug 882541)
2013-10-14 17:30:43 +01:00
Ed Morley
ea40357a49
Backed out changeset 734a282006c2 (bug 915558) for causing topcrash bug 926427
2013-10-14 15:58:51 +01:00
Kyle Huey
80a708caab
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-14 19:58:25 +08:00
Sotaro Ikeda
852bed7c7d
Bug 923848 - Reuse mp3 file format check result. r=doublec
2013-10-14 07:37:09 -04:00
Phil Ringnalda
95093a98d7
Backed out 2 changesets (bug 915757, bug 919885) for xpcshell bustage
...
Backed out changeset 5d17d90b838d (bug 915757)
Backed out changeset 91495d3a91c8 (bug 919885)
2013-10-13 21:59:58 -07:00
Kyle Huey
6d62264056
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-14 11:10:44 +08:00
Phil Ringnalda
95759c43cf
Merge m-i to m-c
2013-10-13 10:18:40 -07:00
Ryan VanderMeulen
a05e896f96
Merge m-c to fx-team.
2013-10-12 14:28:58 -04:00
Mina Almasry
01b53453c2
Bug 698437 - Allow spatial navigation with directional controller. r=kats
2013-10-12 13:59:50 -04:00
Garrett Robinson
9c90069d5d
Bug 925186 - Update test_bothCSPHeaders.html to catch the case where an invalid prefixed header fails closed. r=sstamm
2013-10-11 17:01:37 -07:00
Martijn Wargers
e6a1d72158
Bug 901343 - Tests that use createSystemXHR are failing on b2g mochitest. r=sicking
2013-10-12 02:18:34 +02:00
Garrett Robinson
38d688077c
Bug 925186 - Fix regression in handling the simultaneous use of pre-1.0 and 1.0 CSP headers. r=sstamm
2013-10-10 13:48:14 -07:00
Thomas Zimmermann
ba40fab0c9
Bug 924678: Stop MP3 parser if decoder got cleared, r=doublec
...
If the decoder has been cleaned up, there is no point in further
parsing the MP3 file. This patch makes the I/O logic stop in that
case.
The patch also fixes a bug where the beginning of an MP3 chunk was
parsed multiple times if the chunk is larger than 4 GiB.
--HG--
extra : rebase_source : d247ed3995991d362c51a0666274e9de3b90b7d2
2013-10-14 10:38:48 +02:00
Thomas Zimmermann
568572011d
Bug 924678: Explicitly clear OmxDecoder::mDecoder, r=doublec
...
The MediaDecoderStateMachine frees the Decoder during its own
shutdown. If the the MediaDecoderStateMachine for an MP3 file
gets cleaned up before the MP3 frame parser is finished, the
OmxDecoder operates with an invalid Decoder.
With this patch, the MediaDecoderStateMachine informs the
OmxDecoder to clear the decoder field. The MP3 parser logic
detects this case and returns.
--HG--
extra : rebase_source : 0a00de3cf7b95ede77408e5d43cccbcd706750cd
2013-10-14 10:38:17 +02:00
Carsten "Tomcat" Book
2470775768
Backed out changeset 3620f49eb6e9 (bug 872934) Win XP PGO Bustage
2013-10-14 12:46:25 +02:00
Masatoshi Kimura
fd53cfd596
Bug 872934 - Make style sheet change event interfaces [ChromeOnly]. r=smaug
2013-10-14 17:15:28 +09:00
Jonathan Watt
88e0bcde09
backout a268f8037bb0
2013-10-14 08:48:39 +01:00
Jonathan Watt
9b16c85ee3
Bug 912492 - Clear HTMLInputElement.files immediately after a user picks a directory. r=smaug
2013-10-08 18:48:04 +01:00
Jonathan Watt
d25d94a1cc
Bug 923926 - Allow content authors to cancel the directory scan initiated when the user picks a directory. r=smaug
2013-10-08 18:47:49 +01:00
Jonathan Watt
cfe58b85ab
Bug 923922, part 2 - Allow DirPickerBuildFileListTasks to be cancelled, and cancel any in-progress DirPickerBuildFileListTasks when the user picks a new directory. r=smaug
2013-10-08 18:47:08 +01:00
Jonathan Watt
e98f834b90
Bug 923922, part 1 - Rename DirPickerBuildFileListTasks to DirPickerFileListBuilderTask. r=smaug
2013-10-06 10:01:38 +01:00
André Reinald
9ded7a778d
Bug 868648: Make window overlay scrollbars appear/disappear when 2 fingers down/up trackpad. Credits to Markus for his help getting this right. r=mstange,masayuki,smichaud
2013-08-16 23:17:40 +02:00
Stephen Pohl
8e7e13c21d
Bug 673875: Reproduce the bounce behavior when reaching the top/bottom of the page on OSX. r=smichaud,felipe,masayuki
2013-10-11 15:48:53 -04:00
Boris Zbarsky
7439df1aae
Bug 925495 part 2. Make the localName and nodeName bindings use DOMString, for extra speed. r=smaug
2013-10-11 12:28:23 -04:00
Ryan VanderMeulen
b8ea0766d3
Backed out changesets 46029c9fbfe4 and 6114164c3d1b (bug 925495) for OSX (at least) crashes.
2013-10-11 13:38:28 -04:00
Boris Zbarsky
316fae665f
Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger
2013-10-11 12:28:24 -04:00
Boris Zbarsky
387d7f73c8
Bug 925495 part 2. Make the localName and nodeName bindings use DOMString, for extra speed. r=smaug
2013-10-11 12:28:23 -04:00
Stephen Pohl
d6f559de1c
Backout 751bcb37cdb6 for bustage on a CLOSED TREE. r=me
2013-10-11 10:50:25 -04:00
Stephen Pohl
aa89a4515b
Bug 673875: Reproduce the bounce behavior when reaching the top/bottom of the page on OSX. r=smichaud,felipe,masayuki
2013-10-11 10:02:31 -04:00
Benoit Jacob
9b609532b0
Bug 922921 - Consistently check attrib accesses in WebGLVertexArray. Also rename a few things. - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
8d9374f04e
Bug 924193 - Drop WebGLTexelConversions' custom FORCE_INLINE macro, use MOZ_ALWAYS_INLINE - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
e52dbaed88
Bug 924192 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelPremultiplicationOp enum - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
625d40fbff
Bug 924191 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelFormat enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
2998967184
Bug 924189 - Use MOZ_BEGIN_ENUM_CLASS for the WebGL VertexAttrib0 enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
9ffc6b23d8
Bug 924188 - Use MOZ_ASSERT where appropriate in WebGL code - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
0e6cdbb7f0
Bug 924186 - Simplify WebGLFramebuffer's CC goop - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
76acfffadf
Bug 924176 - Warn on prefixed WebGL extensions usage (deprecated) - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
31b388a74f
Bug 922810 - Fix the build on compilers not supporting strong enums - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
c1068e71b9
Bug 922810 - Part 8: Defer/avoid initialization of texture images - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
f381117c01
Bug 922810 - Part 6: Clean up and optimize fake black textures implementation - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
70e268f927
Bug 922810 - Part 5: do not initialize depth textures before they get rendered to, use a fake black texture instead - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
d3ed28c249
Bug 922810 - Part 4: make BindTexture smart enough to not clear the context's mFakeBlackStatus when nothing changed - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
0ada058e54
Bug 922810 - Part 3: introduce transparent fake black textures alongside existing opaque ones - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
5e11f6d43d
Bug 922810 - Part 2: reorganize the tracking of fake back statuses - r=jgilbert
2013-10-11 09:16:43 -04:00