Commit Graph

39818 Commits

Author SHA1 Message Date
Dan Witte
15bdb66bdc Add msvcc.sh changes to libffi.patch. No bug. 2010-03-25 16:42:20 -07:00
Dan Witte
960357ac4e Bug 550982 - Fix REFERENT slot not to keep more objects alive than necessary. r=benjamn 2010-03-25 15:00:58 -07:00
Dan Witte
706c0fff00 Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 1: Move Function implementation
from Function.{h,cpp} into CTypes.{h,cpp}. r=benjamn
2010-03-25 15:00:42 -07:00
Dan Witte
592441a818 Bug 513788 - Revise js-facing API for js-ctypes. Followup to give CType and CData a better prototype
hierarchy. r=jorendorff
2010-03-25 15:00:23 -07:00
Jim Mathies
d70b2de416 Bug 545338 - RPCChannel should use events rather than thread messages for NotifyWokerThread. r=bent. 2010-03-25 16:53:10 -05:00
Josh Aas
d40619068c Back out patch for bug 554170 due to IPC bustage. 2010-03-25 17:11:14 -04:00
Olli Pettay
fa43aded81 Bug 548185 - Crash on event.dataTransfer, r=enn 2010-03-25 22:38:53 +02:00
Josh Aas
feb256f474 Fix NPAPI NPN_PushPopupsEnabledState and NPN_PopPopupsEnabledState signature mismatches, statically initialize browser-side NPAPI function table with no casting. b=554170 r=bent 2010-03-25 16:33:40 -04:00
Oleg Romashin
33ee0e3aa8 Bug 554768 - More fixes for Qt widget port. r=dougt
--HG--
extra : rebase_source : 5547b3dbc7c89e5821d46af4be2a09bef4af6eec
2010-03-25 20:33:31 -04:00
Doug Turner
5ec6fb6ab6 Bug 554692 - Integrate Maemo Geolocation provider. r=roxama
--HG--
extra : rebase_source : 0293aa2cadd38bca1793af0e94a77792f6a4bfef
2010-03-24 12:57:41 -07:00
Josh Aas
b85008d470 Initialize nsChildView plugin ports on Mac OS X. b=555018 r=roc 2010-03-25 15:36:44 -04:00
Josh Aas
ec35e887a5 Fix a compiler warning in nsNPAPIPluginInstance.cpp. No bug. 2010-03-25 14:57:30 -04:00
Ben Turner
953dd0b495 Bug 554734 - 'Workers: crash [@ nsDOMThreadService::Dispatch]'. r=jst. 2010-03-25 11:22:20 -07:00
Daniel Holbert
4ab4fb6d36 merge 2010-03-25 09:22:11 -07:00
Daniel Holbert
9499e41e6d Backed out changeset a4178a154d16 due to PR_STATIC_ASSERT failure on ppc 2010-03-25 09:22:03 -07:00
Daniel Holbert
8c947c4b49 merge 2010-03-25 09:21:22 -07:00
Daniel Holbert
f5b5986626 Backed out changeset 1bcf725bb32f due to PR_STATIC_ASSERT failure on ppc 2010-03-25 09:21:10 -07:00
Daniel Holbert
3d7797465b merge 2010-03-25 09:20:35 -07:00
Daniel Holbert
b2092c511b Backed out changeset 52a34f8e0dd5 due to PR_STATIC_ASSERT failure on ppc 2010-03-25 09:20:21 -07:00
Josh Aas
401484723c Require Mac OS X 10.6 at runtime for 64-bit builds. b=553429 r=bsmedberg 2010-03-25 12:07:50 -04:00
Andrew Thompson
04ecefd532 Fix frequent crash when dragging or copying images on Mac OS X. b=529910 r=josh r=joe 2010-03-25 12:07:36 -04:00
Daniel Holbert
e888ad6089 Bug 554804: Fix GetBaseValue in nsSMILCSSProperty and nsSVGTransformSMILAttr to benefit from return value optimization. r=jwatt 2010-03-25 09:03:12 -07:00
Daniel Holbert
7a1b4bf825 Bug 554687 patch 2: Use nsSMILValue::Swap instead of operator= where appropriate. r=roc 2010-03-25 09:02:03 -07:00
Daniel Holbert
963196eba7 Bug 554687 patch 1: Add Swap() method for nsSMILValue. r=roc 2010-03-25 09:02:01 -07:00
Gavin Sharp
95e6466da4 Bug 554165: add compat shim for gBrowser.mStrip to unbreak some extensions, and add a supported accessor for the tab context menu, r=dao
--HG--
extra : rebase_source : 00c018e03debe8ae7caa0bbaae2e01fc730c32d1
2010-03-22 13:49:55 -04:00
Martin Stránský
179957a7d2 Bug 554284 - Clipboard should skip wrong text/html data format. r=karlt
--HG--
extra : rebase_source : d5b592fb36072514c4e08bc09a84d30a6e889e34
2010-03-25 14:18:10 +01:00
Craig Topper
c3fc5fa456 Bug 554253 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : d828daca07188864d055f3d1a72f5217632eb358
2010-03-25 14:17:11 +01:00
Paolo Amadini
b4046efec1 Bug 475283 - Replace getStringBundle() with ContentAreaUtils.stringBundle. r=gavin
--HG--
extra : rebase_source : 887eab46d0104e2692fe74b631e6be2562efcb2c
2010-03-25 14:16:20 +01:00
Ted Mielczarek
258de257fd workaround bug 554854 by linking dump_syms statically. rs=bsmedberg
--HG--
extra : rebase_source : 5c136481da244f47956cd1db515c0068aafd5732
2010-03-25 09:16:19 -04:00
timeless@mozdev.org
f4c42047c4 Bug 554605 crash [@ morkRow::AcquireRowObject(morkEnv*, morkStore*)]
r=bienvenu sr=bienvenu
2010-03-25 13:52:49 +01:00
Marco Bonardo
59fc644e1e Bug 553489 - Part11: Test for cases where an icon should not be set. r=sdwilsh 2010-03-25 12:34:53 +01:00
Marco Bonardo
e831c65fee Bug 553489 - Part10: reimplement setAndLoadFaviconForPage. r=sdwilsh sr=vlad 2010-03-25 12:34:49 +01:00
Marco Bonardo
208cd2f7a2 Bug 553489 - Part9: NotifyStep. r=sdwilsh 2010-03-25 12:34:47 +01:00
Marco Bonardo
f1927b220f Bug 553489 - Part8: AssociateIconWithPageStep. r=sdwilsh 2010-03-25 12:34:45 +01:00
Marco Bonardo
5e4bf87f23 Bug 553489 - Part7: SetFaviconDataStep. r=sdwilsh 2010-03-25 12:34:42 +01:00
Marco Bonardo
e10624755d Bug 553489 - Part6: FetchNetworkIconStep. r=sdwilsh 2010-03-25 12:34:40 +01:00
Marco Bonardo
4e6db2d9d4 Bug 553489 - Part5: EnsureDatabaseEntryStep. r=sdwilsh 2010-03-25 12:34:38 +01:00
Marco Bonardo
b6174d2a67 Bug 553489 - Part4: FetchDatabaseIconStep. r=sdwilsh 2010-03-25 12:34:35 +01:00
Marco Bonardo
601401fcee Bug 553489 - Part3: GetEffectivePageStep. r=sdwilsh 2010-03-25 12:34:33 +01:00
Marco Bonardo
925a3aac39 Bug 553489 - Part2: AsyncFaviconStepper. r=sdwilsh r=dietrich 2010-03-25 12:34:31 +01:00
Marco Bonardo
d31d86de04 Bug 553489 - Part1: new callback interface and better idl docs. r=sdwilsh sr=vlad 2010-03-25 12:34:28 +01:00
Ryan Flint
c3f67a8fcc Bug 541779 - Make site-specific zoom check asynchronous. r=myk 2010-03-25 06:52:21 -04:00
Markus Stange
3097ae1265 Backed out changeset 77e1ae41987e, bug 538242, because of window bounds related test failures. 2010-03-25 11:30:40 +01:00
Markus Stange
e4af73f17e Bug 538242 - Always keep mBounds up to date. r=josh 2010-03-25 10:25:00 +01:00
Markus Stange
b5b991d41d Bug 554061 - Also check XBL stylesheets when determining whether a restyle is necessary when document state changes. r=dbaron 2010-03-25 10:22:58 +01:00
Henri Sivonen
3060e7ee1b Bug 546648 - Make test_mousecapture.xul wait for the load event of opened windows. r=enndeakin.
--HG--
extra : rebase_source : 112d1f7963fe9c3d92960f6e8fc8c17524d41638
2010-03-09 15:11:24 +02:00
Dão Gottwald
ff84a6c391 Bug 546259 - enable aero glass for the main window. r=rflint 2010-03-25 08:13:33 +01:00
Dão Gottwald
9cb701c058 Bug 553673 - Border and glow doesn't fade to hovered state on toolbar button hover, only background. r=rflint 2010-03-25 07:44:29 +01:00
Dão Gottwald
f476898304 Bug 549898 - Location bar increases in height at secure sites (https) with higher dpi. r=rflint 2010-03-25 07:43:34 +01:00
Jacek Caban
dc667e4c55 Bug 441324 - mingw fix 2010-03-06 05:59:00 -06:00