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

58111 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 245059c4ee Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf. 2000-04-13 04:50:39 +00:00
sfraser%netscape.com b7f4874e82 No need to #include nsIGfxTextControlFrame.h any more. 2000-04-13 04:49:52 +00:00
ducarroz%netscape.com aa9c0b8b9c Add xpfe/components/autocomplete to the build. R=alecf. 2000-04-13 04:49:50 +00:00
ducarroz%netscape.com 8506e067ce Add CSS binding for new XBL autocomplete widget. R=alecf. 2000-04-13 04:49:28 +00:00
ducarroz%netscape.com da3a4e2064 Fix makefile error. R=alecf 2000-04-13 04:49:23 +00:00
nisheeth%netscape.com 0675773d3a Back out earlier fix to bug 13565. I shouldn't remove the code that dumps XML error messages to the console because the browser window is not going to be around all time, for example, in the case of the profile manager window. 2000-04-13 04:43:37 +00:00
nisheeth%netscape.com 8e74f09317 Fix for bug 13565. Removed code that dumps XML error messages to console because error messages now show up inside the browser window. 2000-04-13 04:13:41 +00:00
beard%netscape.com 7e9990507f XP_MAC improvements, stack walking, pc to name translation, early toolbox initialization so console will pop-up in correct location. 2000-04-13 03:51:43 +00:00
beard%netscape.com 7534c689cc [not part of build] since MacOS isn't preemptive, make FASTLOCK a no-op. 2000-04-13 03:27:51 +00:00
erik%netscape.com f2f541d32f bug 35515; get *-iso10646-1 fonts to work by correcting the test for glyph
availability; bug 35665; add support for microsoft-cp1251 fonts
2000-04-13 03:24:13 +00:00
jim_nance%yahoo.com 8cfc5e80c0 Fixes for bug 35466 from wtc, along with some suggestions for better
compiler flags from Jeff D. at Compaq.  This should not affect anything
other than Tru64 Unix.  If it does I can be reached at 919.859.3885
2000-04-13 03:13:14 +00:00
tbogard%aol.net f0456d1d48 Moved the implementation of nsIRefreshURI into the docShell. Reordered CreateFixupURI to try simply creating the URI before actually doing any munging. Stop now calls CancelRefreshURITimers. String version of LoadURI now properly puts up error boxes for missing protocols. 2000-04-13 03:11:44 +00:00
tbogard%aol.net 59d7f8bbee Moved the implementation of nsIRefreshURI into the docShell. When the webShell is getting destructed make sure we call Destroy. 2000-04-13 03:11:25 +00:00
tbogard%aol.net a9bcbb88da Make DocShell link with the timer library so it can call NS_NewTimer. 2000-04-13 03:05:35 +00:00
mscott%netscape.com 4ef2e2c271 Bug #35661 --> don't try to load a message if we are about to delete it
r=putterman
2000-04-13 03:03:50 +00:00
sspitzer%netscape.com c5fec07319 fix for #11043. implement news biff. thanks to tobias@adamson.com for contributing this patch. r=sspitzer 2000-04-13 02:59:01 +00:00
tbogard%aol.net d196ece817 WebShell no longer creates the plugin host. nsObjectFrame now gets it from the service manager instead of trying to get it from the webshell. 2000-04-13 02:56:05 +00:00
tbogard%aol.net 2ed55be1d9 Implemented SetFocus. 2000-04-13 02:54:38 +00:00
sspitzer%netscape.com be06b6be6d fix for #34791. "check new mail" -> "check new messages". 2000-04-13 02:53:55 +00:00
tbogard%aol.net ec564797d5 Get the service for the plugin host. Don't bother requesting it from the container. 2000-04-13 02:53:18 +00:00
tbogard%aol.net 630216d09d When the object goes away due to the last ref on the object, make sure to Destroy() so we free everything up that is usually done there. 2000-04-13 02:52:34 +00:00
beard%netscape.com a011ebff90 builds gc 2000-04-13 00:37:00 +00:00
beard%netscape.com 926ba002f5 Added gc_allocator.h to project and gc.lib to link against. 2000-04-13 00:28:40 +00:00
beard%netscape.com f1a26f0ae3 linking in gc.lib from ../../gc/boehm 2000-04-13 00:16:58 +00:00
beard%netscape.com 2af692cce9 Not part of build, Makefile used by JS2 2000-04-13 00:16:03 +00:00
mjudge%netscape.com 7caea63ed1 a=gramps. smoketest fix for 35590 2000-04-13 00:15:02 +00:00
beard%netscape.com 129ddf18e9 enabling GC on all platforms 2000-04-13 00:14:23 +00:00
edburns%acm.org 1176c0f8b4 bug: http://bugzilla.mozilla.org/show_bug.cgi?id=32011
Add first function pointer integration to webclient for StarOffice.
This is necessary to allow events to be sent from mozilla to
StarOffice.
2000-04-13 00:12:50 +00:00
locka%iol.ie 6d95fdddec Moved control to components folder.
Put some hacks in around the calls to the non-reentrant NS_InitXPCOM so that the control can be used from VB
2000-04-12 22:54:54 +00:00
nisheeth%netscape.com 460a285995 Removing the header file because it is generated by IDL now. Not part of mozilla build. 2000-04-12 22:52:38 +00:00
dveditz%netscape.com 1eae54e4e0 get VC5 Mozilla build back off the floor, a=granrose 2000-04-12 22:48:54 +00:00
nisheeth%netscape.com b3fea5b8a8 Ongoing work to get Transformiix to build on Windows. Not part of the mozilla build. 2000-04-12 22:47:04 +00:00
nisheeth%netscape.com 3f463dfbb5 Ongoing attempt to get Transformiix building on Windows. Not part of mozilla build. 2000-04-12 22:34:04 +00:00
troy%netscape.com 890549a10c b=35603, r=jinjin@pacbell.net Fix for blocker (crash when selecting
text)
2000-04-12 22:22:58 +00:00
warren%netscape.com 15ae528e0d Added nsIStreamIO.idl 2000-04-12 21:32:15 +00:00
donm%bluemartini.com 20bcaa0560 Rewrite of repophook to pull changes from the bonsai database from a certain
date, and according to legaldirs rebuild the hook list of checkins.  This
had been broken since switching over from the flatfile checkinlog.
Reviewed and Approved by: Terry Weismann
2000-04-12 18:44:37 +00:00
ashuk%eng.sun.com 1c1397b664 Made fix for Find Dialog closing correctly on Solaris
a=ashuk
r=geetha.vaidyanaathan@sun.com
Bug=35514

