Граф коммитов

5581 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com 266790cc84 Bug 176602. Make typeaheadfind beep less annoying, and implement boolean pref accessibility.typeaheadfind.enablesound. Pref is turned off by default in Linux for now, sound needs testing and work there (see bug 179138 and bug 110385). r=kyle, sr=bz 2002-11-09 19:21:20 +00:00
mkaply%us.ibm.com 327d7a5267 Forgot header 2002-11-09 18:03:17 +00:00
mkaply%us.ibm.com 226aeee63d #178309
r=jkobal, sr=blizzard
Os/2 only - don't allow recursive calls to WinSetFocus - bad things happen.
2002-11-09 15:31:23 +00:00
mkaply%us.ibm.com b55432e06b Proper fix for 104371 - just comment out the space case, don't remove it 2002-11-09 15:22:29 +00:00
seawood%netscape.com 013de5c8ce Tighten (add?) tool version checks for win32 builds.
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392)
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
bryner%netscape.com 8beac694e3 Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst. 2002-11-09 00:25:25 +00:00
yokoyama%netscape.com 6e2b9c7a40 Bug 104934 Convert Mozilla to Unicode app
Turning MOZ_UNICODE flag by default.
Impact only in Windows platforms.
r=kmcclusk@netscape.com
sr=kin@netscape.com
2002-11-08 22:47:01 +00:00
bolian.yin%sun.com b3aa8f87e7 Bug 156424, PgUp and PgDn in numeric keyboard don't work.
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=bryner.
2002-11-08 02:23:23 +00:00
bryner%netscape.com be89105ec4 Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt. 2002-11-07 03:34:13 +00:00
bryner%netscape.com 9b996ca00d Fix fullscreen mode on Linux to use the fullscreen hint, rather than manually sizing the window (bug 176640). Move the existing implementation of fullscreen mode from nsGlobalWindow to nsBaseWidget, so that it can be overridden in the gtk widget implementation. r=blizzard, sr=hewitt. 2002-11-06 09:35:13 +00:00
blizzard%redhat.com 51bab5cc6b Re-work focus handling so that it's more reliable and works with embedding (code to be checked in some time soon.) Also, add new debugging options for IM and focus handling. 2002-11-06 03:29:02 +00:00
blizzard%redhat.com 0b6d4baeae Bug #176514. Problems with XIM and hot keys. Disable XIM for the moment until we figure out the next step. 2002-11-06 03:27:55 +00:00
timeless%mozdev.org 3ca40e862b Bug 106708 DnD Data Object format incorrect
patch by adrian.buckley@ntlworld.com r=pinkerton sr=roc+moz a=blizzard
2002-11-05 12:51:39 +00:00
mkaply%us.ibm.com eaaf4c7d79 When 104371 was backed out, the OS/2 change wasn't 2002-11-03 22:37:31 +00:00
arougthopher%lizardland.net 4cceb11df7 Bug#92793
BeOS classes are not threadsafe

In BeOS, each window runs in its own thread.  Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod().  However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.

