Commit Graph

123575 Commits

Author SHA1 Message Date
Robert Strong
a19dead845 Windows stub installer code only - Bug 811573 - 'Add more data points to the metrics ping for the stub installer'. Also fixes bug 797998 - 'In the download phase of the stub installer without an internet connection, the stub installer should eventually time out and report an error' and bug 836044 - 'Aurora stub installer doesn't seem to be working'. r=bbondy 2013-03-05 22:07:59 -08:00
Ryan VanderMeulen
df89d0cfdb Backed out changeset 45d4f7b16c2f (bug 847559) for bustage. 2013-03-05 12:59:00 -05:00
Ryan VanderMeulen
a1f3f57770 Backed out changeset 9c92da2ea3d7 (bug 844561) for mochitest b-c orange. 2013-03-05 12:53:43 -05:00
Joe Drew
181d2fdae5 Bug 847559 - Handle writes to a size-only JPEG decoder after we've gotten the size. r=seth
--HG--
extra : rebase_source : c02aa4f03dbba90d07f55d383a507bb27f605287
2013-02-27 14:23:08 -05:00
Joey Armstrong
7a3348f6ce bug 734139: replace mkdir -p calls with mkdir_deps 2013-03-05 12:27:58 -05:00
Ali Juma
e299ec44de Bug 691661 - Add missing break statement in cairo-ft-font.c from upstream. r=jmuizelaar 2013-03-05 12:13:30 -05:00
Alexander J. Vincent
fd4aa63039 Bug 847382: Fix XULRunner SDK builds. r=glandium 2013-03-04 23:09:14 -08:00
Albert Crespell
06ca517382 Bug 839757 - Tests. r=honzab 2013-03-03 09:08:44 +01:00
Albert Crespell
490cdc1d6a Bug 839757 - Net glue. r=honzab 2013-03-03 09:06:38 +01:00
Albert Crespell
5ef5f4a1e0 Bug 839757 - Implementation. r=honzab 2013-03-03 09:04:38 +01:00
Albert Crespell
5e085ec7cb Bug 839757 - Interface definition. r=honzab 2013-03-03 09:00:56 +01:00
Cameron Kaiser
ba3df5fcde Bug 847804 - Remove assert in SVGPreserveAspectRatio.h. r=dholbert 2013-03-04 22:27:53 -08:00
Gregory Szorc
ff16a41693 Bug 846885 - Prevent double inclusion of qcms and gtkxtbin in build system; r=glandium 2013-03-05 08:27:55 -08:00
Ryan VanderMeulen
b1426afcc4 Backed out changeset e4a14eaefe1d (bug 841413) for mochitest orange. 2013-03-05 11:27:36 -05:00
Randell Jesup
5a22f3758f Bug 846553: Use non-blocking connect() for SCTP DataChannelConnections, notify disconnects r=mcmanus 2013-03-05 11:17:07 -05:00
Trevor Saunders
f3e61a4b14 bug 846619 - add some static checking for use of _INHERITED cc class macros r=smaug 2013-02-28 18:11:18 -05:00
Philip Chee
b035f7e238 bug 722299 followup: VS2008 bustage fix for Bug 722299 Implement new IDN Unicode display algorithm. r=honza.b 2013-03-02 20:30:30 +08:00
Josh Matthews
011099e5ef Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan 2013-03-05 10:41:58 -05:00
Jim Chen
8642b4016c Bug 843048 - Delay setting IME context on Gecko thread instead of Java thread; r=cpeterson 2013-03-05 15:24:35 +00:00
Luke Wagner
d07a375e72 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
7fc5103c61 Bug 676250 - Make OpenGL painting bypass the Cocoa setNeedsDisplay/drawRect machinery. r=bgirard. 2013-03-05 10:21:28 -05:00
Ed Morley
2ddcaf5fed 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
1b605b6429 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
f2b7547cab 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
8ccf91b84c Bug 823547 - Store the snippets version along with the snippets.
r=adw
2013-02-27 18:57:50 +01:00
Marco Bonardo
6295af1bb3 Bug 820834 - Abstract about:home storage and make it async-ready.
r=gavin
2013-02-27 18:57:48 +01:00
Thomas Zimmermann
1823db9f02 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
84a4d3af62 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
3867cce83c 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
13fe177e94 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
9bd1221c54 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
5003b415b2 Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang 2013-03-05 09:56:34 -05:00
Alexander Surkov
2135e46a10 Bug 846204 - Unregister DocManager from DOM event listeners. r=tbsaunde 2013-03-05 09:56:34 -05:00
Chandan Kumar
a76374a3e1 Bug 708267: Add "non sequitur" to the en-US dictionary; r=ehsan
DONTBUILD
2013-03-05 09:44:49 -05:00
Ehsan Akhgari
b649e121b2 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
872145695a Attempt to fix bug 681138 by making the test loading not race against snapshotting 2013-03-05 09:32:51 -05:00
Chris Peterson
f2d9014b85 Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle 2013-03-05 12:08:43 +00:00
Kartikaya Gupta
48d938d094 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
281ff270bc Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle 2013-03-05 13:05:52 +00:00
Kartikaya Gupta
d592b4c61f Bug 726335 - Code formatting cleanup. r=mfinkle 2013-03-05 13:05:26 +00:00
Kartikaya Gupta
37bae8615f 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
d162104482 Bug 842853 - Scroll position lost after page reload on url with anchor. r=roc 2013-03-05 13:26:41 +01:00
Alexander Surkov
7f5ee0dad0 Bug 824662 - enable logging in accessible/focus/test_takeFocus.html 2013-03-05 20:29:02 +09:00
Paolo Amadini
7c2b4f05be 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
342dd989e7 Bug 835880 - Implement the basic DownloadList object. r=enn
--HG--
extra : rebase_source : 15c2ba2132c87fdd633dc069a1e2ebef727c6392
2013-03-05 12:10:03 +01:00
Paolo Amadini
70afff5700 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
d0739cd1ab Bug 831144 - Change tests to use Shift+Accel+Z for redo; r=masayuki 2013-03-05 11:08:42 +00:00
Jim Chen
09b1d56782 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
7a5a6425bf Bug 831144 - Properly pass meta states to Gecko; r=cpeterson 2013-03-05 11:07:51 +00:00
Ed Morley
d8e213952a Merge mozilla-central to mozilla-inbound 2013-03-05 10:30:18 +00:00