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

33371 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 5fe24074f1 Changed warning to assertion because this is the next thing we need to fix. 1999-07-10 11:08:09 +00:00
hyatt%netscape.com bd33391b05 Fix for bug 9566. 1999-07-10 08:20:09 +00:00
andreas.otte%primus-online.de b0a1bfd2ff NECKO only: changed string/error handling in NS_MakeAbsoluteURI A: chofmann R: valeski 1999-07-10 08:00:55 +00:00
andreas.otte%primus-online.de 0954d17559 NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski 1999-07-10 07:58:11 +00:00
hyatt%netscape.com 41f0fe1a0f In a fit of complete stupidity a couple of days ago, I checked in an altered
navigator.css file that changed the print button's image to the back button's
image. (I was demonstrating the ability to change the chrome to someone,
and never removed the change, and then it slipped in with my real changes).

Backing out this change and fixing the poor print button.
1999-07-10 07:43:05 +00:00
gagan%netscape.com 78a610b362 Added a trailing slash for optimization. 1999-07-10 05:44:16 +00:00
warren%netscape.com 6ae8a65f2b Top 100 sites for testing. 1999-07-10 05:21:07 +00:00
gagan%netscape.com cc251f6406 Thou shalt parse thy URLs... again. 1999-07-10 05:00:23 +00:00
hyatt%netscape.com 9af43ac043 Batching removal and making sure I get notified (in an attempt to fix some
of the out of sync problems the tree widget is having).
1999-07-10 01:10:40 +00:00
ssu%netscape.com 49db3865be fixing bug #8818 under Win98. Approved by chofmann@netscape.com. Reviewed by dveditz@netscape.com. 1999-07-10 01:09:52 +00:00
hyatt%netscape.com 6830e1839d Fix for bug 9503. 1999-07-10 00:51:35 +00:00
blizzard%redhat.com dc793ce800 fix profile manager bustage for xlib widgets. this is not part of the build. 1999-07-10 00:23:05 +00:00
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