Commit Graph

124235 Commits

Author SHA1 Message Date
Phil Ringnalda
81fe5acbca Back out d39b5acb8d83 and cf778a07299d (bug 847120) for Windows build bustage 2013-03-10 22:54:32 -07:00
Kyle Machulis
2d36cae087 Bug 843958 - Fix compiler warning for SCO not handling LM; r=echou 2013-03-10 22:37:15 -07:00
Kyle Machulis
6bd05c012b Bug 849078 - Change SetNonblockFlags to SetSocketFlags; r=echou
--HG--
extra : rebase_source : 495444e95cb6fef3cdae4606879b2f2fba812c24
2013-03-08 14:40:26 -08:00
David Zbarsky
45208529e5 Bug 847120: Convert SVGFETileElement to WebIDL r=Ms2ger 2013-03-11 00:50:58 -04:00
David Zbarsky
7923b8af2b Bug 847120: Move SVGFETileElement to its own file r=Ms2ger
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETileElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFETileElement.h
2013-03-11 00:50:58 -04:00
Alexander Surkov
23b9ae07f1 Bug 845095 - disable mochitest accessible/states/test_tree.xul 2013-03-11 12:34:34 +09:00
Gavin Sharp
050fc7a3bf bug 818014 followup: replace _all_ null bytes in titles 2013-03-10 19:47:07 -07:00
Edgar Chen
dd20423f71 Bug 848688 - Have a consistent naming for error message. r=allstars.chh 2013-03-07 18:35:57 +08:00
Julian Seward
7c8de49023 Bug 779291: Implement SPS stackwalk using the breakpad unwinder. r=bgirard,glandium 2013-03-10 23:00:23 +01:00
Seth Fowler
fab812ffeb Bug 843895 (Part 4) - Use FrozenImage instead of ExtractFrame for imgRequestProxy::GetStaticRequest. r=joe 2013-03-10 18:43:38 -07:00
Seth Fowler
b6a06b903e Bug 843895 (Part 3) - Add the FrozenImage wrapper class to stop image animation. r=joe 2013-03-10 18:43:38 -07:00
Seth Fowler
0f558c8931 Bug 843895 (Part 2) - Add ImageWrapper. r=joe 2013-03-10 18:43:38 -07:00
Seth Fowler
ed3494d327 Bug 843895 (Part 1) - Add an aWhichFrame parameter to imgIContainer::Draw. r=joe 2013-03-10 18:43:37 -07:00
Matthew Gregan
2f67cab8ff Bug 849519 - Raise INDEX_SIZE_ERR if media element volume is set to NaN. r=doublec 2013-03-11 11:11:23 +13:00
Matthew Gregan
487ab4ba4e Bug 837564 - Implement switchable backends for cubeb. r=padenot 2013-03-08 17:51:59 +13:00
Kartikaya Gupta
c4ef6a26dd Bug 846774 - Make GeckoEvent member variables private. r=cpeterson 2013-03-10 22:43:53 +00:00
Kartikaya Gupta
c39158732c Bug 846774 - Replace the sync event with an ack flag on events. r=cpeterson 2013-03-10 22:43:30 +00:00
Ehsan Akhgari
221a66e469 Bug 849652 - Copy enough number of bytes in AudioBufferSourceNode::ProduceAudioBlock's memcpy loop; r=roc 2013-03-10 17:37:40 -04:00
Seth Fowler
85877bfa73 Bug 847630 - Stop deferring OnStopRequest in VectorImage. r=joe 2013-03-10 14:04:29 -07:00
Luke Wagner
7c2ec8745f Bug 841617 - replace ObjectElements::convertDoubleElements with a 'flags' field (r=bhackett)
--HG--
extra : rebase_source : e0651358ae4a87b8599af8559112f111fb960898
2013-02-13 18:11:52 -08:00
Markus Stange
081bef1620 Bug 676250 - Make OpenGL painting bypass the Cocoa setNeedsDisplay/drawRect machinery. r=bgirard. 2013-03-05 10:21:28 -05:00
Ed Morley
bd6e0b7037 Bug 779753 - Disable test_browserElement_oop_SendEvent.html on Linux for too many intermittent failures 2013-03-05 15:21:42 +00:00
Ehsan Akhgari
e9ec7da04d Bug 841413 - Part 1: Convert test_privbrowsing_perwindowpb.html into a chrome test; r=jdm 2013-03-05 10:15:57 -05:00
Ehsan Akhgari
f1162f8a7e Bug 846329 - Fix decodeAudioData to decode all channels and not only the first one; r=padenot 2013-03-04 21:27:13 -05:00
Marco Bonardo
d77e2db227 Bug 823547 - Store the snippets version along with the snippets.
r=adw
2013-02-27 18:57:50 +01:00
Marco Bonardo
938a6555fc Bug 820834 - Abstract about:home storage and make it async-ready.
r=gavin
2013-02-27 18:57:48 +01:00
Thomas Zimmermann
a827f88509 Bug 834172 - Remove GStreamer flags from webaudio Makefile. r=cpearce
With the move of all codec-specific code to DecoderTraits, there is no
need to pass compiler flags for GStreamer when building the webaudio
library. This patch updates the Makefile template accordingly.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
2a8d1c91ec Bug 834172 - Don't export codec functions from DecoderTraits. r=cpearce
All codec-specific code is hidden within DecoderTraits and available
from generic interfaces. This patch removes the codec-specific
functions from DecoderTraits' public interface.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
d765f43ada Bug 834172 - Implement CreateReader in DecoderTraits. r=cpearce
MediaDecoderReaders are now created from within DecoderTraits. The
codec-specific code has been removed from class MediaDecodeTask.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
6834113fd7 Bug 834172 - Implement IsSupportedTypeInVideo in DecoderTraits. r=cpearce
This change moves the policy of supported media types in the element
nsHTMLMediaElement to the DecoderTraits class. The codec-specific code
has been removed from the media element.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
440e1b05d5 Bug 834172 - Implement CreateDecoder in DecoderTraits. r=cpearce
The class DecoderTraits knows about all supported decoders. Adding
an interface to create decoder instances simplifies all users of this
functionality. nsHtmlMediaElement has been updated to use the new
function.
2013-03-05 09:56:34 -05:00
Shih-Chiang Chien
f8e1b8012a Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang 2013-03-05 09:56:34 -05:00
Alexander Surkov
843f0a5a37 Bug 846204 - Unregister DocManager from DOM event listeners. r=tbsaunde 2013-03-05 09:56:34 -05:00
Chandan Kumar
58e91d6b4c Bug 708267: Add "non sequitur" to the en-US dictionary; r=ehsan
DONTBUILD
2013-03-05 09:44:49 -05:00
Ehsan Akhgari
756d280b9a Attempt to fix bug 622534 by waiting for focus on the test window before running the test
Also, remove an unneeded enablePrivilege API call!
2013-03-05 09:41:27 -05:00
Ehsan Akhgari
47f88e4aa7 Attempt to fix bug 681138 by making the test loading not race against snapshotting 2013-03-05 09:32:51 -05:00
Chris Peterson
9e77ac294d Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle 2013-03-05 12:08:43 +00:00
Kartikaya Gupta
2822f4a442 Bug 726335 - Add support for sharing the current tab's URL over Android Beam. r=mfinkle 2013-03-05 13:06:09 +00:00
Kartikaya Gupta
c948f4560f Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle 2013-03-05 13:05:52 +00:00
Kartikaya Gupta
988eb241e8 Bug 726335 - Code formatting cleanup. r=mfinkle 2013-03-05 13:05:26 +00:00
Kartikaya Gupta
40abc5ce5a Bug 847856 - Only send logcat data when the user selects the URL checkbox. r=mfinkle 2013-03-05 12:59:31 +00:00
Mats Palmgren
b9424738f2 Bug 842853 - Scroll position lost after page reload on url with anchor. r=roc 2013-03-05 13:26:41 +01:00
Alexander Surkov
6b4c6e122c Bug 824662 - enable logging in accessible/focus/test_takeFocus.html 2013-03-05 20:29:02 +09:00
Paolo Amadini
c05285f162 Bug 835803 - Add tests for downloads whose size is zero bytes. r=enn
--HG--
extra : rebase_source : ed691306ee8976dabcb77a3947eec660a7a6e02e
2013-03-05 12:10:20 +01:00
Paolo Amadini
7e1a4bf43c Bug 835880 - Implement the basic DownloadList object. r=enn
--HG--
extra : rebase_source : 15c2ba2132c87fdd633dc069a1e2ebef727c6392
2013-03-05 12:10:03 +01:00
Paolo Amadini
0a0f287280 Bug 835876 - Add the ability to restart downloads. r=enn
--HG--
extra : rebase_source : 0b7c0a7120b794410d01ef4e77b74e264a5f467c
2013-03-05 12:09:52 +01:00
Jim Chen
210428772e Bug 831144 - Change tests to use Shift+Accel+Z for redo; r=masayuki 2013-03-05 11:08:42 +00:00
Jim Chen
c55a0c09f7 Bug 831144 - Add Android XBL key bindings; r=neil
--HG--
rename : content/xbl/builtin/unix/Makefile.in => content/xbl/builtin/android/Makefile.in
rename : content/xbl/builtin/unix/jar.mn => content/xbl/builtin/android/jar.mn
rename : content/xbl/builtin/unix/moz.build => content/xbl/builtin/android/moz.build
2013-03-05 11:08:08 +00:00
Jim Chen
6eb13bf748 Bug 831144 - Properly pass meta states to Gecko; r=cpeterson 2013-03-05 11:07:51 +00:00
Ed Morley
8fd7c012cf Merge mozilla-central to mozilla-inbound 2013-03-05 10:30:18 +00:00