_Ashu
2000-04-12 18:06:21 +00:00
norris%netscape.com 144d256be4 Fix bug 33841. 2000-04-12 17:30:32 +00:00
jdunn%netscape.com 2535df76ae adding include for tolower & toupper 2000-04-12 15:52:50 +00:00
troy%netscape.com a37259c6bd Fix for build bustage 2000-04-12 15:42:55 +00:00
sspitzer%netscape.com 26796affc9 fix for blocker bug #35591. 3 pane toolbar buttons don't work. 2000-04-12 15:32:27 +00:00
troy%netscape.com 43ba4ad192 Added support for measuring text runs in ascii, and changed text transformer
to leave the text as ascii if possible
2000-04-12 14:54:43 +00:00
rods%netscape.com 908dde773f Dirty reflows are treated like Incremental for optimization
The GetAbsoluteFramePosition didn't take into account if the comboxbox was had a prent view with no parent
b=35291
2000-04-12 14:51:10 +00:00
troy%netscape.com b2bf96d0c6 b=34731 Fixed bug in Unicode version of GetWidth() that takes a line break array.
Also added an ascii version of function
2000-04-12 14:49:46 +00:00
jdunn%netscape.com b0cbf76505 fixing typedef of an enum which broke hp builds.
r= akanna@netscape.com, johng@netscape.com
2000-04-12 14:44:46 +00:00
jdunn%netscape.com 9120846a94 Initialize the vars and make sure we 'NULL' them after we free them.
On HP (for example) there isn't a sound shared lib, so we ended up
freeing an uninitialized pointer.
r= dougt@netscape.com
2000-04-12 14:42:40 +00:00
jefft%netscape.com 354a26cd8b fixed bug 33566, 34252 - cancel from saveAs saveAttachment causes alert; r=scottip 2000-04-12 14:23:41 +00:00
dcone%netscape.com 267816d9ac Changed some tiling code. Cleanup up how DIB's and DDB's are cleaned up. 2000-04-12 13:52:10 +00:00
dcone%netscape.com ba0010a19e Changed some tiling code. 2000-04-12 13:47:03 +00:00
brade%netscape.com dcba534195 remove duplicate line 2000-04-12 13:30:32 +00:00