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

4792 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 055a04e54c unregister event handler when menu goes away. that way, if the menu is still in a visible menubar, we don't crash trying to build content off a dead listener. r=sdagley/sr=sfraser/a=jaime. bug#103935 2001-10-10 14:19:22 +00:00
sspitzer%netscape.com a305479ba0 fix for #64462. play OS specified sound when new mail arrives.
r=pavlov, sr=bienvenu.  right now, this only works on windows.
mac is next.  for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
danm%netscape.com 9c47134da4 SetSizeMode() no longer makes the faulty assumption that the window is being maximized. bug 101332 r=hyatt,pinkerton 2001-10-09 18:37:37 +00:00
pinkerton%netscape.com cc8496680c rewrite to use IC service, not direct calls to IC. r=ccarlen/sr=sfraser. bug#97333. 2001-10-09 14:26:18 +00:00
sfraser%netscape.com 55db9535c4 Fix bug 103031 -- don't put the top-left of the structure region into event.where before passing it off to raptor, because this might actually be outside of that window (like on X when windows have rounded corners). Instead, offset event.where by the amount that the window was moved. r=sdagley, sr=hyatt. 2001-10-09 05:59:24 +00:00
pinkerton%netscape.com 26c96c4fe7 r=sdagley/sr=sfraser/a=asa bug#102204 2001-10-05 14:16:51 +00:00
pinkerton%netscape.com 5f3500e49e bug 102204, r=sdagley sr=sfraser a=asa. 2001-10-05 14:16:20 +00:00
pinkerton%netscape.com 4f70b20af4 Truncate menu items to 300px. r=sdagley/sr=sfraser/a=asa. bug# 98455 2001-10-05 14:12:35 +00:00
pinkerton%netscape.com 07b649d931 prevent zooming windows from covering the dock. r=danm/sr=sfraser/a=asa. bug# 79974. 2001-10-05 14:11:38 +00:00
mkaply%us.ibm.com 2f57b304a5 #101470
r=mkaply, sr=blizzard, a=asa
OS/2 only - add nullcheck for mOS2Toolkit to catch occasional trapping - waiting for correct fix
2001-10-05 03:53:28 +00:00
mkaply%us.ibm.com d3b0f97480 No bug
r=pedemont, sr=blizzard, a=asa
OS/2 only - better implementation of timer IDs that prevents duplicates
2001-10-05 03:44:21 +00:00
yokoyama%netscape.com c9832ae7f4 Bug 88425
Ending IME Composition when we receive OnChar()
/r=yokoyama/ftang, /sr=shaver, /pdt=jaime
2001-10-03 00:00:15 +00:00
yokoyama%netscape.com 7ab4da0764 Bug 101885
Use WideCharToMultiByte() to convert the titleStr
/r=shanjian; /sr=brendan
2001-10-02 23:56:47 +00:00
seawood%netscape.com 957bc65b63 More NS_IMPLE_THREADSAFE_ISUPPORTS cleanup.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #102446 r=cls
2001-10-02 21:42:31 +00:00
seawood%netscape.com 69c1896233 Check for library version defines before using them.
Bug #100782 r=blizzard
2001-10-02 21:39:52 +00:00
mkaply%us.ibm.com a8babf40c3 OS/2 debug only bustage - need nsSize.h 2001-10-02 21:24:16 +00:00
dbaron%fas.harvard.edu c5ce82b2f5 Fix DEBUG bustage. b=96971 2001-10-02 03:52:52 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
dbaron%fas.harvard.edu 30b6e6587c Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson 2001-10-02 03:10:56 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
law%netscape.com 988646fda2 Fix for bug 57443; use PL_strncpyz instead of PL_strcpy to avoid buffer overrun when the default file name is really long; r=sgehani, sr=mscott 2001-09-29 00:20:39 +00:00
yokoyama%netscape.com 3a79231670 bug 88425
Force to end IMEComposition when user switches keyboard layout.
/r=ftang;/sr=shaver
2001-09-29 00:15:21 +00:00
bryner%netscape.com 81ce02a3be Bug 59211 - mouse wheel does nothing when cursor over plugin. patch from markh@activestate.com, r=bryner, sr=hyatt. 2001-09-29 00:05:58 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
aaronl%netscape.com 8d6a3102f2 Bug 101615. Unique child ID's for accessible event targets. r=jgaunt, sr=vidur 2001-09-28 08:12:07 +00:00
katakai%japan.sun.com b730c26412 bug 81360
Correct behavior of ResetInputState() for gtk/
Fix memory corruption problem at Resetting IME on GTK
r/sr=blizzard
2001-09-28 04:18:59 +00:00
mkaply%us.ibm.com 3abd1fc8d7 OS/2 REQUIRES bustage 2001-09-28 02:19:29 +00:00
serge%netscape.com d06d9396aa fix bug 85701; problems using plugins [@ gtk_xtbin_init] topcrash; r=pavlov;sr=blizzard 2001-09-28 01:51:06 +00:00
mkaply%us.ibm.com f7458f428b OS/2 REQUIRES bustage 2001-09-28 01:28:34 +00:00
dbaron%fas.harvard.edu 15ce1cd146 Attempting to fix OS/2 bustage by adding REQUIRES and fixing MODULE. 2001-09-28 00:24:55 +00:00
sfraser%netscape.com f6001f343e Include MacTypes.h via system, not user paths. r/sr=floppymoose 2001-09-27 22:17:36 +00:00
sfraser%netscape.com 24f0a5730a Fix bug 89734 -- ensure that we pass the old update region in local, not global coordinates to InvalWindowRgn. Also cleaned up the paint flashing code, and standardized the method definitions. r=pink, sr=scc 2001-09-27 22:16:30 +00:00
pinkerton%netscape.com fcf0c7709b correctly remove toplevel menus when hidden/collapsed attribute set. also fix assertions so they don't always show and add assertion when trying to show/hide a menu that is already in that state. r=sdagley/sr=sfraser. bug# 101795 2001-09-27 21:48:14 +00:00
cls%seawood.org e895382372 Semantics of NS_IMPL_THREADSAFE_ISUPPORTS* changed.
Fixing beos tinderbox bustage
2001-09-27 15:39:33 +00:00
locka%iol.ie 5b54fc6aa3 Added WM_GETDLGCODE message handler so keyboard works properly when Gecko is embedded inside a dialog box. b=101571 r/sr=hyatt@netscape.com 2001-09-27 11:10:17 +00:00
yokoyama%netscape.com 0c36384132 Bug 90910
Allocate correct size of buffer in BYTE for IME
Composition String.
/r=shanjian; /sr=waterson
2001-09-26 19:33:19 +00:00
mkaply%us.ibm.com 5df461dcf8 #100300
r=pedemont, sr=blizzard
OS/2 only - new filepicker based on OS/2 file dialog - remove old stuff
2001-09-25 23:03:21 +00:00
mkaply%us.ibm.com 7572f696b8 #100300
r=pedemont, sr=blizzard
OS/2 only - new filepicker based on OS/2 file dialog
2001-09-25 23:01:57 +00:00
sfraser%netscape.com c58283e926 Fix for bug 67409 -- don't use the necko connection counts to see if we're busy, because mailnews holds IMAP connections open, and that causes us to remain busy for too long. Looking for pending PLEvents is enough. r=sdagley, saari, sr=kin. 2001-09-25 22:15:03 +00:00
aaronl%netscape.com 97eb525c51 Bug 100498. Active accessibility: Clear, consistent events for page load busy states. r=jgaunt, sr=waterson. 2001-09-25 08:34:42 +00:00
aaronl%netscape.com b1299c0e47 Backing out 100498 for now. Mac problems 2001-09-25 05:54:10 +00:00
aaronl%netscape.com 8cf231db52 Bug 100498. Active Accessibility: clear, consistent events for page load busy states. Missing file in checkin. r=jgaunt, sr=waterson. Accessible.cpp 2001-09-25 05:23:45 +00:00
aaronl%netscape.com b18361796c Bug 100498. Active accessibility: Clear, consistent events for page load busy states. r=jgaunt, sr=hyatt. 2001-09-25 04:52:14 +00:00
jaggernaut%netscape.com d02a77c434 Clean up REQUIRES, r=cls 2001-09-25 02:56:54 +00:00
pinkerton%netscape.com 084dd841be oops, left in a debug printf. 2001-09-24 22:43:56 +00:00
pinkerton%netscape.com e3705730b5 implements code for responding to hidden/collapsed attributes on top-level menus. bug 100122. r=saari/sr=sfraser/a=chofmann. 2001-09-24 22:40:26 +00:00
cls%seawood.org 0997e9ea0a Convert widget_beos over to using a generic (xpcom) module.
Remove unused native widget implementations.
Thanks to arougthopher@lizardland.net for the patch.
Bug #95348 r=cls sr=attinasi
2001-09-22 13:41:07 +00:00
pinkerton%netscape.com 330c16877b make the system unit of mousewhell scrolling 3 lines on osx. r=sdagley/sr=sfraser/a=chofmann. bug# 100799 2001-09-21 18:25:31 +00:00
aaronl%netscape.com 2edc3a68c6 Bug 98752. Clear consistent MSAA events to indicate when busy loading a page, and when finished. r=jgaunt, sr=vidur 2001-09-20 04:09:23 +00:00
mkaply%us.ibm.com 0c0546f887 No bug
r=mkaply, sr=blizzard
Code from aaronr - continuing to try to fix focus/etc. issues related to XWorkplace/XCenter
Man I with Mozilla had picked a focus model that wasn't so similar to Windows
2001-09-19 14:01:02 +00:00