waterson%netscape.com
bff23da9f1
Bug 9365. Fix tree builder [Un]SetWidgetAttribute() for new content model. r=hyatt
1999-07-09 21:17:25 +00:00
rods%netscape.com
b63737f9b2
Commented out the setting of the return value in bottom of ProcessMessage
1999-07-09 21:08:09 +00:00
hyatt%netscape.com
4e29132a5d
Changes to the tree widget to prevent memory whackage that's causing
...
crashes. This should fix several of the mailnews bugs. It's hard to
say exactly which of them will be fixed by this, since some of them
are caused by memory whackage and others are real bugs in the widget
itself.
Also adding in support for Troy's primary frame hashtable, thus ensuring
that when the tree widget dynamically deletes frames that the mappings
in the hashtable are removed (so that deleted frames won't accidentally
be retrieved).
1999-07-09 20:58:16 +00:00
waterson%netscape.com
e2f85472ad
Bugs 8854, 8514. Update test cases to regress these bugs.
1999-07-09 20:42:55 +00:00
waterson%netscape.com
99a3ebae55
Bug 8854. Fix CloseWidgetItem() to play nice with mixture of XUL and RDF content.
1999-07-09 20:41:41 +00:00
mscott%netscape.com
88b355f717
(Not part of the build) Add a table listing some folks for the auto completion stub. we complete off of email and first name.
...
Using the mime header parser to properly assemble the resulting string.
1999-07-09 20:40:57 +00:00
sspitzer%netscape.com
d88b9506c5
not part of build yet.
...
changes to not do autocomplete when we have a newsgroup.
eventually, we could implement newsgroup autocomplete pretty easy now.
1999-07-09 20:18:17 +00:00
rods%netscape.com
96b1b0347f
Fixed up paste code to help support HTML paste
1999-07-09 19:43:59 +00:00
rods%netscape.com
01da7a8017
Removed IIDs, now using GetIID
...
Added return of result code for various event methods (for Bug #8123 )
Added some casts in IME code to remove warnings
1999-07-09 19:41:46 +00:00
rods%netscape.com
5f57ef6305
Added support for HTML and for Images (fixes bug #9367 )
1999-07-09 19:39:22 +00:00
rods%netscape.com
2f86d683c9
Turned off debuggin
1999-07-09 19:38:28 +00:00
rods%netscape.com
8e6348a7e2
Added NS_DEFINE_STATIC_IID_ACCESSOR
1999-07-09 19:37:09 +00:00
sspitzer%netscape.com
e22ea6ecef
javascript to do addressbook autocompletion.
...
thanks to the almighty waterson for the help.
not part of the build yet.
1999-07-09 19:01:18 +00:00
sspitzer%netscape.com
983a3c575f
changes to get simple addressbook autocompletion working. not part of the build yet.
1999-07-09 19:00:31 +00:00
Michael.Kedl%Nexwarecorp.com
955cb0dcbe
took out some printfs
1999-07-09 18:59:55 +00:00
Michael.Kedl%Nexwarecorp.com
f31ebc948a
Cleaned up clip rects for apprunner.
1999-07-09 18:47:23 +00:00
mscott%netscape.com
354928a343
Not part of the build! First pass implementation for the address book auto complete session. right now it just returns
...
a hard coded string match.
1999-07-09 18:34:18 +00:00
pavlov%pavlov.net
f531067d2d
fix to previous commit for intrinsic sizing
1999-07-09 18:02:05 +00:00
mscott%netscape.com
1871fe9326
Not part of the build....this is the first pass at a couple of simple auto completion interfaces that sspizter and I
...
are taking a quick look at in order to get the ball rolling.
1999-07-09 17:55:19 +00:00
morse%netscape.com
aaaa8f144d
fix bug 9326 -- approved by chofmann
1999-07-09 17:49:33 +00:00
pavlov%pavlov.net
92fbe9c78e
turning intrinsic sizing on for unix part 2 r=saari a=chofmann
1999-07-09 17:25:14 +00:00
pavlov%pavlov.net
dc610ad202
turning intrinsic sizing on for unix part 1 r=saari a=chofmann
1999-07-09 17:24:16 +00:00
rickg%netscape.com
4657524afb
update to new nsStringTokenizer -- not in tip
1999-07-09 16:51:57 +00:00
putterman%netscape.com
26a5efdedd
Fix for 9081. Copy over all of old array. Reviewed by dp. Approved by chofmann.
1999-07-09 15:05:18 +00:00
ducarroz%netscape.com
f1cf16618b
Workaround for bug #9364 . The message compose window is hidden during the send process and close only when the send is done and succeeded. A=chofmann, R=rhp
1999-07-09 14:19:58 +00:00
ramiro%netscape.com
14b5f3774e
Polish.
1999-07-09 13:11:13 +00:00
ramiro%netscape.com
f9db338cc5
Polish.
1999-07-09 12:52:28 +00:00
ramiro%netscape.com
8a4543dc29
Add some useful debuggin information. This change does not affect any
...
functionality at all. Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs. In particular (but not
limited to) focus events.
1999-07-09 12:23:24 +00:00
ramiro%netscape.com
1c9b82ff42
Take out extra semicolon that is sure to break some compiler out there.
1999-07-09 12:15:12 +00:00
ramiro%netscape.com
5953cfe331
Add some useful debuggin information. This change does not affect any
...
functionality at all. Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs. In particular (but not
limited to) focus events.
1999-07-09 12:11:12 +00:00
ramiro%netscape.com
f2ce98faf9
Add some useful debuggin information. This change does not affect any
...
functionality at all. Its just a rearranging of some code and adding debug
stuff so that we can debug event related bugs. In particular (but not
limited to) focus events.
1999-07-09 11:15:59 +00:00
gagan%netscape.com
66f3cad02c
Fixed a warning for virtual destructor.
1999-07-09 09:35:30 +00:00
rickg%netscape.com
6ae572e3bd
back out erroneously updated files
1999-07-09 06:01:55 +00:00
rickg%netscape.com
805dbdcc10
added nsStringTokenizer.* files; but not in the makefiles yet
1999-07-09 05:11:25 +00:00
racham%netscape.com
a010c41a75
Added defaults dir to the list. Rev by gayatri. Approved by chofmann
1999-07-09 04:39:31 +00:00
racham%netscape.com
2b96bde315
Profiledefaults dir is the install directory. Rev by gayatri. Approved by chofmann
1999-07-09 04:33:32 +00:00
racham%netscape.com
c1fa2d6e2d
Added a check for defaults dir. Rev by gayatri. Approved by chofmann
1999-07-09 04:29:44 +00:00
sdagley%netscape.com
ed43893377
Part deux of the fix for #8491 . Had to add the ability to externally re-init NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari.
1999-07-09 04:03:51 +00:00
racham%netscape.com
16003c2585
Added makefile for defaults folder
1999-07-09 03:53:59 +00:00
racham%netscape.com
ffae88149b
defaults bookmarks file
1999-07-09 03:52:50 +00:00
dp%netscape.com
31be79266a
Fixing memory leaks and mismatched memory. bug #8935 bug# 9006
...
Thanks to david.gardiner@unisa.edu.au for finding the memory leaks
1999-07-09 03:45:19 +00:00
dp%netscape.com
184311e084
Fixing memory leak. bug# 9005 Thanks to <david.gardiner@unisa.edu.au>
1999-07-09 03:43:29 +00:00
dp%netscape.com
e52a749a8e
Fixed
...
- Mismatched alloc/free
- Guarded against null pointer and crash bug#8830
1999-07-09 03:41:27 +00:00
sdagley%netscape.com
b74558da9b
Fix for bug #8491 . Reviewed scc, approved chofmann. Provide support for environment variables on the Mac so PR_Log can query for what modules are actually supposed to be logged. See the bug comments for a description of how to set the enviroment variables.
1999-07-09 02:44:31 +00:00
valeski%netscape.com
7e9a9c8cb2
not in main build - nsFileTransport now implements nsIBufferObserver and it's thread waits and notifies when the underlying buffer fills up (for async i/o).
1999-07-09 01:38:40 +00:00
law%netscape.com
33a150df97
Fix for bug #8539 ; reviwed by sfraser, approved by chofmann
1999-07-09 01:25:03 +00:00
law%netscape.com
c97e729f96
Fix for bug #8537 ; reviwed by sfraser, approved by chofmann
1999-07-09 01:23:33 +00:00
law%netscape.com
4fd7e0f496
Fix for bugs #8537 and #8539 ; reviwed by sfraser, approved by chofmann
1999-07-09 01:22:08 +00:00
law%netscape.com
1de86503e6
Fix for bug #9377 ; reviewed by matt@netscape.com; approved by cyeh@netscape.com
1999-07-09 01:19:28 +00:00
sfraser%netscape.com
4bdfde487c
Fix for 7060 -- new blank page crashes on windows. Changed from using about:blank to empty_doc.html, because about:blank barfs on Windoze. r kin, a chofmann
1999-07-09 01:17:29 +00:00