Commit Graph

127800 Commits

Author SHA1 Message Date
Ryan VanderMeulen
6e36f8f54b Backed out changeset 35178de36bd3 (bug 855704) for frequent mochitest failures. 2013-04-08 19:50:03 -04:00
Benoit Girard
732c5f013c Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
--HG--
extra : rebase_source : 172d75f2183c5ba50ce709aeefcd3534a35724e5
2013-04-03 18:59:17 -04:00
James Willcox
2975e5cff2 Bug 734691 - Add multi-thread support to profiler r=benwa
--HG--
extra : rebase_source : 8367dc61f9f9026d0110ffe43d5d4d0aa9129e24
2013-03-29 15:34:49 -04:00
Masatoshi Kimura
98ede15b45 Bug 771975 - Remove -moz-prefixed gradients usage from rest of the tree. r=roc 2013-04-09 07:44:26 +09:00
Masatoshi Kimura
24f088cd32 Bug 771975 - Remove -moz-prefixed gradients usage from devtools. r=vporof 2013-04-09 07:44:26 +09:00
Masatoshi Kimura
3b09fb2445 Bug 771975 - Remove -moz-prefixed gradients usage from b2g. r=fabrice 2013-04-09 07:44:25 +09:00
Sean Stangl
c48005ca14 Bug 859545 - Enable default parallel compilation for shell JS_THREADSAFE builds. r=bhackett 2013-04-08 16:23:16 -07:00
Camilo Viecco
8d50adc41c Bug 672811 - Fix cert viewer usage display when using libpkix. r=bsmith 2013-04-08 09:13:59 -07:00
Ehsan Akhgari
5c35d37574 Backed out changeset 664a2230e5c7 (bug 843793) because of Marionette test failures
Landed on a CLOSED TREE
2013-04-08 18:49:33 -04:00
Ehsan Akhgari
1f4326e6c7 Backed out changeset d0d75e76d41f (bug 857417) for crashes during tests 2013-04-08 18:48:38 -04:00
Daniel Holbert
ce1f18aee5 Bug 859021 followup: Add missing "f" suffixes for float-valued numeric literals, even where it's not strictly required by MSVC build warnings. 2013-04-08 15:06:28 -07:00
Daniel Holbert
1a333474ec Bug 859517: Move LayerManagerOGL::Initialize's helper-nsRunnable from function-scope to class-scope to fix build warning about ignored visibility attribute. r=BenWa 2013-04-08 15:06:28 -07:00
Daniel Holbert
84282689ce Bug 859482: Remove no-longer-used variable 'definedProperty' from xpc_qsDefineQuickStubs. r=bz 2013-04-08 15:06:27 -07:00
Daniel Holbert
5bfef28510 Bug 859491: Fix Wreorder build warning for XPCJSRuntime constructor. r=bholley 2013-04-08 15:06:27 -07:00
Jason Smith
2b05adbd6c Bug 836349 - Crashtest for bug 836349. r=abr
DONTBUILD
2013-04-08 16:14:24 -05:00
Ryan VanderMeulen
6aa3947d49 Backed out changeset 6c40b2d396c6 (bug 836349) for a bad commit message. 2013-04-08 17:29:38 -04:00
Gijs Kruitbosch
4bf143d032 Bug 834034 - Migrate persdict.dat when resetting Firefox, r=MattN 2013-04-08 14:17:18 -07:00
Terrence Cole
dd752f0f28 Bug 857345 - ExposeToActiveJS should not care about GC things in the Nursery; r=billm
--HG--
extra : rebase_source : 709ce1e8e36f080d8a58b0a3b22a8955f72cf17f
2013-04-01 15:31:49 -07:00
Adam Roach [:abr]
b6a0057d67 # HG changeset patch
# User Jason Smith <jsmith@mozilla.com>
# Date 1364784773 25200
# Node ID 509272e28c38cc8962e67465e3be58281d9af33a
# Parent  0b7c27024048cdfbbd62005d1c4ad5e7f6edf8a8
bug 836349 - Crashtest for bug 836349. r=abr
2013-04-08 16:14:24 -05:00
Jonathan Griffin
c3533ba248 Bug 843793 - Throw specific errors when a frame has frozen/crashed, r=mdas 2013-04-08 14:12:32 -07:00
Randell Jesup
911a690364 Bug 838380: don't crash browser on server 500 error r=abr 2013-04-08 17:11:31 -04:00
Boris Zbarsky
58fc5c200e Bug 856428. Don't try to root an uninitialized value. r=peterv 2013-04-08 17:05:22 -04:00
Boris Zbarsky
e5adb523ed Bug 857417. Trigger a fatal assertion when wrapping a wrappercached and nsISupports WebIDL object which has the wrapper cache before the nsISupports in its object layout. r=khuey 2013-04-08 17:04:21 -04:00
Boris Zbarsky
3e0909e46e Bug 688691. Warn when LenientThis actually causes us to not throw. r=ms2ger 2013-04-08 17:04:21 -04:00
Boris Zbarsky
da7fddc076 Bug 858671. Make do_GetAtom infallible. r=khuey 2013-04-08 17:04:21 -04:00
Boris Zbarsky
159eb404e7 Bug 857645. Make it possible to copy-initialize an nsCOMPtr<T> from an already_AddRefed<U> as long as U inherits from T. r=ehsan 2013-04-03 22:33:34 -04:00
Boris Zbarsky
825d36de15 Bug 810644 part 2. Eliminate the now-unused CallEventHandler. r=smaug, sr=peterv 2013-01-03 14:02:42 -05:00
Boris Zbarsky
2f07f521a5 Bug 810644 part 1. Switch setTimeout and setInterval to using WebIDL callback functions. r=smaug, sr=peterv 2013-01-03 14:02:36 -05:00
Boris Zbarsky
8ad789d7ec Bug 765780 part 2. Simplify the docshell code that was trying to enable script in subframes of designMode documents. r=ehsan
I'm leaving the editing session APIs for enabling/disabling script and finding out whether the editing session has done that, in case someone else is using it.
2013-04-08 17:04:20 -04:00
Boris Zbarsky
80b63872a5 Bug 765780 part 1. Stop disallowing script and plug-ins in designMode documents. r=ehsan 2013-04-08 17:04:19 -04:00
Terrence Cole
d99cc0d626 Bug 857706 - Always allocate the self-hosting global in the tenured generation; r=billm
--HG--
extra : rebase_source : c3f3cd413fdad45f34d65d6803339e9b69ac04bc
2013-04-08 13:14:40 -07:00
Nikhil Marathe
5156431d8a Bug 857135 - Remove Push components from android and desktop builds. r=jlebar
Remove files to fix AWSY regression for now. Temp fix.

