Commit Graph

9487 Commits

Author SHA1 Message Date
Vladimir Vukicevic
e0466cf5fe b=480789; fix WinCE focus issues with popups; r=dougt 2009-03-08 22:06:59 -07:00
Vladimir Vukicevic
0daff153a5 b=479106; enable SetForegroundWindow call for CE, not just mobile; r=dougt 2009-03-08 22:06:59 -07:00
Masayuki Nakano
f4ce39a488 Bug 477911 [TSF] crash after committing long IME transaction string at losing focus r=VYV03354, sr=roc 2009-03-09 11:38:12 +09:00
Masatoshi Kimura
fb31b54efc Bug 480111 - [TSF]mCompositionStart and mCompositionLength is not updated on WinXP; r=masayuki sr=roc 2009-03-08 10:39:03 +01:00
Mats Palmgren
5762dc6d42 Cancel a pending mDragLeaveTimer when the window is destroyed, and don't schedule more than one at a time. b=481568 r+sr=roc 2009-03-07 18:08:51 +01:00
Jim Mathies
1bc2cfd0ca Bug 463088 - Tab tear off cursor needs to be constant on Windows. r=enndeakin. 2009-03-06 11:54:29 -06:00
Ginn Chen
40af5b1127 Bug 481621 protoLayout should set to NULL in moz_gtk_shutdown() r=roc 2009-03-06 14:43:13 +08:00
Masayuki Nakano
843a30695b Bug 113423 Gecko shouldn't draw comosition string at ChangJie (Traditional Chinese IME) r=YV03354+emaijala, sr=roc 2009-03-04 18:09:09 +09:00
Markus Stange
8a80ab0bb9 Bug 479716 - Initialize tdi.kind in nsNativeThemeCocoa::DrawTab, r=smichaud 2009-03-02 15:52:17 +01:00
Antonio Gomes (tonikitoo)
8d9b3330e5 Bug 455339: Disable word completion widget (software keyboard bar at bottom of screen) for fennec/maemo. r=stuart 2009-02-27 21:47:40 -04:00
Matthew Gregan
80baa356c2 Bug 479929 - Return value of esd_open_sound not checked correctly. r+sr=roc 2009-02-24 18:06:42 +13:00
Doug Turner
61521b6ca4 Bug 472548 - Improves the nsIdleService on Maemo. r=gijskruitbosch, sr=stuart 2009-02-25 10:45:42 -08:00
Jeff Muizelaar
fabd738e33 Bug 442109 - youtube videos don't play; r=vladimir 2009-02-25 16:25:12 +01:00
XiaoXiaoHU
95331fc201 Bug 298889 - iframe invisible when window is transparent; r+sr=roc 2009-02-24 17:53:32 +01:00
Arpad Borsos
1510f855ef Bug 479855. Remove more unused files. r+sr=roc
--HG--
extra : rebase_source : b8c46dc3da2b062410cc8d3bc6c56d4f310dacfe
2009-02-23 22:28:59 +01:00
Jeremy Lea
904e66db70 Bug 479527. Remove unused files. r+sr=roc
--HG--
extra : rebase_source : a6d3765508020c43ee491cfed14ce2393506eb13
2009-02-23 13:34:22 -08:00
Tobias Hunger
0d8343ec6e Bug 473946. Handle deferred deletes. r=mfinkle
--HG--
extra : rebase_source : 1aa73b393f42e7ad07fd6f1c5027ae49723785ec
2009-02-24 21:30:25 +13:00
Masayuki Nakano
9d9a2dd7ec Bug 478146 [TSF] When dragging application window, candidate window is not moved with application window r=chenn, sr=roc 2009-02-24 15:36:20 +09:00
Sunil Mohan Adapa
620b5e2d7a Bug 412610 - MAXPATHLEN too small for glibc's realpath(); m-c part; r=*
jsfile.cpp + reg.c + SpecialSystemDirectory.cpp : benjamin
lcms.h : bholley
XRemoteClient.cpp : roc
2009-02-23 19:28:12 +01:00
Masayuki Nakano
e73bfd00f7 Bug 478030 [TSF] The composition string is not displayed on WinXP + MS-IME r=chenn, sr=roc 2009-02-23 17:56:33 +09:00
Matthew Gregan
98fd7c843d Merge backout of 57ace2f00d62. 2009-02-23 19:35:26 +13:00
Matthew Gregan
21c89bc01a Backed out changeset 57ace2f00d62 2009-02-23 19:34:03 +13:00
Michael Ventnor
1ba8f96b4f Bug 479238 - Add menu sounds to GTK's nsSound API
--HG--
extra : rebase_source : 1bd5ea38b7ab7d8943a8f314c6c313ab4512ec71
2009-02-23 16:47:57 +13:00
Matthew Gregan
311ae69045 Bug 469635 - Remove loading of libasound and installation of quiet error
handler since it's not serving any purpose.  Also fix failure handling case
when calling esd_open_sound.

