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

33309 Коммитов

Автор SHA1 Сообщение Дата
radha%netscape.com afcae1c632 Don't include MsgCompose header files to invoke the Messenger when a mailto: is clicked.
Use ToolkitCore.ShowWindowWithArgs instead. I know about all that is going on
regarding using window.open instead of showwindowwithargs. But in this case,
I really have no choice. Plus, this code will go away when I get to use
NECKO's protocol registry.
1999-07-10 00:15:04 +00:00
nisheeth%netscape.com 2ace78659d Fix for bug 9387. Reviewed by vidur. Approved by chofmann. NS_NewURL's return value is checked for error in DoLoadURL(). We no longer crash when mailto links are clicked. 1999-07-10 00:13:25 +00:00
putterman%netscape.com 529d7311c0 Checking in for rhp. Workaround for 9455. Approved by chofmann. 1999-07-10 00:02:01 +00:00
briano%netscape.com 94f24d2436 Fix for AIX. Redundant -I's were making the compile lines too long. 1999-07-09 23:50:28 +00:00
pavlov%pavlov.net 1845e72687 fix bug 9564 r=mcafee a=cyeh 1999-07-09 23:41:29 +00:00
waterson%netscape.com 1fc35b0481 Bug 9546. Hard code width of window so window doesn't grow without bound when intrinsically sized. 1999-07-09 23:12:43 +00:00
waterson%netscape.com fab7044180 Bug 9431. Don't return failure if can't find bookmarks file. 1999-07-09 23:09:59 +00:00
mscott%netscape.com 8cf5392331 NECKO change only --> if we failed to get a content type we would crash because we were executing code even if
the return value was failure that dependend on the content type ptr being valid.
1999-07-09 23:07:50 +00:00
mang%subcarrier.org 8d53f7fafb Not part of the build.
Initial documentation for the XPConnect sample
1999-07-09 22:51:50 +00:00
law%netscape.com 6d95163e0e Fix for bug #5635; reviewed by hyatt, approved by chofmann 1999-07-09 21:39:29 +00:00
sspitzer%netscape.com 8647c1aef1 add some more people to the table. fix jefft's name. 1999-07-09 21:34:50 +00:00
briano%netscape.com ea5255563d Automated update 1999-07-09 21:30:03 +00:00
briano%netscape.com 7ae7a7d54f Minor variation of the fix for bug 9400 to prevent breaking systems not using X (BeOS, NTO). 1999-07-09 21:29:22 +00:00
warren%netscape.com 61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
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