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

5572 Коммитов

Автор SHA1 Сообщение Дата
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
kmcclusk%netscape.com 3df9afe194 improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com 2002-10-01 03:04:22 +00:00
shanjian%netscape.com 35b130db26 #36975 Moving caret in convert mode using mouse
Mouse event support for IME is added in this patch.
r=yokoyama, sr=blizzard
2002-10-01 02:47:41 +00:00
sdagley%netscape.com afb40734b1 Landing #152231 on trunk mach-o build - move nsInternetConfig into uriloader. Original patch by ccarlen, r=sdagley, sr=darin 2002-10-01 01:00:09 +00:00
pkw%us.ibm.com 4d3c8a3a93 Fix Bug 98892 - Null plugin crash on AIX with Java plugin installed.
Link with -lXm before -lXt on AIX, use $XT_LIBS instead of hardcoding
-lXt in Makefiles.
r=cls
2002-09-30 22:18:27 +00:00
mkaply%us.ibm.com c4363bb886 #171180
Os/2 only - fix regression in window positioning
2002-09-29 13:17:09 +00:00
bolian.yin%sun.com 5ad4cc1f24 Bug159306,How to activate accessibility feature on linux and other unix platform
r=blizzard. This is NOT for default build
2002-09-29 04:51:21 +00:00
kmcclusk%netscape.com e25b0cabc7 backing out changes to convert Mozilla to a Unicode app for bug 104934. r=yokoyama@netscape.com sr=kin@netscape.com 2002-09-28 15:52:35 +00:00
kmcclusk%netscape.com b515157170 On WIN32, process pending PL_Events and paints after mouse and keyboard events to eliminate starvation of reflow and paints bug 163528 r=rods@netscape.com sr=kin@netscape.com 2002-09-28 15:04:47 +00:00
pinkerton%netscape.com 4ad8373115 make sure we keep everything in the range of [0, mMaxValue] in UpdateContentPosition(). r=bryner/sr=sfraser (bug 153574) 2002-09-27 19:05:41 +00:00