r=rpotts
sr=blizzard
a=asa
2002-11-02 02:12:00 +00:00
aaronl%netscape.com 5e1fd7262c Bug 177083. Mozilla won't start on win95. r=kyle, sr=alecf, a=asa 2002-10-31 02:15:11 +00:00
seawood%netscape.com 11e0296e26 Fix --disable-accessibility + --enable-default-toolkit=gtk2 bustage.
Bug #176556 r=cls a=roc+moz
2002-10-30 01:04:59 +00:00
bzbarsky%mit.edu 0d1f480e2e Initialize variables before using them in conditionals. Bug 122070,
r=cls,pink, sr=bryner, a=blizzard
2002-10-26 00:30:25 +00:00
blizzard%redhat.com 1de412c036 Bug #176518. Fix focus on inital startup. Not part of the default build. 2002-10-25 02:46:17 +00:00
aaronl%netscape.com 8f207dbbf8 Bug 141880. Always report same hwnd for MSAA focus events as the hwnd for the current system focus. r=jgaunt, sr=bryner, a=roc+moz. Bug 174796. XUL browser's MSAA cache not working correctly. r=jgaunt, sr=bryner, a=roc+moz 2002-10-25 00:31:23 +00:00
aaronl%netscape.com 8bf9c59041 Bug 173791. Accessibility API bug: GWL_ID (Control ID) is only supposed to report 0 (UI) or 1 (content). r=jgaunt, sr=bzbarsky, a=roc+moz 2002-10-25 00:03:47 +00:00
ccarlen%netscape.com f4d7cddf61 Bug 172462 - For Mach-0, drag and drop of file onto browser doesn't work. It was because some code was #ifdef'd out for lack of nsILocalFileMac. r=cls/sr=sfraser/a=dbaron 2002-10-24 13:39:26 +00:00
bolian.yin%sun.com 6f7d1e2855 Bug 173848 the Root/Application object got from an event by "get_parent" is not the same with the original Root/Application Object.
This is NOT for default build
2002-10-24 03:06:04 +00:00
bolian.yin%sun.com 9582866f42 173640 [gtk2] Location bar autocomplete lists display incorrectly
r=blizzard. This is NOT for default build.
2002-10-24 02:00:47 +00:00
blizzard%redhat.com f360f72c84 Backout unapproved checkin for bug #104371. 2002-10-23 15:18:13 +00:00
mkaply%us.ibm.com e6ce752e6d #104371
r=mkaply, sr=blizzard
Corresponding OS/2 fix
2002-10-23 12:08:05 +00:00
jay.yan%sun.com 7ce5ec752c bug 146108, popup menu position wrong after opening tabs. patch=robin,r=blizzard,sr=bryner,a=asa 2002-10-23 04:24:57 +00:00
hyatt%netscape.com cec3e61e53 Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
keybinding didn't work.  r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
blizzard%redhat.com 9d552094ed Bug #144215. gtk2 Mozarea not finalized on Destroy. Patch from mpeseng@tin.it. r=blizzard Not part of the default build. 2002-10-22 20:44:18 +00:00
pkw%us.ibm.com bbdf987054 Bug 157397 - Enables entering national language data on AIX.
r=yokoyama@netscape.com, sr=kin@netscape.com, a=asa@mozilla.org
2002-10-21 19:35:09 +00:00
seawood%netscape.com 57e08a3f3a Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
yokoyama%netscape.com efd5a5a283 Bug 170969,104934,171228,170707
#ifdef MOZ_UNICODE fix
Affect in //widget/src/windows only
/r=shanjian;/sr=kin;/a=asa
2002-10-16 23:28:18 +00:00
bolian.yin%sun.com 3832c12d36 Bug 174317, [gtk2] should use nsCOMPtr type for mTopLevelAccessible in nsWindow. This is NOT for default build. 2002-10-14 08:43:35 +00:00
blizzard%redhat.com 8c99e72952 Try to fix HPUX bustage. Fallout from 126919. 2002-10-12 03:27:02 +00:00
blizzard%redhat.com 7163120165 Bug #126919. Xft support. r=rbs, sr=dbaron a=roc,shaver,others 2002-10-12 02:03:34 +00:00
ccarlen%netscape.com 7fbc90ffe6 Bug 172018 - Use CFURLs with Mach-0 and Carbon file picker. r=sdagley/sr=sfraser 2002-10-09 03:58:40 +00:00
mkaply%us.ibm.com 99691f5c35 No bug - we dont hav ico files here anymore 2002-10-09 03:04:12 +00:00
mkaply%us.ibm.com c558c7da22 #172650
r=mkaply, sr=blizzard
OS/2 only - if the web page has no title, use the URL for drag/drop
2002-10-09 02:42:03 +00:00
sdagley%netscape.com eee8972632 #56589 - Add shared menus support (requires version 1.2 of SharedMenus.component) for CFM version of Mozilla for Mac OS X. r=bnesse,sr=sfraser 2002-10-08 23:09:00 +00:00
aaronl%netscape.com b7b6e92dd1 Bug 172996. Acc Explorer getting stuck walking into accessible trees. r=jgaunt, sr=bzbarsky 2002-10-08 08:00:00 +00:00
kmcclusk%netscape.com f97400373e Remove unneeded call to EnumChildWindows in nsWindow::BroadcastMsgToChildren, which was causing the system color change message to be dispatched too many times. b=173152 r=dcone sr=kin 2002-10-08 01:57:38 +00:00
kmcclusk%netscape.com 7d3c3064ce Fix enumeration of childwindows when dispatching pending paint events. bug 170928. r=rods@netscape.com sr=kin@netscape.com 2002-10-07 20:07:54 +00:00
aaronl%netscape.com f7218d0d8a Bug 28583. Select text field contents when focused, except by mouse click, on certain platforms. r=brade, sr=sfraser 2002-10-05 15:39:33 +00:00
bryner%netscape.com 1bb489617c Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2002-10-05 02:49:02 +00:00
nhotta%netscape.com 6c9e129fb1 For Classic, use script mgr to get application font instead of the appearance API
which only supports system fonts for Classic.
bug 169022, r=ftang, sr=sfraser.
2002-10-04 22:22:15 +00:00
bryner%netscape.com a536e51f44 Don't reuse the key event struct between the key down and key press events (bug 124990). r=dbaron, sr=blizzard. 2002-10-03 01:24:39 +00:00
bryner%netscape.com b4c10851e4 Don't reuse the key event struct between the key down and key press events (bug 124990). Patch by joki@netscape.com, r=bzbarsky, sr=jst. 2002-10-03 00:47:11 +00:00
sdagley%netscape.com 7990613828 Fix #172018 - Q&D enabling of file picker for mach-o build. r=bryner,rs=darin 2002-10-02 03:31:38 +00:00
sdagley%netscape.com a50ca5627d Re-landing #169667 - use LaunchServices APIs instead of InternetConfig APIs when appropriate (fixed mach-o and Mac Classic build issues from 1st landing try). r=ccarlen,sr=sfraser 2002-10-01 05:27:15 +00:00
dean_tessman%hotmail.com ad26126eaf bug 143130 - ALT or F10 keys do not select menu items in MfcEmbed
If there's a native Windows menu bar, pass the keypress through to Windows.

r=aaronl@netscape.com, sr=alecf@netscape.com
2002-10-01 04:38:28 +00:00