--HG--
extra : rebase_source : 17f97c7fe10e5cdf13b781e1799affe464d99489
2009-02-22 14:19:30 +13:00
Arpad Borsos
7a0f9bfbc5 Bug 474369 - get rid of nsVoidArray; widget part; r+sr=roc 2009-02-23 02:05:24 +01:00
Makoto Kato
c651d28217 Bug 226218 - 64bit safe code for mozilla/widget (AMD64). r=emaijala 2009-02-21 19:14:08 +09:00
Josh Aas
cd0603762c Fix case where menu item icons can have a weak reference to a deleted native menu item. Hopefully fixes crash bugs 477475 and 435521. b=477475 r=smichaud sr=roc 2009-02-20 16:55:25 -05:00
Brad Lassey
56abfe0094 bug 474734 - Implement support for soft keyboard on windows ce r=dougt 2009-02-20 02:03:46 -05:00
Karl Tomlinson
7b79e2eaf4 b=469635 back out 03b4b372bacc, which had no effect 2009-02-20 18:41:45 +13:00
Karl Tomlinson
6792b3dc74 b=478816 check that gtk_drag_begin returns a non-NULL GdkDragContext r+sr=roc 2009-02-20 17:39:59 +13:00
Matthew Gregan
1612056e74 b=469635 Another attempt at silencing ALSA. Includes some debug logging to indicate what's happening. r+sr=roc 2009-02-19 17:04:35 +13:00
Karl Tomlinson
b75cef2a5e b=451341 NULL checks on MozContainer widget pointers r=roc 2009-02-20 15:07:08 +13:00
Karl Tomlinson
5e2d6ed15e b=451341 make the pointer from MozDrawingarea to MozContainer a weak reference r=roc 2009-02-20 15:04:43 +13:00
L. David Baron
29fcfe954a Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 09:48:37 -08:00
L. David Baron
c936720f0a Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing. 2009-02-19 09:06:18 -08:00
L. David Baron
bed2d3a53c Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-19 07:29:27 -08:00
Jeremy D. Lea
55c57c0ab2 Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
--HG--
extra : rebase_source : 4a35ccdcafbe8a0a9dded9f292a139b4679709e3
2009-02-18 16:11:49 -08:00
L. David Baron
3d090560b0 Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic. 2009-02-18 18:59:47 -08:00
L. David Baron
2c3ec0196b Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc 2009-02-18 17:13:23 -08:00
Jim Mathies
49855603aa Windows mobile bustage fix for Bug 478147. 2009-02-18 18:17:15 -06:00
Jim Mathies
420a773ff6 Bug 478147 - Focus rect missing from checkboxes on Vista. r=vlad 2009-02-18 17:56:51 -06:00
Vladimir Vukicevic
ffb73497d9 Bug 474825 - honor mozilla.widget.disable-native-theme preference. move preference check to the right place r=stuart 2009-02-18 10:38:37 -08:00
Masayuki Nakano
80fc6e44f1 Bug 478536 Crash by removing a scroll target in MozMouseScrollFailed event handler r+sr=roc 2009-02-18 00:55:53 +09:00
Neil Deakin
810c9a7d8c Bug 471848, flag for whether a drag was cancelled by the user, r+sr=roc 2009-02-17 10:51:12 -05:00
Olli Pettay
342ece17dc Bug 477863 - Give gesture events usable clientX/screenX values, r+sr=roc 2009-02-17 13:49:03 +02:00
Jim Mathies
f939f29658 Bug 169582 - Window restores when changing desktop settings. r=emaijala 2009-02-16 16:25:48 -06:00
Steffen Imhof
39b73acecd Bug 464050 - Focus handling prevents text selection by mouse; r=vladimir 2009-02-16 16:27:18 +01:00
Karl Tomlinson
10ebdc9141 Bug 475343. If the region to paint is too complex, just use its bounding box. GTK changes. r=roc
--HG--
extra : rebase_source : a3f7af16b372ab6f9675071d591edbe37a71b2d5
2009-02-16 14:10:24 +13:00
Robert O'Callahan
87619079d3 Bug 475343. If the region to paint is too complex, just use its bounding box. Windows changes. r=vlad
--HG--
extra : rebase_source : 5e32f603aae07c2a751d31376ea0e2bf9f34cfb1
2009-02-16 14:09:11 +13:00
Robert O'Callahan
cc705ac61c Bug 475343. If the region to paint is too complex, just use its bounding box. Mac changes. r=joshmoz
--HG--
extra : rebase_source : b5374a6b64d22b2284a32c0413129fd0d6e12427
2009-02-16 14:06:52 +13:00