Commit Graph

86172 Commits

Author SHA1 Message Date
Aryeh Gregor
2f98b52366 Bug 723680 - Fix known failing test from bug 505115. r=roc 2012-02-02 15:50:08 -05:00
Jignesh Kakadiya
646cc79ec3 Bug 539694 - Added MOZ_DELETE attribute to private copy constructors, r=surkov 2012-02-09 16:43:13 +09:00
Phil Ringnalda
6ef12e6a7b Back out 20ad3570d599 (bug 716556) for xpcshell orange 2012-02-08 22:11:42 -08:00
John Ford
221da5fe43 Bug 725199 - include build machine name in about:buildconfig r=ted 2012-02-08 19:16:47 -10:00
John Schoenick
7e335a3e1c Bug 716556 - Fix possible buffer overflow with nsScriptableInputStream, r=bsmedberg 2012-02-08 14:44:55 -08:00
Benoit Jacob
b5c12a324e Bug 719164 - Silence glxtest to get rid of spurious messages from the GL - r=glandium 2012-02-08 21:55:34 -05:00
David Mandelin
0afa5c5bef Bug 725198: reuse js_DoubleToECMAInt32 for js_DoubleToECMAUint32, r=luke 2012-02-08 18:38:32 -08:00
Eddy Bruel
8a63434154 Bug 675694: add function to dump parse trees and use it in shell parse function, r=jorendorff 2012-02-08 17:21:33 -08:00
David Mandelin
eea808da03 No bug, mark slow test 2012-02-08 18:09:28 -08:00
Matt Brubeck
880578f17d Backed out changeset af0ab64cb947 (bug 675694) because of build failures 2012-02-08 17:36:53 -08:00
Eddy Bruel
e53c5d7bad Bug 675694: add function to dump parse trees and use it in shell parse function, r=jorendorff 2012-02-08 17:21:33 -08:00
David Mandelin
facc4ca21c Bug 714614: don't create call objects with duplicated property names, r=bhackett 2012-01-27 14:33:27 -08:00
Jeff Gilbert
14bb6bcae5 Bug 717442 - Shadow bound FBO ids - r=bjacob 2012-02-08 16:06:03 -08:00
Jeff Gilbert
729eb8a880 Backed out changeset 2aa76676baa3 (Bug 717442) 2012-02-08 16:04:44 -08:00
Jeff Gilbert
a34cdc9aa0 Bug 717422 - Shadow bound FBO ids - r=bjacob 2012-02-08 15:53:46 -08:00
Nicholas Nethercote
37a85e1bb4 Bug 723402 - Auto-expand sub-trees containing invalid values in about:memory. r=jlebar.
--HG--
extra : rebase_source : e50dca6696acfaf04e8f3aa6b15e84a7ecbf3a66
2012-02-06 17:56:01 -08:00
Ehsan Akhgari
370cc1fde8 Bug 725069 - Part 2: Only accept text and element nodes for the editability check; r=roc 2012-02-08 18:09:51 -05:00
Chris Jones
762943321d Bug 725240: Re-enable hinting on 'mobile' when non-reflowing-zoom isn't going to be used. r=jfkthame 2012-02-08 14:52:57 -08:00
Justin Lebar
cc5eeebdd5 Bug 690425 - Fix shutdown crash in HttpChannelChild. r=jdm 2012-02-08 17:46:50 -05:00
Felipe Gomes
f3463c63d0 Bug 723561. Create telemetry stopwatch helper to easily store and retrieve timestamp data. r=gavin 2012-02-08 14:36:01 -08:00
Cameron McCormack
2f587e4b61 Bug 693790 - Don't abort on discrete by-animation of SVG length lists when there is no underlying value. r=dholbert 2012-02-09 09:12:50 +11:00
Cameron McCormack
d2b19598fd Bug 626813 - Hide plugins in background tabs to avoid trackpad drivers wanting to scroll them. r=jmathies 2012-02-09 08:58:05 +11:00
Brian R. Bondy
489ba60603 Bug 724207 - Save 15-20ms on startup from unused file attributes fetch when opening files. r=neil. 2012-02-08 16:51:45 -05:00
Brian R. Bondy
56e0eab5f2 Bug 724203 - Optimize nsLocalFile::IsDirectory on Windows by 50% giving 5ms startup improvement. r=neil. 2012-02-08 16:48:23 -05:00
Brian R. Bondy
996395af69 Bug 713485 - Crash when invalid drive is used in local file URL. r=neil. 2012-02-08 16:41:12 -05:00
Ed Morley
ad5a8e1d06 Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression 2012-02-08 21:04:21 +00:00
Fabrice Desré
bdbdb8bd15 Bug 725215 - Add magic shortcut to enable debugging features [r=cjones] 2012-02-08 12:43:49 -08:00
Mark Finkle
d33b13e30f Bug 725380 - CrashReporter can call doFinish twice r=kats 2012-02-08 15:32:40 -05:00
Ed Morley
5c5b943955 Backout 50cc461ad671 (bug 725380), 2012-02-08 20:17:00 +00:00
Jonathan Watt
17fd25faa7 Bug 724993 - "ASSERTION: Item should only return null for out-of-bounds access" after explicitly adding null. r=dholbert. 2012-02-08 20:09:01 +00:00
Paul O’Shannessy
4f98aea329 Bug 482975 - browser_477657.js is unreliable - reenable on OS X [r=me] 2012-02-08 11:59:49 -08:00
Paul O’Shannessy
b7ee33de35 Bug 721860 - addonBar keyboard shortcut enabled in non-browser windows [r=gavin] 2012-02-08 11:59:32 -08:00
Paul O’Shannessy
add8175faf Bug 539601 - [OS X] window.sizeMode incorrect when using full screen mode [r=mstange] 2012-02-08 11:59:18 -08:00
Luke Wagner
ef13e7c1a3 Bug 725138 - tidy up Interpret with formalArg/localSlot (r=bhackett)
--HG--
extra : rebase_source : 86e6953be488b4554fc8570555015bcee14bf012
2012-02-03 00:11:31 -08:00
Luke Wagner
580c306331 Bug 725138 - tidy up vm/Stack code (r=bhackett)
--HG--
extra : rebase_source : fe97cc51ada12873577c87b111a1635242e5a9d0
2012-02-03 00:11:31 -08:00
Mark Finkle
b025ca9653 Bug 725372 - Limit Content:StateChange messages to top-level windows r=mbrubeck 2012-02-08 14:23:32 -05:00
Mark Finkle
7f3c43cea2 Bug 725380 - CrashReporter can call doFinish twice r=kats 2012-02-08 14:23:22 -05:00
Vivien Nicolas
9602d18f5d Bug 725312 - Rename nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper in dom/telephony/ [r=smaug] 2012-02-08 11:22:01 -08:00
Fabrice Desré
ca6d2d6e06 Backed out changeset 73614cfcb983 (wrong bug number in commit message) 2012-02-08 11:20:15 -08:00
Vivien Nicolas
6f3084eba0 Bug 693172 - Move all subclasses of nsDOMEventTargetHelper to nsDOMEventTargetWrapperCache in dom/telephony/ r=smaug 2012-02-08 11:14:31 -08:00
William Lachance
bb27a05aae Bug 722429 - Should not mirror mozbase/mozdevice into m-c r=ctalbert 2012-02-08 11:07:19 -08:00
Mark Cote
6e7159acf3 Bug 724595 Merge mozbase changes from Dec 31 to Feb 1 r=ctalbert 2012-02-08 11:07:19 -08:00
Heather Arthur
427ed3f6af Bug 708874 - API for locking pseudo-class state of an element. r=bz 2012-02-08 10:42:38 -08:00
Gavin Sharp
4df9395180 Back out parts of bug 698986 to resolve bug 716945 2012-01-30 15:37:59 -08:00
Margaret Leibovic
9b032168dd Bug 725171 - Context menu is broken on bookmarks on the awesome screen. r=wesj 2012-02-07 17:27:25 -08:00
Jim Mathies
78a32e7aa7 Bug 691801 - Fix for nsPluginNativeWindowWin.cpp: 'return' : truncation from 'nsresult' to 'bool'. r=josh 2012-02-08 11:14:43 -06:00
Jim Mathies
ea757440bf Bug 719983 - Replace uses of nsUXThemeData::sIsVistaOrLater with WinUtils version routines. r=neil 2012-02-08 10:00:47 -06:00
Masatoshi Kimura
88ba00973a Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil 2012-02-08 10:00:45 -06:00
Bas Schouten
b0ee08da26 Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc 2012-02-08 16:34:27 +01:00
Joel Maher
d3ed251dfe Bug 725055 - fix typo in testCheck and port to use new PixelTest. r=kats 2012-02-08 09:32:44 -05:00