Commit Graph

1266 Commits

Author SHA1 Message Date
Masatoshi Kimura
282fcb0d47 Bug 471471 - Narrow window class name is no longer used; r+sr=roc 2008-12-30 06:39:24 +01:00
Masayuki Nakano
7822539f0e Bug 466408 [OSX] First use of dead keys always shows incorrect behavior r=smichaud, sr=roc 2008-12-27 13:41:35 +09:00
L. David Baron
8e85e47bd1 Make the Windows widget code report 24-bit color depth when the display driver reports 32, since it's the same number of bits per pixel. (Bug 466669) r=vlad 2008-12-23 09:06:56 -05:00
Michael Ventnor
f3922bdde6 Bug 470165 - Cleanup the GTK nsFilePicker code; r+sr=roc 2008-12-21 02:33:04 +01:00
Joe Drew
a29562512b Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-19 17:35:50 -05:00
Steven Michaud
ab9646f5b1 Let the OS manage repaints on its own. b=459319 r=vlad,roc sr=roc 2008-12-18 15:37:16 -06:00
Peter Van der Beken
17b312c245 Backed out changeset bdef726fb656 (Txul/Twinopen regression on Linux) 2008-12-18 10:58:18 +01:00
Oleg Romashin
4dd9436f77 Bug 469756 - GDK_EXTENSION_EVENTS_CURSOR option is not enabled for gdk window. r=roc. 2008-12-18 09:51:18 -05:00
Michael Ventnor
bdf82f50ed Bug 469635. Try to find the right Alsa library to quieten. r+sr=roc 2008-12-18 16:47:41 +13:00
Michael Ventnor
b706becc9a Bug 469635. Hold a reference to the Alsa library while we tell it to shut up, so that it doesn't get unloaded and forget about our request. r+sr=roc 2008-12-18 14:22:22 +13:00
Masayuki Nakano
b894eb8611 Bug 226784 Caret display problems with Korean input methods in Windows r=VYV03354+ere, sr=roc 2008-12-17 17:05:44 +09:00
Michael Ventnor
8cf9286dfd Bug 469635. Silence ALSA warnings when there is no sound device. r+sr=roc
--HG--
extra : rebase_source : 81cb6c89ffffd534a478151a7aa450c42b36a469
2008-12-17 15:16:01 +13:00
Joe Drew
892c75c3da Merge backout of bug 469756 for bug 469809. 2008-12-16 14:53:42 -05:00
Joe Drew
4997e26984 Backed out changeset 0c0bf7bd8e7b for bug 469809 2008-12-16 14:52:42 -05:00
Steven Michaud
acf9b9c319 Avoid dropped control-key events by making LastModifierState global. b=463802 r=masayuki,josh sr=roc 2008-12-16 10:50:19 -06:00
Oleg Romashin
0160ea81ab Bug 469756 - GDK_EXTENSION_EVENTS_ALL option is not enabled for gdk window. r=roc. 2008-12-16 10:46:01 -05:00
Tom Dyas
58ab68db5f Support Mac OS X services. b=135268 r=josh sr=roc 2008-12-15 15:56:29 -05:00
Markus Stange
0618af1618 Bug 469683 - Wrong context menu transparency, r=josh sr=roc 2008-12-15 21:27:30 +01:00
Markus Stange
15e969ba55 Bug 469137 - Initialize topLevelWidget in nsBaseWidget::GetTopLevelWidget, r=roc. 2008-12-15 14:43:48 +01:00
Markus Stange
cd5d88d161 Crashtest for bug 460349, r=roc 2008-12-15 14:43:40 +01:00
Mats Palmgren
9d1b60661f Remove consecutive pending duplicate KeyPress events to the same window. b=301029 r=karlt sr=roc 2008-12-15 12:34:05 +01:00
Michael Ventnor
02542172e9 Bug 419275 - "support for gnome's sounds" (Followup) [r+sr=roc] 2008-12-14 22:48:52 -08:00
Antonio Gomes
a5c15222a9 Bug 460128 - "autocomplete suggestions will dynamically use form input, including password fields" [r+sr=roc] 2008-12-14 22:43:25 -08:00
Masayuki Nakano
229283883c Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc 2008-12-15 12:54:54 +09:00
Michael Ventnor
93bf7fd29f Bug 419275 - "support for gnome's sounds" [r+sr=roc] 2008-12-12 15:39:02 -08:00
Oleg Romashin
d13954cc90 Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 18:55:15 -05:00
Markus Stange
8e1857fd3d Bug 462233 - Checkboxes and radio buttons being squashed / stretched horizontally on Mac, r=josh r=bzbarsky sr=dbaron 2008-12-11 15:48:30 +01:00
Markus Stange
6707a82840 Bug 460899 - Change -moz-appearance: toolbar on Mac OS X to draw dark chrome toolbars, r=roc 2008-12-11 15:48:13 +01:00
Markus Stange
975559338c Bug 391984 - [10.5] Add roundness to context menus, r=josh sr=roc 2008-12-11 15:37:38 +01:00
Robert Sayre
6e72ceca59 Merge 2008-12-11 02:43:25 -08:00
Robert Sayre
dc78653a53 backout bug 428988, checked in on persistent orange. 2008-12-11 02:43:04 -08:00
Robert Sayre
58f4455a2a Backout JOEDREW! patches for bug 89419 and bug 393936. Looks like they make mochitest leak. 2008-12-11 01:27:58 -08:00
Oleg Romashin
06b0d6f7f4 Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 03:04:46 -05:00
Joe Drew
294499eab5 Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-10 16:25:34 -08:00
Steven Michaud
376bb811ac Avoid crashing on non-fatal Objective-C exceptions caused by a 10.4-only Apple bug. b=461381 r=josh sr=roc 2008-12-10 15:42:00 -06:00
Masayuki Nakano
02efc97525 Bug 83056 Add support for windows sounds to Menus r=enndeakin, sr=roc, ui=jboriss 2008-12-11 02:23:20 +09:00
Wolfgang Rosenauer
2eca80e0ff Bug 468804 - casting to pointer explicitely in g_object_set_data() calls; r+sr=roc 2008-12-10 16:53:28 +01:00
Markus Stange
66dd342081 Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc 2008-12-09 17:48:51 +01:00
Masatoshi Kimura
8f0c9b8d0f Bug 468419. Fix loading of the application window icons on Windows. r+sr=roc 2008-12-09 13:36:13 +13:00
Masatoshi Kimura
891395fdb2 Bug 467038 - Get rid of nsWindow::DefaultWindowProc; r+sr=roc 2008-12-08 02:26:59 +01:00
Peter van Hardenberg
f4c94ffcfd Bug 463493 - path of x-moz-file flavour on linux is url-encoded; r+sr=roc 2008-12-06 17:27:53 +01:00
Rob Arnold
e4b3e1addc Bug 457997 - autohiding glass panels don't display properly. r=vlad 2008-12-06 13:21:26 +01:00
Markus Stange
0a9202e6cc Bug 450800 - Add -moz-appearance: searchfield on Mac OS X; general NSCell drawing cleanup. r=smichaud sr=roc 2008-12-06 12:40:58 +01:00
Masayuki Nakano
987728c948 Bug 424663 crashes [@ CalcCharacterPoisitionAtoW][@ imm32.dll@0x3e24] involving Chinese IME r=VYV03354+ere, sr=roc 2008-12-06 18:27:30 +09:00
Masayuki Nakano
c2fd173eeb Bug 465461 esc key input does not restore IME state r=josh,sr=roc 2008-12-06 18:23:55 +09:00
Peter Weilbacher
6720b667a1 [OS/2] Bug 460247: move the OS/2 README.txt files out of the locale directories (mozilla-central part), r=ted
--HG--
rename : browser/locales/en-US/os2/README.txt => widget/src/os2/README.firefox
2008-12-05 22:11:22 +01:00
Peter Weilbacher
8aa155556a Bug 448512: fix crash on quit on Linux (and Solaris) with active Xinerama, r=dbaron, sr=roc 2008-12-05 10:16:16 +01:00
Masayuki Nakano
31a6c9d2fd Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss 2008-12-05 16:29:17 +09:00
Steven Michaud
72bd844099 Crashtest for bug 464589. b=464589 r=josh sr=roc 2008-12-04 11:12:19 -06:00
L. David Baron
cb3d95a7be Make FindBestWindow faster when there are a lot of windows (many of which may be Firefox windows). (Bug 467635) r+sr=roc 2008-12-04 08:09:53 -08:00