--HG--
extra : rebase_source : a57bd3f0649af7d13206fe1f448f23a3007132fa
2013-04-08 13:56:08 -07:00
Mark Finkle
51c8294c45 Bug 852787 - Do keyword DB lookup on background thread r=bnicholson 2013-04-08 16:56:18 -04:00
Mark Finkle
7a8a0a3313 Bug 852787 - Skip keyword search if we have a URL r=bnicholson 2013-04-08 16:56:15 -04:00
Ryan VanderMeulen
b1544123e6 Backed out changeset 1e01b8a81990 (bug 858674) for Windows bustage on a CLOSED TREE. 2013-04-08 16:39:59 -04:00
Gregory Szorc
4086f318b9 Bug 857984 - mach mochitest now colorizes and prints failure summary; r=Ms2ger 2013-04-04 15:17:23 -07:00
Reuben Morais
b2f77af938 Bug 858837 - Clean Contacts/Permissions/Settings build config files. r=khuey r=gwagner
--HG--
extra : rebase_source : 15b1a3b477975a29c2ed36d288cf8e75fdfcbdc4
2013-04-05 16:12:31 -07:00
ext:(%20brianecker%40gmail.com)
2e5b8bf902 Bug 852704: Created Java enums to encapsulate data formerly stored in int constants. r=cpeterson 2013-04-08 13:21:52 -07:00
Chris Peterson
73fd7c7706 Bug 859212 - Part 4: Remove unused HKB whitelist. r=jchen 2013-04-07 23:05:15 -07:00
Chris Peterson
eca5f37c71 Bug 859212 - Part 3: Remove unused InputMethod names. r=jchen 2013-04-04 23:49:22 -07:00
Chris Peterson
5b0d514eb1 Bug 859212 - Part 2: Add Android stock keyboard and TouchPal to list of gesture keyboards. r=jchen 2013-04-06 00:23:45 -07:00
Chris Peterson
5d60601d2f Bug 859212 - Part 1: Move AwesomeBar's Swype logic to InputMethods. r=jchen 2013-04-04 23:05:48 -07:00
Chris Peterson
010e63f70b Bug 859229 - Part 4: Expand wildcard Java imports. r=kats 2013-04-08 10:34:59 -07:00
Chris Peterson
5303797e88 Bug 859229 - Part 3: Fix order of Java imports. r=kats 2013-04-08 00:51:56 -07:00
Chris Peterson
faa242ead8 Bug 859229 - Part 2: Remove redundant Java imports. r=kats 2013-04-08 00:24:40 -07:00
Chris Peterson
962fafe7b6 Bug 859229 - Part 1: Remove unused Java imports. r=kats 2013-04-08 00:20:49 -07:00
Ralph Giles
cb13c4576b Bug 857022 - Remove MOZ_MEDIA build-time define. r=ted
We don't test with MOZ_MEDIA=0 so that configuration no longer
works. It's better to drop the switch altogether and enable
this code unconditionally. Per-codec and -feature configure
and runtime options remain available.
2013-04-04 14:09:00 -07:00
Ralph Giles
9f91ed5c34 Bug 857022 - Remove MOZ_MEDIA from parser. r=smaug
Enable this code unconditionally.
2013-04-04 14:08:00 -07:00
Ralph Giles
ad4c3beead Bug 857022 - Remove MOZ_MEDIA from the layout module. r=cpearce
Enable this code unconditionally.
2013-04-04 15:08:00 -07:00
Ralph Giles
5fc8f9429e Bug 857022 - Remove MOZ_MEDIA from content. r=cpearce
Remove the MOZ_MEDIA build-time define in the content
module, enabling this code unconditionally.
2013-04-04 15:07:00 -07:00