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

5026 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 2d95ccc700 Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan 2001-10-20 23:19:07 +00:00
mkaply%us.ibm.com e4c64eadc6 No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:57:02 +00:00
mkaply%us.ibm.com c1c5257b5d No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:45:34 +00:00
ftang%netscape.com 50de1b7be9 fix bug 23363. Implement TSM1.5
r=brade
sr=sfraser
2001-10-19 20:51:26 +00:00
ftang%netscape.com 412eda5f59 fix 23363. add nsTSMStrategy.cpp to the build
This is part of implement TSM1.5
r=brade
sr=sfraser
2001-10-19 20:50:48 +00:00
nhotta%netscape.com daeee2f2b5 Added a call SetOutputErrorBehavior to replace unmapped character by '?' for a window title string,
bug 96875, r=ftang, sr=blizzard.
2001-10-19 20:49:08 +00:00
pinkerton%netscape.com 2f72d451ca remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
dinglis%qnx.com 812531199d Not part of build
convert text to UTF8 instead of ascii
2001-10-18 14:19:00 +00:00
dinglis%qnx.com 7c0c73109d Not part of build
update of photon port
2001-10-17 14:11:53 +00:00
dinglis%qnx.com bb8510e14b Not part of build
fixed up requires
2001-10-17 14:09:52 +00:00
hyatt%netscape.com 8a585b0ce7 Fix for 97805, r=sfraser, sr=waterson, also fixing event prioritization problems on Win32, r=jag, sr=brendan 2001-10-17 02:14:43 +00:00
ftang%netscape.com 8f0b1a127e add new files to the build. Not part of the build yet. Won't impact the tree.
fix bug 23363 r=brade sr=sfraser
2001-10-16 22:32:39 +00:00
pinkerton%netscape.com ac458d3081 for carbon, use the simple defproc to avoid window borders by the OS. also, remove invisible windows from the OS window lists (hidden window is one example). bugs 76990 and 102525. r=sdagley/sr=sfraser. 2001-10-16 21:10:51 +00:00
bryner%netscape.com 1ddac99589 Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build. 2001-10-16 07:52:56 +00:00
dbaron%fas.harvard.edu 34fc404be7 Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
pavlov%netscape.com f9d9404937 fix it so that we don't load winmm.dll until it is needed.. should help startup a bit. bug 104885. r=timeless sr=sspitzer 2001-10-16 01:10:29 +00:00
blakeross%telocity.com 935e13c1aa Checking in correct patch (from before) 2001-10-16 00:27:26 +00:00
blakeross%telocity.com 69ca467d8c Mozilla-generated shortcuts use unix-style eol (103466). patch by Daniel Mario Vega <dv5a@dc.uba.ar>. r=pink sr=blake 2001-10-15 22:26:20 +00:00
blizzard%redhat.com a560dc7474 Incremental changes to get this building again. Stub out appshell. 2001-10-14 19:02:05 +00:00
jaggernaut%netscape.com e316f90678 Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc. 2001-10-14 04:57:59 +00:00
seawood%netscape.com 489a2c4aec Fix scrollbar leaks by making sure that we decrement the refcnt when Destroy() is called.
bug #101814 r=pavlov
2001-10-13 05:50:16 +00:00
seawood%netscape.com 27989febb5 Removing ifdef surrounding #include after being cited for portability violation.
Bug #103579
2001-10-13 04:21:41 +00:00
seawood%netscape.com 6e81c34e68 Removing motif port from the tree.
Bug #89330 r=bryner sr=pavlov
2001-10-13 02:59:09 +00:00
law%netscape.com 21845f40df Fix for bug 100381; use OFN_NOCHANGEDIR to prevent saved-to directory from
being in-use (i.e., preventing rmdir); r=morse, sr=blake
2001-10-13 00:32:37 +00:00
law%netscape.com 4aad0d329a Fix for bug 91904, submitted by neil@parkwaycc.co.uk; add call to FlashWindow( .., FALSE )
when turning flashing off; r=law, sr=blake
2001-10-13 00:07:20 +00:00
sfraser%netscape.com 0059507887 Fix bugscape 10444. Fix crash when playing a sound a second time; I was casting from the wrong slice, so crashed calling a virtual method. r=sdagley, sr=dveditz 2001-10-12 21:05:15 +00:00
cls%seawood.org 185ba967bf Remove Motif port from build. Pull using MOTIF_LAST_RITES tag to resurrect (but why would you want to do a silly thing like that?)
Bug #89330 r=bryner sr=pavlov
2001-10-12 20:21:31 +00:00
seawood%netscape.com d571b3b8d7 nsILookAndFeel.h forward declares nsSize so include nsSize.h to actually get the class info.
Bug #103579 r=pavlov
2001-10-12 06:23:17 +00:00
dbaron%fas.harvard.edu 2dcf82b72b Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
katakai%japan.sun.com fafe5a6b2e bug 103611
Autocomplete popup comes up unexpectedly (regression by checkin for bug 81360)
NS_TEXT_EVENT=null seems to invoke the popup window, so
we need to avoid the event when no composed text by clicking on fields.
r=bryner sr=blizzard
2001-10-12 00:48:02 +00:00
sspitzer%netscape.com ef119303bf fix for #104226. instead of using "Mailbeep" (the windows system sound for new mail notification)
use "_moz_mailbeep".  on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config.  (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser

also, fix #104252.  selectively notify folder listeners.  when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
nhotta%netscape.com 7fe8a0eecb Added nsIUnicodeEncoder::SetOutputErrorBehavior to avoid the truncation of charse conversion, bug 92864, r=ftang, sr=sfraser. 2001-10-11 18:36:39 +00:00
sfraser%netscape.com 24ce8c2ed6 Fix bug 104140. Add support for playing system sounds, or the mail sound specified in Internet Config. Sound play is async. r=pinkerton, sr=sspitzer. 2001-10-11 18:33:47 +00:00
sfraser%netscape.com aef383e044 Fix bug 100472 -- play sounds asynchronously on Mac, cache sounds using necko, and deal with lots of different sound formats. r=pinkerton, sr=sspitzer. 2001-10-11 00:34:34 +00:00
pinkerton%netscape.com b8dfb23b58 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 9751d70f08 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 53151b350d 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 4649022378 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 d559f00941 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 2f36a21161 r=sdagley/sr=sfraser/a=asa bug#102204 2001-10-05 14:16:51 +00:00
pinkerton%netscape.com 478bf83b9c bug 102204, r=sdagley sr=sfraser a=asa. 2001-10-05 14:16:20 +00:00
pinkerton%netscape.com 57b356883a Truncate menu items to 300px. r=sdagley/sr=sfraser/a=asa. bug# 98455 2001-10-05 14:12:35 +00:00
pinkerton%netscape.com 69578fa8ce 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 4ea4c97e4f #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 531ff3222b 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 90f0c7504c 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 37c60405a3 Bug 101885
Use WideCharToMultiByte() to convert the titleStr
/r=shanjian; /sr=brendan
2001-10-02 23:56:47 +00:00
seawood%netscape.com 3b1e15e6fd 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 5b6de9f204 Check for library version defines before using them.
Bug #100782 r=blizzard
2001-10-02 21:39:52 +00:00
mkaply%us.ibm.com aa03c45c2c OS/2 debug only bustage - need nsSize.h 2001-10-02 21:24:16 +00:00
dbaron%fas.harvard.edu d28128ba99 Fix DEBUG bustage. b=96971 2001-10-02 03:52:52 +00:00
dbaron%fas.harvard.edu 0cc7ea34da 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 4021e7798d 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 fdc4078bc4 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 79c781e31f 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 2523baa24a 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 a9b96af2fb 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 f385eb981a 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 48d2ac6b1d 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 ed289c7d02 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 fa5a133a21 OS/2 REQUIRES bustage 2001-09-28 02:19:29 +00:00
serge%netscape.com 8b5e04ccf2 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 14bc4d2984 OS/2 REQUIRES bustage 2001-09-28 01:28:34 +00:00
dbaron%fas.harvard.edu 5489d1d89b Attempting to fix OS/2 bustage by adding REQUIRES and fixing MODULE. 2001-09-28 00:24:55 +00:00
sfraser%netscape.com 9dfc2edfea Include MacTypes.h via system, not user paths. r/sr=floppymoose 2001-09-27 22:17:36 +00:00
sfraser%netscape.com fbb329807b 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 86a5edfd3d 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 5335cdf1e7 Semantics of NS_IMPL_THREADSAFE_ISUPPORTS* changed.
Fixing beos tinderbox bustage
2001-09-27 15:39:33 +00:00
locka%iol.ie 09571edb71 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 b3d1f5a381 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 43a201be82 #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 37e2fda27c #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 0485447596 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 adb51353dd 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 03be6dff68 Backing out 100498 for now. Mac problems 2001-09-25 05:54:10 +00:00
aaronl%netscape.com 587dda6efb 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 c2ea45912b 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 bb781ad2d2 Clean up REQUIRES, r=cls 2001-09-25 02:56:54 +00:00
pinkerton%netscape.com a1497d7942 oops, left in a debug printf. 2001-09-24 22:43:56 +00:00
pinkerton%netscape.com 283ed6a35d 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 bcd0cd3cda 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 f9a1e0610c 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 e29215b1e8 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 e0ec85753b 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
cls%seawood.org 6ece01608a Updating accessibility dependencies.
Bug #98371 sr=alecf
2001-09-19 00:11:41 +00:00
cls%seawood.org 08151cd0c9 Add accessibility dependencies.
Bug #98371 sr=alecf
2001-09-18 23:36:42 +00:00
cls%seawood.org f9f37f5eae Delete the semaphore used to sync timer callbacks when shutting down the appshell. This should prevent the timer thread from hanging on exit.
Bug #99564 sr=alecf
2001-09-18 23:25:30 +00:00
alecf%netscape.com 3a7172b12f fix for bug 100310 r=jag, sr=blizzard - remove gfx dependency on string bundles, move into windows-specific module 2001-09-18 22:02:30 +00:00
jaggernaut%netscape.com a99ca8449f Bug 89784: ``xlib 0.9.2 will not display to m64(8+24bit)/Expert3D/Creator3D framebuffers because of visuals/depths'', author=Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>, r=Caspian Maclean <caspian.maclean@tuxia.com>, sr=jst 2001-09-18 22:01:04 +00:00
jaggernaut%netscape.com ffc0281152 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 21:52:15 +00:00
blizzard%redhat.com 37d616397c Fix bug #80051. Attach the user running the mozilla process to the x remote windows so that another user running mozilla can run another copy of the process tothe same display. r/sr=alecf,shaver 2001-09-18 21:45:43 +00:00
pinkerton%netscape.com c0e35e8a13 work around bugs in CarbonLib's ::MenuSelect() with submenus. r=saari/sr=sfraser. bug#83639 2001-09-18 21:43:45 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com cf9912aa80 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com efc8c209fb Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
jaggernaut%netscape.com e055a4a2a4 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
mkaply%us.ibm.com 5133bac664 #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 04:34:45 +00:00
blizzard%redhat.com 8a6ec3fe3d Fix bug #99118. X remote client can't find any running clients. We need to find the inner window that is the window managed window, not just the toplevel windows. "I can't believe this ever worked." r=bryner,sr=alecf 2001-09-11 01:36:19 +00:00
alecf%netscape.com 898cb5872f add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls 2001-09-10 20:46:52 +00:00
jaggernaut%netscape.com a0b891b40a Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
blizzard%redhat.com fc0e29936f Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2001-09-08 05:08:13 +00:00
rjesup%wgate.com ee2b7e971b Bug 96710: (try 2). Right() takes number-of-chars-to-return, not position.
r=jag, sr=jst
2001-09-07 03:44:33 +00:00
shanjian%netscape.com bdb8525386 #90595 Crash when switch to different Simplified Chinese IME a few times
r=yokoyama, sr=waterson
2001-09-07 03:43:07 +00:00
bryner%netscape.com 03e9c1e1f3 Removing obsolete file. r=cls. 2001-09-07 00:38:23 +00:00
bryner%netscape.com 4c9852276a Bug 98420 - nsIFontRetrieverService, nsIFontNameIterator, and nsIFontSizeIterator are obsolete. Also, some cleanup to nsWidgetsCID.h. r=pavlov, sr=blizzard. 2001-09-06 23:50:02 +00:00
pinkerton%netscape.com b79402bc3c allow changing of the label of a submenu. r=saari/sr=smfr/a=asa. bug# 97549. 2001-09-06 22:48:18 +00:00
dougt%netscape.com 31c1842a29 Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
erson@netscape.com
2001-09-06 21:13:11 +00:00
rjesup%wgate.com 083d490fea Bug 96710: Misuse of string.Mid() - uses should be string.Right().
r=kin, sr=jst
2001-09-06 19:38:20 +00:00
jgaunt%netscape.com 78e3601787 patch for bug 98101 patch from jband r=jgaunt sr=waterson
add OBJDIR to 2 makefile.win files
2001-09-06 18:48:40 +00:00
dbaron%fas.harvard.edu 9d6016aa89 Fix topcrash bug 96563 by reading only the number of characters of string that we have, rather than double that number. r=pavlov sr=blizzard 2001-09-06 14:30:38 +00:00
bryner%netscape.com 10634ca9ba Removing obsolete/unused file. Not part of the build. 2001-09-06 00:08:42 +00:00
valeski%netscape.com ac33036169 r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com b90d3cab95 Bug 92581: [xlib] Implement Xlib error handler for Xlib-toolkit. Patch by Roland Mainz (aka gisburn) <Roland.Mainz@informatik.med.uni-giessen.de>, r=syd, sr=kin 2001-09-05 11:34:29 +00:00
bryner%netscape.com 9aabbe314d Removing unused/obsolete file. r=pavlov. 2001-09-05 08:19:53 +00:00
bryner%netscape.com c1367ec509 Removing obsolete/unused file. Not part of the build. 2001-09-05 01:04:31 +00:00
bryner%netscape.com 164f5114c9 Removing obsolete/unused file. Not part of the build. r=cls. 2001-09-05 00:48:43 +00:00
bryner%netscape.com 72caeaed39 Oops -- missed adding this code from nsFileWidget. This should fix the beos bustage. 2001-09-05 00:17:04 +00:00
cls%seawood.org 62f36614e0 Updating REQUIRES 2001-09-04 23:30:27 +00:00
blizzard%redhat.com 14a75d62b4 Ongoing WIP for new X Remote code. Not part of the build. 2001-09-04 22:59:39 +00:00
bryner%netscape.com ce50e7630f Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben. 2001-09-04 22:56:38 +00:00
saari%netscape.com e69e5c9785 checking in mac project changes for bryner, bug 47551 2001-09-04 22:54:02 +00:00
bryner%netscape.com 530641777d Bug 95556 - removing obsolete native textarea widget. r=jag, sr=blizzard, a=blizzard. 2001-08-31 23:10:11 +00:00
hyatt%netscape.com 0f94a7564d CHecked in the wrong version of my patch for 71143. This is the one attached to the bug. 2001-08-30 01:27:37 +00:00
hyatt%netscape.com f3dfd545fc CHecked in the wrong version of my patch for 71143. This is the one attached to the bug. 2001-08-30 01:27:21 +00:00
hyatt%netscape.com efa1d65a7f fix for 71143. r=markh, sr=ben, a=roc 2001-08-29 22:31:38 +00:00
pinkerton%netscape.com 73d83320cc turn on extension filtering for fizzilla. allow packages to be chosen when filter is *. r=pchen/sr=sfraser/a=dbaron. bug# 91021 2001-08-29 21:34:14 +00:00
pinkerton%netscape.com 0bdb0677b8 bulletproof SetCursor() calls for osx. r=pchen/sr=sfraser/a=dbaron. bug 97302. 2001-08-29 21:33:17 +00:00
briane%qnx.com 46ab2973e6 PHOTON build only
Fixes to work with the static builds
2001-08-28 18:10:49 +00:00
mkaply%us.ibm.com 48aeb47819 #97166
r=mkaply, sr=blizzard, a=asa for drivers
OS/2 only - Code from aaronr - workaround crash using XCenter/XWorkplace
2001-08-28 13:18:24 +00:00
rjesup%wgate.com 66340c96e8 Bug 94569: Move xlib & xprint over to xxlibrgb* api. Patch by gisburn, I'm
just checking it in for him.  a=asa, r=jag, r=Tomi.Leppikangas@oulu.fi,
r=cls (Makefile changes), sr=kin
2001-08-27 06:45:49 +00:00
hyatt%netscape.com 68aeb7e224 Fix Mac bustage. 2001-08-25 06:42:37 +00:00
jaggernaut%netscape.com 9f2ee25573 Part of bug 95475 2001-08-25 05:08:27 +00:00
jaggernaut%netscape.com a412035ecd Fixing mac bustage. 2001-08-25 03:52:11 +00:00
pinkerton%netscape.com ec5a4d379e remove #ifndef TARGET_CARBON since it's not needed. r=pchen/sr=sfraser/a=dbaron. bug# 96907. 2001-08-25 01:25:42 +00:00
sfraser%netscape.com 9a6041c61f Fix bug 96232, crash while typing if tooltip is showing. Add kung fu death grip on the nsMacWindow. r=pinkerton/brade, sr=brendan, a=drivers 2001-08-23 00:23:45 +00:00
pinkerton%netscape.com 2ef6412172 rollup popups when a toplevel window hides. makes popups go away about the same time in destruction sequences as on win32. r=pchen/sr=sfraser/a=asa. bug 89373. 2001-08-23 00:23:30 +00:00
pinkerton%netscape.com cc897b845e fix for strlen being called on a null string when there is no text to convert to the platform charset. r=pchen/sr=sfraser/a=asa. bug# 92755. 2001-08-22 22:21:43 +00:00
danm%netscape.com 8d188e8bc5 allow larger windows when sizing with the mouse. also moved standard-state calculation to nsMacWindow. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:18:45 +00:00
danm%netscape.com e61b8f63de always adjust maximized ("standard") window size before zooming. some code by rjc@rjcdb.com. bugs 80431,95740 r=hyatt,pinkerton 2001-08-22 00:17:04 +00:00
rjesup%wgate.com 7fe12ca293 Bug 96137. Fix array accesses. r=pavlov@netscape.com, sr=jst@netscape.com 2001-08-21 18:34:40 +00:00
dbaron%fas.harvard.edu 716f9f4695 Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
bryner%netscape.com e0cf880963 Fixing mac bustage, I hope. 2001-08-17 09:44:54 +00:00
bryner%netscape.com 3553f271a4 Fixing win32 bustage. 2001-08-17 09:09:27 +00:00
jgaunt%netscape.com 00f903a8da fix for bug 94768
r=smfr,leaf
sr=hyatt
2001-08-17 03:13:07 +00:00
bryner%netscape.com 055ba897d8 More bustage fixing (sorry). 2001-08-16 09:09:41 +00:00
bryner%netscape.com 7927a19226 Oops, fixing mac bustage. 2001-08-16 08:17:31 +00:00
bryner%netscape.com db2a4e9803 Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard. 2001-08-16 06:58:03 +00:00
timeless%mac.com 227770d1fe Bugzilla Bug 91961 [xlib] Thread Local Storage issues in nsToolkit.cpp result in crash
patch by timecop@network.email.ne.jp r=zuperdee,Tomi.Leppikangas@oulu.fi sr=blizzard
2001-08-15 02:49:01 +00:00
dinglis%qnx.com 0c7edf70e4 PHOTON port only (not part of build)
fix for static build
2001-08-14 13:57:41 +00:00
cls%seawood.org 8405a1984e Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
yokoyama%netscape.com b933932240 Bug fix 91250:
Adding a return Boolean from nsIFontEnumerator::UpdateFontList()
to identify if the font lang group has changed from
receiving the WM_FONTCHANGE msg.
/r=rbs;/sr=brendan
2001-08-14 02:32:10 +00:00
mkaply%us.ibm.com 52aeb1577d Fix OS/2 fallout from removal of old imglib.
OS/2 now has no image tiling and no 256 color support.
And I bet windows lost any reasonable 256 color support as well.
2001-08-10 04:39:17 +00:00
bryner%netscape.com 654db06f37 Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard. 2001-08-10 00:58:52 +00:00
pavlov%netscape.com b72c324af1 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
ftang%netscape.com 86a59bc23d fix bug 92503, use the CFString version of api to set window title on MacOSX and later. r/sr=sfraser 2001-08-09 12:07:56 +00:00
aaronl%netscape.com 09b26798ab Fixes bug 94238, accessibility return error codes were incorrect. r=jgaunt, sr=waterson 2001-08-09 04:59:10 +00:00
mkaply%us.ibm.com 5990cffe52 #94150
r=mkaply, a=blizzard
Code from aaronr - return proper class for scrollbar
2001-08-09 03:34:12 +00:00
mkaply%us.ibm.com 1134aee261 #86481
r=mkaply, a=blizzard
Code from jblanco - user NS_PLUGIN_ACTIVATE message to give focus to plugins
2001-08-09 03:30:52 +00:00
bryner%netscape.com 28713918ec part of 93467 - remove old native radiobutton code. r=blizzard, sr=hyatt. 2001-08-08 04:01:11 +00:00
hyatt%netscape.com f45f00c1cd Fix Mac bustage. 2001-08-06 23:25:55 +00:00
jgaunt%netscape.com 151fe68669 bug 77648 implementing get_AccSelection
r=aaronl sr=brendan
2001-08-06 21:52:01 +00:00
hyatt%netscape.com 079c95cba2 Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
bryner%netscape.com c2f7822cfa Bug 93467 - removing remaining references to native combobox and nsIComboBox interface. r=pavlov, sr=blizzard. 2001-08-06 21:19:11 +00:00
zuperdee%yahoo.com 2366b15e8a Bug 77344, Xlib-toolkit Mozilla crashes when printing. Patch by
Roland.Mainz@informatik.med.uni-giessen.de, r=timeless, sr=waterson,
a=blizzard.
2001-08-05 23:25:49 +00:00
cls%seawood.org ea286dfe7f Add keyboard shortcuts support for BeOS.
Thanks to Arougthopher <arougthopher@lizardland.net> for the patch.
Bug #70181 r=cls
2001-08-04 04:35:39 +00:00
pinkerton%netscape.com 652f7a7ea9 Fixing nsCOMPtr includes for gcc. fixes build bustage. r=beard. 2001-08-04 02:51:28 +00:00
bryner%netscape.com f55b28805c Removing obsolete widget tests. r=pavlov,cls. 2001-08-04 00:08:32 +00:00
aaronl%netscape.com 045459d7b9 Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan 2001-08-03 08:15:20 +00:00
timeless%mac.com 64a58d2bd4 Bugzilla Bug 92770 ChatZilla fails in Xlib-port build [couldn't find sound component]
by timecop@network.email.ne.jp r=roland.mainz@informatik.med.uni-giessen.de sr=waterson
other contract id removed as suggested by waterson - cvs log is your friend
2001-08-03 05:39:00 +00:00
bryner%netscape.com b2c1b3b770 Removing unused native combobox implementation. r=cls. 2001-08-03 02:07:41 +00:00
bryner%netscape.com 85cca9a053 Removing unused native combobox implementation. r=cls. 2001-08-03 00:26:19 +00:00
bryner%netscape.com 3074b82939 Removing unused native combobox implementation. Not part of the build. r=cls. 2001-08-02 23:22:18 +00:00
cls%seawood.org 02a6e26584 Adding support for repeating timers under BeOS (should also make anim gifs work now).
Bug #78069 r=VYA04230
2001-08-02 23:19:26 +00:00
danm%netscape.com 7fc84a6001 make GetParent return null if the window has been destroyed. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:24 +00:00
danm%netscape.com ad8345e05c unlink the parent from a destroyed child just after the child is unlinked from the parent. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:07 +00:00
pinkerton%netscape.com 55ac1eedef allow drops from apps that only support 'copy' operations. r=pink/sr=hyatt. from
markh@activestate.com. bug#78033
2001-08-01 00:43:11 +00:00
blizzard%redhat.com 787a937b82 start of gtk2 port. WIP. Not part of the build. Start stubbing out code. 2001-07-25 22:05:10 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 240acc795d Adding startup splash screen support for BeOS.
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com>
2001-07-25 02:22:54 +00:00
mkaply%us.ibm.com 9ac4b497a5 #88679
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for timecop - drag and drop stuff on xlib
2001-07-25 01:18:34 +00:00
mkaply%us.ibm.com 3cdbfe8a7f #91851
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup event handling in xlib
2001-07-25 01:15:59 +00:00
mkaply%us.ibm.com abf2441996 #89900
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup xlib nsAppShell::Run
2001-07-25 01:11:49 +00:00
blizzard%redhat.com feaf05a2df Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
pinkerton%netscape.com fdb85daee5 clean up error cases with assertions, fix a buffer leak. use the appropriate clipboard api under carbon so we don't cause a conversion from text->unicode when simply checking if a flavor is present. r=pchen/sr=hyatt. bug#84143. 2001-07-24 20:47:11 +00:00
jcgriggs%sympatico.ca 1e368bddce remove code that writes to console in non-debug mode (Bugzilla #78663) 2001-07-24 19:09:35 +00:00
bryner%netscape.com 1f019c8366 Bug 82834 - filepicker should use busy cursor while the user is waiting for an operation to complete. This also fixes a problem on linux where calling SetCursor didn't take effect until we returned to the gtk event loop. r=jag, sr=blizzard. 2001-07-24 03:03:45 +00:00
jaggernaut%netscape.com 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
briane%qnx.com dced326bb4 PHOTON Port only (not part of build)
Bug fixes for font rendering, list scrollbar selections and the addition
of nsSound.cpp to the Makefile.
2001-07-23 20:10:05 +00:00
mkaply%us.ibm.com d897b5f9bf #91760
r=dbaron, sr=tor
XLIB only - Checkin for Roland.Mainz@informatik.med.uni-giessen.de - crash shutting down
2001-07-22 13:24:51 +00:00
saari%netscape.com 192a6ccda0 fixing 77675, windows stealing focus from each other. r=bryner, sr=hyatt 2001-07-20 08:14:44 +00:00
mkaply%us.ibm.com 9e52fe8ce3 #89183
r=javier, a=blizzard
OS/2 only - convert CRLF on any Unicode paste
2001-07-19 22:05:29 +00:00
pinkerton%netscape.com 25689e8ae5 update scrolling routine for carbon, remove target_carbon part of our old classic ScrollRect code. r=saari/sr=scc. bug#35534. 2001-07-18 23:15:02 +00:00
pinkerton%netscape.com 6bfee84849 fix cast. r=dbaron/rs=hyatt. bug# 83890. 2001-07-18 21:46:08 +00:00
pollmann%netscape.com 4ea3e7f87e Bug 43410: Correct z-index ordering of iframes. This PlaceBehind() call is needed on Windows to cause the actual ::SetWindowPos system call that reorders the widgets to be made. Mac and Gtk do not implement PlaceBehind and should not be affected by this change. Fix includes work by beard@netscape.com. r=beard@netscape.com,self sr=jst@netscape.com 2001-07-18 08:21:22 +00:00
pinkerton%netscape.com 1a97efd7f1 fix build bustage with nsMenuEvent 2001-07-18 01:09:46 +00:00
pinkerton%netscape.com c686c8546c fix phantom scrollbar for kensington scrollmouse. r=pchen/sr=hyatt. bug# 63463. 2001-07-17 21:00:57 +00:00
bryner%netscape.com bee800790f Bug 84023 - avoid an extra copy of the event struct when passing around resize events. Patch from Tomi.Leppikangas@oulu.fi, r=bryner, sr=tor. 2001-07-17 00:32:53 +00:00
pinkerton%netscape.com 7ebb969ca1 Under carbon, don't use the modal dialog proc for all dialogs since that enforces modality and we may not want that. r=pchen/sr=scc. bug# 88709 2001-07-16 18:41:27 +00:00
colin%theblakes.com 5d85f1d3a9 OpenVMS has to use poll (not select) when dealing with the
X Connection Number. b=87175 r/sr=blizzard
2001-07-16 11:36:06 +00:00
dbaron%fas.harvard.edu 7ff5cd5a08 Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 07:13:32 +00:00
dbaron%fas.harvard.edu 278f6c8af3 Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 04:39:02 +00:00
dbaron%fas.harvard.edu 8cdad9df2e Header include dependency cleanup. b=64023 2001-07-16 03:42:59 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
dbaron%fas.harvard.edu 835d578950 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-15 22:57:29 +00:00
katakai%japan.sun.com 27f14ace89 bug 90415
Account setup wizard: XIM status window doesn't show when it's turned on
r/sr=blizzard
2001-07-13 08:59:34 +00:00
jaggernaut%netscape.com b5192d99c8 Bug 9449: ``Top (shell) level window does not render non-English unicode text properly''. Patch by Ilya Konstantinov <mozilla-bugzilla@future.galanet.net>, r=jag, sr=blizzard 2001-07-13 08:53:30 +00:00
mcafee%netscape.com 4699442169 printDepth usage needs to be wrapped in DEBUG_DND_XLATE as other usages are, fixing bustage 2001-07-11 01:58:58 +00:00
timeless%mac.com 091faad0a8 "pocemit ... missed the obvious" 2001-07-11 00:41:57 +00:00
timeless%mac.com 6d07ce842b Bugzilla Bug 88457 [xlib] missing some critical cursors / css3 cursors
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:44:03 +00:00
timeless%mac.com 7dcd344ecc Bugzilla Bug 38444 Complete support of CSS2/3 cursors on Gtk
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:37:30 +00:00
jdunn%netscape.com 949931525e fixing tinderbox bustage on at least irix & hpux 2001-07-09 22:20:34 +00:00
mkaply%us.ibm.com 5ca278dcc4 No Bugzilla bug - IBM PMR 83558 (If Netscape can do it, we can do it :)
r=mkaply, sr=blizzard
OS/2 only - Code from Rachit Kumar - fix for Shift+Tab not working on some Brazilian keyboards
2001-07-09 19:45:14 +00:00
mkaply%us.ibm.com 26d021a09e No Bugzilla bug - IBM PMR 83558 (If Netscape can do it, we can do it :)
r=mkaply, sr=blizzard
OS/2 only - Code from Rachit Kumar - fix for Shift+Tab not working on some Brazilian keyboards
2001-07-09 19:43:05 +00:00
blizzard%redhat.com 38a353a176 Bug #89438. Fix drag actions in drag and drop. Dragging in mail should work on Linux again. Also fixes bug #52764. r=pavlov,sr=tor 2001-07-09 19:35:10 +00:00
dinglis%qnx.com fee9dec9bf NOT PART OF BUILD
- fixed more rendering problems with scrolling views.
- fixed up scrollbars (not fully implemented)
2001-07-06 18:30:46 +00:00
cls%seawood.org 654b132df3 Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
yokoyama%netscape.com f93e3a6472 Bug 85813 - PDT+ crash when selecting an I18N text
initializes mRTLKeyboard or mLTRKeyboard
r=mkaply, yokoyama sr=sfraser.
2001-07-05 23:36:33 +00:00
dinglis%qnx.com 5aa453446f NOT PART OF BUILD (Photon Only)
- many fixes (rendering speedup, focus problems, fixed up colors)
2001-07-04 18:02:00 +00:00
mkaply%us.ibm.com dc72aeb2d8 #88209
[s]r=tor
xlib only - crash on ZDNet web benchmark
2001-07-04 03:37:30 +00:00
mkaply%us.ibm.com ef13ca58ff #58512
r=pocemit, sr=tor
xlib only - fix submenu placement
2001-07-04 03:34:24 +00:00
dbaron%fas.harvard.edu f7be311f28 Let GTK handle .gtkrc loading rather than try to do it ourselves (incorrectly). This allows GTK_RC_FILES to just work. Patch from martin.storsjo@pp.qnet.fi. r=pavlov sr=blizzard 2001-07-04 02:12:53 +00:00
jaggernaut%netscape.com 7543c1635d Bug 88413: nsString::GetUnicode() -> nsString::get(), part 2. Aka "the ones that snuck in". r=mozbot, rs=scc 2001-07-03 04:41:15 +00:00
yokoyama%netscape.com a084ef91a9 Bug 87991: checking in for ftang:
adding null terminate
/r=yokoyama sr=alecf
2001-07-03 00:21:56 +00:00
pinkerton%netscape.com 6fcbe2ec9a fix a warning. 2001-07-02 22:28:52 +00:00
pinkerton%netscape.com 6b69cf0704 last bit of 87911, default action is move, not 'none' 2001-07-02 22:22:01 +00:00
cls%seawood.org f422a4adb6 Fix for ProcessPendingEvents crash. Add event priority for BeOS
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #87337
2001-07-01 14:37:02 +00:00
cls%seawood.org 52d7838acf Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com 03ab87e4a1 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
jgaunt%netscape.com 96a2e5ce18 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +00:00
danm%netscape.com cebb9aa79d use use NET_WM standard to hint the UTF8 window title. bug 9449 code=future@galanet.net r=blizzard,pavlov 2001-06-29 01:53:37 +00:00
pinkerton%netscape.com a0cf32d3f8 Adding scrollwheel support for OSX via carbon events. Turning off phantom scrollbar hack under carbon. refactoring scrollwheel event dispatch so both can co-exist. r=beard/sr=sfraser bug 71045 2001-06-28 02:47:07 +00:00
pinkerton%netscape.com 8e4bbcfaee adding SetDragAction. r=saari/sr=sfraser. 2001-06-28 00:13:19 +00:00
pinkerton%netscape.com 9866c2f83f change cursor to show action feedback when keys held down. r=saari/sr=sfraser. bug# 87911 2001-06-27 23:38:42 +00:00
pinkerton%netscape.com 6dcc636b66 don't increment the number of menus unless the menu is actually visible. r=saari/sr=ben/a=asa. bug# 83430. 2001-06-27 06:36:34 +00:00
bstell%netscape.com 66be2716e7 bug 61439, r=blizzard, rs=aflec, a=chofmann
the X server forgets to set the Mode_switch bit during a keyboard grab
instead of trying to simulate the bit just ungrab the keyboard when the
Mode_switch key is down.
2001-06-22 03:38:39 +00:00
jat%princeton.edu f0f8b0b5f0 Removes console output in opt builds from gfx, gfx2, gtk.
Bugs 78645(r=cls, rs=blizzard, a=drivers(blizzard)) and 78665 (r=cls, sr=blizzard, a=drivers(blizzard)).
2001-06-22 01:35:39 +00:00
dougt%netscape.com b75edbef61 fixing bustage 2001-06-21 22:48:18 +00:00
dougt%netscape.com c306e0513b Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
colin%theblakes.com cbde98a558 For OpenVMS only, use XConnectionNumber instead of ConnectionNumber
b=76422 r/sr=blizzard a=chofmann
2001-06-21 13:26:38 +00:00
bryner%uiuc.edu 05e2d5a814 Bug 87025 - regression from static build landing which caused filepicker to not appear on win32. r=jag, sr=blake, a=tor. 2001-06-21 07:28:53 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
blakeross%telocity.com 657e21789a Big caret appears after select all on list items and a bunch of other related bugs (78949). r=sfraser sr=kin a=asa 2001-06-20 06:30:32 +00:00
dr%netscape.com 652fe9f148 fix for 78664 (windows widgets must not print to console in opt builds. also cleans up some leaky nsString printfs). r=jag, sr=hyatt, a=dbaron 2001-06-20 05:48:45 +00:00
pinkerton%netscape.com bf680fb7a4 init the window proc id to something valid so we don't get bit if it's not set (such as the hidden window). r=sdagely/sr=blake/a=asa. bug# 70355 2001-06-20 05:28:39 +00:00
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
vishy%netscape.com 5acff4f774 bugzilla 57576, backend support so that Mozilla components can have different Windows taskbar icons, patch to make it work correctly on Win98 where LoadImageW does not exist, so use LoadImage, code by law@netscape.com, r=nhotta, vishy, sr=alecf, a=asa 2001-06-20 01:47:29 +00:00
danm%netscape.com bb5b09be2c increase slop size when forcing newly opened windows onscreen, and force it onto the closest monitor, rather than the grayrgn's rect. bug 76790 r=hyatt,pchen a=blizzard 2001-06-19 00:21:17 +00:00
danm%netscape.com 1507adbb85 increase slop size when forcing newly opened windows onscreen. bug 76790 r=hyatt,pchen a=blizzard 2001-06-19 00:20:10 +00:00
tajima%eng.sun.com e43614b7b5 bug 56936 Can't copy Japanese string from emacs by mouse
(check in for katakai@japan.sun.com)
r=ftang sr=blizzard a=asa@mozilla.org
2001-06-18 23:52:02 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00