Frank Yan
|
772b5b9d65
|
Bug 566710 - remove extra whitespace from password manager. r=dolske
|
2010-05-18 14:29:09 -07:00 |
Peter Van der Beken
|
82558bd659
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
|
2010-04-19 17:41:38 +02:00 |
Peter Van der Beken
|
54bcc2ef87
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add support for non-templated custom quickstubs for an interface. r=jst.
|
2010-05-06 14:16:32 +02:00 |
Jim Mathies
|
8e6808699a
|
Bug 566610 - Undo the nuclear reply message option, keep the set focus fix. r=bent.
|
2010-05-18 13:17:10 -05:00 |
Ehsan Akhgari
|
690d625e07
|
Bug 543278 - Try to use a more robust way of making sure that the main browser window is focused before running the next browser-chrome test; r=Mossop
|
2010-05-12 18:51:04 -04:00 |
Mark Finkle
|
d150706d69
|
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String() (Maemo only bustage fix) [r=bz]
|
2010-05-18 13:41:42 -04:00 |
L. David Baron
|
e1332b9cde
|
Make our configure test for system NSPR having PR_STATIC_ASSERT match our current usage. (Bug 560582) r=ted
|
2010-05-18 10:13:29 -07:00 |
L. David Baron
|
72a0f95e72
|
Fix spew of 'couldn't get canvas size' assertions. (Bug 566603) r=vlad
|
2010-05-18 10:12:33 -07:00 |
Vladimir Vukicevic
|
b5bb1450d6
|
followup fix for when webgl is not supported; files removed, forgot to remove this (really not good at removals)
|
2010-05-18 10:08:40 -07:00 |
Vladimir Vukicevic
|
a28f3011b6
|
followup fix for when webgl is not supported; files removed, forgot to remove this
|
2010-05-18 10:07:43 -07:00 |
Jim Mathies
|
eb4761537a
|
Bug 563377 - Flash fullscreen window refuses to close. r=bent.
|
2010-05-18 11:43:45 -05:00 |
Alexander Surkov
|
30a2680088
|
Bug 566298 - don't use nsIAccessible::GetNextSibling() to iterate children, r=davidb, sr=neil
|
2010-05-18 23:03:56 +09:00 |
Neil Deakin
|
3ec0164c1b
|
Bug 565669, clear recent history list doesn't expand when details opened, r=gavin
|
2010-05-18 09:37:43 -04:00 |
Neil Deakin
|
f074891823
|
Bug 554873, improve waitForFocus to check for about:blank pages, r=mak
|
2010-05-18 09:31:03 -04:00 |
Olli Pettay
|
927111fb28
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
Olli Pettay
|
1c104f5606
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
Olli Pettay
|
c719bc6e84
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
David Bienvenu
|
bdd5097a41
|
Bug 554806 Html editor deletes lines below return on certain emails composed in outlook 2003. r=roc,sr=dmose
|
2010-05-18 09:58:38 +01:00 |
Edmund Wong
|
ed5bcecc6b
|
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas
|
2010-05-18 09:50:14 +02:00 |
Oleg Romashin
|
7ed629a158
|
Bug 566133 - gfxSharedImageSurface.cpp is not compiling for other platforms. r=jones.chris.g
|
2010-05-18 07:04:21 -04:00 |
Vladimir Vukicevic
|
fb494b36b6
|
Sprinkle some THEBES_API to fix non-libxul builds
|
2010-05-17 22:43:05 -07:00 |
Jason Orendorff
|
e0e949e522
|
Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ../jsscope.h:563" @ JSObject::getSlot(unsigned int) when redefining property. r=brendan.
--HG--
extra : transplant_source : %9A%DA%EE%06%F2V%B6%C6%03x%26%985%BA%CF%D0%BE%A88Q
|
2010-05-10 18:43:34 -05:00 |
Vladimir Vukicevic
|
e5d92d3d03
|
b=561168; convert canvas to use layers for rendering - followup #2; r=roc
|
2010-05-17 21:04:22 -07:00 |
Vladimir Vukicevic
|
57c2111dfe
|
b=561168; convert canvas to use layers for rendering - followup; r=roc
|
2010-05-17 21:04:22 -07:00 |
Vladimir Vukicevic
|
b5ac042d49
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
Vladimir Vukicevic
|
520d954163
|
b=561168; convert canvas to use layers for rendering - file removals
|
2010-05-17 21:04:21 -07:00 |
Craig Topper
|
ef96f55ca1
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
Craig Topper
|
94829365f8
|
Change some nsIStyleSheet methods from returning AddRef-ed to un-AddRef-ed pointers, and some other cleanup. (Bug 239008) r=dbaron
|
2010-05-17 21:00:39 -07:00 |
L. David Baron
|
bce6e63ce7
|
Add another known assertion annotation in the manifest. (Bug 472557)
|
2010-05-17 21:00:36 -07:00 |
Daniel Holbert
|
160320f2c5
|
Bug 560393, part 2: (xpcom directory) Fix compile warning: format $f expects type $t1, but argument 2 has type $t2. r=bsmedberg
|
2010-05-17 16:36:31 -07:00 |
Ben Turner
|
86b537203d
|
Bug 560974 - 'Firefox 3.6.4 Crash [@ mozilla::plugins::PluginScriptableObjectParent::GetPropertyHelper]'. r=jst.
|
2010-05-17 15:18:48 -07:00 |
L. David Baron
|
aa5fcd49a6
|
Remove workaround for all reftest-print tests asserting on mac now that bug 564071 is fixed. (Bug 472557)
|
2010-05-17 11:31:24 -07:00 |
L. David Baron
|
8687659006
|
Annotate reftest manifest with new assertion caused by bug 559996. (Bug 472557)
|
2010-05-17 11:29:53 -07:00 |
Mats Palmgren
|
36f04b3d7b
|
Fix intermittent orange by starting test from onload rather than setTimeout. (Bug 566392) r=jruderman
|
2010-05-17 15:09:30 -07:00 |
Jim Mathies
|
def07e5e0f
|
merge backout. CLOSED TREE
|
2010-05-17 14:36:52 -05:00 |
Jim Mathies
|
e9cf1d1dad
|
Bug 558986 - Backout of fix for crashes in TSF with Flash/Silverlight on tablets. CLOSED TREE
|
2010-05-17 14:36:43 -05:00 |
Jim Mathies
|
c8460873aa
|
merge backout. CLOSED TREE
|
2010-05-17 14:36:26 -05:00 |
Jim Mathies
|
8f6ebbb121
|
Backout of build bustage fix - missing ifdefs. CLOSED TREE
|
2010-05-17 14:36:17 -05:00 |
Josh Aas
|
362a52d70e
|
Disable plugin mochitest "test_crashing2.html" due to intermittent orange. b=566049 CLOSED TREE
|
2010-05-17 15:21:46 -04:00 |
Boris Zbarsky
|
1039a51c26
|
Backed out changeset 90d627f2471e (bug 564979) because it broke mochitests.
|
2010-05-17 14:59:49 -04:00 |
Boris Zbarsky
|
3bf9b562d1
|
Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking
|
2010-05-17 14:18:25 -04:00 |
Boris Zbarsky
|
a3c3fa3d39
|
Bug 566216. Our parent could be a document fragment. r=dholbert
|
2010-05-17 14:18:25 -04:00 |
Ben Turner
|
cf6512babc
|
Bug 552300 - 'Use VMware VMs to run mochitests, optionally record and repeat until they fail.' r=ted.
|
2010-05-17 11:00:13 -07:00 |
Ehsan Akhgari
|
1890899acf
|
Bug 564071 - reftest-print triggers "ASSERTION: nsPrintSettingsX::ReadPageFormatFromPrefs() failed: 'NS_SUCCEEDED(rv)" on mac tinderboxen; r=mstange
|
2010-05-17 13:01:44 -04:00 |
Jim Mathies
|
6f7244ea47
|
Bug 558986 - build bustage fix - missing ifdefs.
|
2010-05-17 11:46:05 -05:00 |
Benjamin Smedberg
|
695ab55828
|
Bug 558986 - Fix for crashes in TSF with Flash/Silverlight on tablets (OLE/COM nested event loops). r=cjones, jimm, ehsan.
|
2010-05-17 11:33:34 -05:00 |
Benjamin Smedberg
|
b73d7e8970
|
Bug 564260 - Fix for plugin hangs in [@ hang | KiFastSystemCallRet | NtUserSetFocus]. r=masayuki.
|
2010-05-17 11:33:34 -05:00 |
Mats Palmgren
|
b6d96d39f8
|
On MacOSX, take into account that the up-arrow scrollbar button is usually below the slider. b=559272 r=olli
|
2010-05-17 18:27:02 +02:00 |
Alexander Surkov
|
23daa1d975
|
Bug 566293 - wrong length of text remove event when inaccessible node containing accessible nodes is removed, r=marcoz, davidb
|
2010-05-18 01:17:50 +09:00 |
Alexander Surkov
|
90427451d2
|
Bug 566291 - DOMPointToHypertextOffset should return a start accessible as nsAccessible* return value, r=davidb
|
2010-05-18 01:16:52 +09:00 |