Commit Graph

127797 Commits

Author SHA1 Message Date
Masatoshi Kimura
a7b906a433 Bug 771975 - Remove -moz-prefixed gradients usage from rest of the tree. r=roc 2013-04-09 07:44:26 +09:00
Masatoshi Kimura
3f85aa084e Bug 771975 - Remove -moz-prefixed gradients usage from devtools. r=vporof 2013-04-09 07:44:26 +09:00
Masatoshi Kimura
051ae50828 Bug 771975 - Remove -moz-prefixed gradients usage from b2g. r=fabrice 2013-04-09 07:44:25 +09:00
Sean Stangl
99975901ad Bug 859545 - Enable default parallel compilation for shell JS_THREADSAFE builds. r=bhackett 2013-04-08 16:23:16 -07:00
Camilo Viecco
aee4ef87b8 Bug 672811 - Fix cert viewer usage display when using libpkix. r=bsmith 2013-04-08 09:13:59 -07:00
Ehsan Akhgari
ca9c9160b9 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
a8ee3411c7 Backed out changeset d0d75e76d41f (bug 857417) for crashes during tests 2013-04-08 18:48:38 -04:00
Daniel Holbert
eb8945b689 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
a7356d0abd 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
945ddf8aa7 Bug 859482: Remove no-longer-used variable 'definedProperty' from xpc_qsDefineQuickStubs. r=bz 2013-04-08 15:06:27 -07:00
Daniel Holbert
2a9656546d Bug 859491: Fix Wreorder build warning for XPCJSRuntime constructor. r=bholley 2013-04-08 15:06:27 -07:00
Jason Smith
7144594425 Bug 836349 - Crashtest for bug 836349. r=abr
DONTBUILD
2013-04-08 16:14:24 -05:00
Ryan VanderMeulen
663e0d161d Backed out changeset 6c40b2d396c6 (bug 836349) for a bad commit message. 2013-04-08 17:29:38 -04:00
Gijs Kruitbosch
9cf466cf88 Bug 834034 - Migrate persdict.dat when resetting Firefox, r=MattN 2013-04-08 14:17:18 -07:00
Terrence Cole
107fd6479b 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]
785a2462e7 # 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
db991ae0e8 Bug 843793 - Throw specific errors when a frame has frozen/crashed, r=mdas 2013-04-08 14:12:32 -07:00
Randell Jesup
77e47da3ea Bug 838380: don't crash browser on server 500 error r=abr 2013-04-08 17:11:31 -04:00
Boris Zbarsky
081e372b68 Bug 856428. Don't try to root an uninitialized value. r=peterv 2013-04-08 17:05:22 -04:00
Boris Zbarsky
3eba25eee5 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
ecc404d587 Bug 688691. Warn when LenientThis actually causes us to not throw. r=ms2ger 2013-04-08 17:04:21 -04:00
Boris Zbarsky
d0390f6f9c Bug 858671. Make do_GetAtom infallible. r=khuey 2013-04-08 17:04:21 -04:00
Boris Zbarsky
07a59e8ded 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
5bc9517a69 Bug 810644 part 2. Eliminate the now-unused CallEventHandler. r=smaug, sr=peterv 2013-01-03 14:02:42 -05:00
Boris Zbarsky
de6016dae4 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
9d76e74edd 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
c65a12a4e7 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
6adf083a9a 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
c6ebdfa05d 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
af7fea6456 Bug 852787 - Do keyword DB lookup on background thread r=bnicholson 2013-04-08 16:56:18 -04:00
Mark Finkle
dfad1922d6 Bug 852787 - Skip keyword search if we have a URL r=bnicholson 2013-04-08 16:56:15 -04:00
Ryan VanderMeulen
816df42983 Backed out changeset 1e01b8a81990 (bug 858674) for Windows bustage on a CLOSED TREE. 2013-04-08 16:39:59 -04:00
Gregory Szorc
0cbb99ce0a Bug 857984 - mach mochitest now colorizes and prints failure summary; r=Ms2ger 2013-04-04 15:17:23 -07:00
Reuben Morais
87436f5c30 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)
479f8c3276 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
338950fd1b Bug 859212 - Part 4: Remove unused HKB whitelist. r=jchen 2013-04-07 23:05:15 -07:00
Chris Peterson
3f5410fde7 Bug 859212 - Part 3: Remove unused InputMethod names. r=jchen 2013-04-04 23:49:22 -07:00
Chris Peterson
6ada96820d 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
877187e395 Bug 859212 - Part 1: Move AwesomeBar's Swype logic to InputMethods. r=jchen 2013-04-04 23:05:48 -07:00
Chris Peterson
3dcac94fc1 Bug 859229 - Part 4: Expand wildcard Java imports. r=kats 2013-04-08 10:34:59 -07:00
Chris Peterson
53d9e01fcd Bug 859229 - Part 3: Fix order of Java imports. r=kats 2013-04-08 00:51:56 -07:00
Chris Peterson
f07c5af503 Bug 859229 - Part 2: Remove redundant Java imports. r=kats 2013-04-08 00:24:40 -07:00
Chris Peterson
e4af8426a5 Bug 859229 - Part 1: Remove unused Java imports. r=kats 2013-04-08 00:20:49 -07:00
Ralph Giles
b17e8bdbb5 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
5fc3ee3bb7 Bug 857022 - Remove MOZ_MEDIA from parser. r=smaug
Enable this code unconditionally.
2013-04-04 14:08:00 -07:00
Ralph Giles
12b1c5bee2 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
fca7e06bbc 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
Daniel Holbert
518cb9b162 Bug 857250: Remove unused typedef from IonCompartment::getVMWrapper. r=dvander 2013-04-08 12:57:33 -07:00
Bobby Holley
626b8d5531 Bug 856840 - Kill FindWrapper. r=mrbkap 2013-04-08 12:51:24 -07:00
Guilherme Gonçalves
f18eb7aa97 Bug 855704 - Use pushPrefEnv instead of setBoolPref in webspeech tests. r=smaug
--HG--
extra : rebase_source : 06034c89046557ad40834bad29fae9d76b5b0485
2013-04-08 12:47:02 -07:00