Commit Graph

2299 Commits

Author SHA1 Message Date
Jim Mathies
cbad3ee815 Bug 559384 - Silverlight focus change hang fix. r=bent, bsmedberg. 2010-04-16 11:01:26 -05:00
Doug Turner
a61c20e269 Backing out 78b16bbb25ff. Wrong Patch. r=blassey. CLOSED TREE 2010-04-15 15:01:53 -07:00
Doug Turner
37465bb1de Bug 556971 - Fix MOZ_USE_IMAGE_EXPOSE use of shared memory. r=jrmuizel 2010-04-15 21:48:04 -07:00
Jonathan Kew
cc0b88dd4a bug 559400 - add local autorelease pool in nsCocoaWindow::SetModal, for startup dialogs. r=josh 2010-04-14 21:13:56 +01:00
Josh Aas
91827215e2 Remove root autorelease pool from the Mac OS X appshell. Objects that are caught by it effectively leak, just as they would if they were not caught by a pool. The root pool is extra work and liability that covers up real leak warnings to the console. b=559047 r=smichaud 2010-04-14 15:23:20 -04:00
Jonathan Kew
d223db898d bug 559180 - add local autorelease pools to avoid cocoa object leaks during shutdown. r=josh 2010-04-14 16:11:12 +01:00
Masayuki Nakano
ff0920ecea Bug 558690 Textarea input fails unless one clicks elsewhere (addressbar, searchbar, forms, etc) first. r=karlt 2010-04-14 20:28:38 +09:00
Masayuki Nakano
2ba4e16ca7 Bug 558978 Looks like composition isn't committed after I clicked r=karlt 2010-04-14 20:27:20 +09:00
Oleg Romashin
8fd4c3b80d Bug 555863 - Qt widget code assumes 32bpp target surface. r=jmuizelaar.
--HG--
extra : rebase_source : ed824c4eebee561fa2992788649df5a4d0b19680
2010-04-13 19:11:23 -04:00
Jonathan Kew
9448cba17e bug 559075 - use a local autorelease pool in nsCocoaWindow and nsChildView methods used during hidden window creation. r=josh 2010-04-13 21:36:03 +01:00
Masayuki Nakano
34a3748454 Bug 552163 [OOPP]Can not start scroll page by mouse wheel when mouse cursor is over a flash video. r=jim 2010-04-12 16:40:37 +09:00
Mats Palmgren
111383fa86 Backing out changeset 1fb768ca019e (bug 530070) due to unexpected leak. 2010-04-11 03:37:00 +02:00
Mats Palmgren
be7a1c4f2e Bug 530070. r=jmathies 2010-04-11 02:14:55 +02:00
Craig Topper
9eccdbd4d7 Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc 2010-04-10 16:09:38 -04:00
Masayuki Nakano
2e04f8ba90 Bug 543398 Drop nsTextEventReply and nsIPrivateCompositionEvent r=smaug, sr=roc 2010-04-10 18:24:35 +09:00
felipc@gmail.com
33b5d6a951 Bug 547996 - Be able to tell when a click was generated by a tap on the screen, r=smaug,jimm, sr=jst 2010-04-06 15:59:24 +03:00
Daniel Holbert
33a6e41fe6 bug 556853: Fix marking of perma-orange-on-10.6 per mstange's suggestion 2010-04-06 00:11:45 -07:00
L. David Baron
cffc3eff50 Add colors that are showing up on the 10.6 tinderbox as allowed colors so the test stops causing perma-orange. (Bug 556855) 2010-04-05 22:24:46 -07:00
L. David Baron
e49468bbfd Mark perma-orange-on-10.6 bug 556853 as todo so it stops turning the 10.6 mochitest-other boxes orange. 2010-04-05 22:22:30 -07:00
Steven Michaud
267976eeba Bug 533001 - Better way to avoid IdleTimerVector crashes (hook dynamically bound functions). r=josh 2010-04-05 09:04:49 -05:00
Oleg Romashin
8672ed123f Bug 551666 - Provide possibility to compile and render Qt port with QGLWidget backend. r=dougt
--HG--
extra : rebase_source : 00d53f71a00e71cf8b777779fc84ea45361256ea
2010-04-02 10:08:30 -04:00
Masayuki Nakano
aca40e999f Bug 556458 Cannot select an item of google suggest by mouse click during composition of MS-IME r=roc 2010-04-02 11:11:59 +09:00
Boris Zbarsky
d6454d1f54 Bug 552439. Make sure to gtk_widget_realize() the GtkEntry before trying to get information out of it; otherwise it doesn't pick up the right styles before being interrogated. r=karlt 2010-04-01 22:09:05 -04:00
Mark Finkle
bdf7202871 Bug 541015 - Support rotating between portrait and landscape on N900 [r=karlt] 2010-04-01 09:58:42 -04:00
Marco Bonardo
5675e6b6b6 Bug 527735 - nsITaskbarPreviewButton.visible always returns the wrong value. r=robarnold 2010-04-01 13:29:09 +02:00
Mark Finkle
2cbbdbeb28 Bug 533560 - Volume control does not control zoom level [r=dougt] 2010-04-01 00:38:51 -04:00
Jim Mathies
7a3c2f7dcf merge backout. 2010-03-31 12:55:55 -05:00
Jim Mathies
d4cc6d9831 Backout bug 555133 to fix bug 555950. 2010-03-31 12:55:41 -05:00
Rob Arnold
9ffd5134c3 Bug 555133 - Attempt to infer whether or not theme parts are transparent r=roc sr=vlad 2010-03-29 15:24:40 -04:00
Jim Mathies
e3431f34db Bug 555463 - Deal with sync wm_setfocus events from child. r=enn. 2010-03-29 11:04:46 -05:00
Doug Turner
24b36a484b Backing out fix for bug 544240. 2010-03-31 07:07:14 -07:00
Olli Pettay
f2f7c2cdc0 Additional fix for Bug 536092 2010-03-31 16:50:05 +03:00
Olli Pettay
e425b81efd Bug 536092 - Micro optimizations for event handling, r=jst
--HG--
extra : rebase_source : d34faef862a532109f05750ccb7220bd1ddf6e19
2010-03-31 15:44:18 +03:00
Mike Kristoffersen
3da6b0a270 Bug 544240 - Idle service does not work on Qt on mobile platforms r=sdwilsh
--HG--
extra : rebase_source : 5a10b6932a3e901740abec371b159aed9b233b24
2010-03-30 15:03:05 -07:00
Bas Schouten
bd0de20082 Bug 556027: Add the ability to enable accelerated layers backends for specific top-level widgets. r=roc 2010-03-31 05:02:58 +02:00
Uli Link
318b2969b4 Bug 458057: Fix AIX build bustage in widget. r=roc 2010-03-28 11:50:39 -04:00
Rich Walsh
34f0ed676c Bug 549426: OS/2 build bustage after layers landing. r=wuno 2010-03-28 11:46:08 -04:00
Wolfgang Rosenauer
230b3bd953 Bug 555161 - Qt save dialog shows open instead of save. r=dougt 2010-03-26 21:27:37 -07:00
Siddharth Agarwal
8b1d031f15 Back out most of bug 514494 because of bug 555085 2010-03-26 19:54:17 +05:30
Neil Rashbrook
f119c2586d Bug 525762 Fix regression typo from bug 242847 r=jimm 2010-03-26 08:27:27 +00:00
Rob Arnold
95fd8469ba Bug 458407 - Content is blended when on top of a glass region of a window [r=roc] 2010-03-25 20:30:00 -07:00
Martin Stránský
921f141030 b=551899 embed page size and orientation options in print dialog, proposed by Ritesh Khadgaray <khadgaray@gmail.com> r=karlt 2010-03-26 15:03:18 +13:00
Rich Dougherty
df66168ede b=525409 chain nsBaseWidget::Destroy() from nsWindow::Destroy() r=karlt 2010-03-25 16:29:14 +13:00
Josh Aas
24d5968b30 Send repeat key events to Cocoa NPAPI plugins. b=554753 r=smichaud r=roc 2010-03-25 20:14:56 -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
Josh Aas
b85008d470 Initialize nsChildView plugin ports on Mac OS X. b=555018 r=roc 2010-03-25 15:36:44 -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
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
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