warren%netscape.com
b07497cbf4
Changed file transport worker count to 1 for ease of debugging. Revert later.
1999-07-10 11:26:53 +00:00
warren%netscape.com
4cc4f7d94f
Fixed some file channel problems. Works better now. Upped buffer size to avoid buffer full problems.
1999-07-10 11:26:51 +00:00
warren%netscape.com
7c731d4888
Upped socket buffer size to avoid buffer full problems.
1999-07-10 11:26:49 +00:00
warren%netscape.com
053aaa1a37
Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel.
1999-07-10 11:26:47 +00:00
warren%netscape.com
0879a196b3
Fixed scheme parsing code. Added outer param to NewLoadGroup.
1999-07-10 11:26:43 +00:00
warren%netscape.com
c8bfc4ccbb
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
587b2f0a69
Fix for bug 9566.
1999-07-10 08:20:09 +00:00
andreas.otte%primus-online.de
f73634c596
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
8c09626144
NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski
1999-07-10 07:58:11 +00:00
hyatt%netscape.com
de170f44cc
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
143f81ea46
Added a trailing slash for optimization.
1999-07-10 05:44:16 +00:00
warren%netscape.com
da430b8781
Top 100 sites for testing.
1999-07-10 05:21:07 +00:00
gagan%netscape.com
c9e9030668
Thou shalt parse thy URLs... again.
1999-07-10 05:00:23 +00:00
hyatt%netscape.com
7e86878e70
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
30f8e4f243
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
be48637f50
Fix for bug 9503.
1999-07-10 00:51:35 +00:00
blizzard%redhat.com
a6c4b411f6
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
5d6c22f4d6
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
a26616b71d
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
5e806075b3
Checking in for rhp. Workaround for 9455. Approved by chofmann.
1999-07-10 00:02:01 +00:00
briano%netscape.com
2dc92dac1d
Fix for AIX. Redundant -I's were making the compile lines too long.
1999-07-09 23:50:28 +00:00
pavlov%pavlov.net
8792734fb7
fix bug 9564 r=mcafee a=cyeh
1999-07-09 23:41:29 +00:00
waterson%netscape.com
74c95cffaf
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
c1a1f0c695
Bug 9431. Don't return failure if can't find bookmarks file.
1999-07-09 23:09:59 +00:00
mscott%netscape.com
28ea821413
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
2b32bb2d68
Not part of the build.
...
Initial documentation for the XPConnect sample
1999-07-09 22:51:50 +00:00
law%netscape.com
47bb1ad72a
Fix for bug #5635 ; reviewed by hyatt, approved by chofmann
1999-07-09 21:39:29 +00:00
sspitzer%netscape.com
6a72ea05b3
add some more people to the table. fix jefft's name.
1999-07-09 21:34:50 +00:00
briano%netscape.com
354096cd28
Automated update
1999-07-09 21:30:03 +00:00
briano%netscape.com
252675cd89
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
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
waterson%netscape.com
30e7325bb5
Bug 9365. Fix tree builder [Un]SetWidgetAttribute() for new content model. r=hyatt
1999-07-09 21:17:25 +00:00
rods%netscape.com
d6c8351da7
Commented out the setting of the return value in bottom of ProcessMessage
1999-07-09 21:08:09 +00:00
hyatt%netscape.com
f2ab023788
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
e5c6a3bd95
Bugs 8854, 8514. Update test cases to regress these bugs.
1999-07-09 20:42:55 +00:00
waterson%netscape.com
9c59e96e78
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
115179923a
(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
7e98bb02f5
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
159e84273c
Fixed up paste code to help support HTML paste
1999-07-09 19:43:59 +00:00
rods%netscape.com
1a6b6193b3
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
cc8be5442e
Added support for HTML and for Images (fixes bug #9367 )
1999-07-09 19:39:22 +00:00
rods%netscape.com
826e7ed935
Turned off debuggin
1999-07-09 19:38:28 +00:00
rods%netscape.com
e20d67e626
Added NS_DEFINE_STATIC_IID_ACCESSOR
1999-07-09 19:37:09 +00:00
sspitzer%netscape.com
45580beab9
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
309d210a33
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
8182f1cf23
took out some printfs
1999-07-09 18:59:55 +00:00
Michael.Kedl%Nexwarecorp.com
4a7f6fd6ee
Cleaned up clip rects for apprunner.
1999-07-09 18:47:23 +00:00
mscott%netscape.com
21034ce049
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
a53c780f0f
fix to previous commit for intrinsic sizing
1999-07-09 18:02:05 +00:00
mscott%netscape.com
c9a594d311
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