Commit Graph

759 Commits

Author SHA1 Message Date
racham
f07113bbbb Last line reffering to clicking on next button to reach account setup is removed - Bug 90536 1998-05-01 19:03:49 +00:00
racham
110416bfb3 Hypertext references modified & newentry Comm Setup - Bug 90536 1998-05-01 19:01:26 +00:00
racham
da759070b8 Account set Shortcut button (double arrow) suppressed 1998-05-01 18:59:44 +00:00
racham
3e3df33713 Navigational changes of bugs 110410, 107811, 90536 1998-05-01 18:58:30 +00:00
hyatt
43f82d561f Tweaks. 1998-05-01 18:58:01 +00:00
hyatt
9b00f50ed6 Patch from Jim Ewald to keep Mozilla from crashing when "About Navigator..." is selected. 1998-05-01 18:53:04 +00:00
hyatt
867381123c Fix for a thrown assertion when NavCenter is collapsed. 1998-05-01 18:52:28 +00:00
hyatt
5be103a762 Making the tree view 256-color friendly. Adding more customizability options. Turned the dividers
between nodes off by default.
1998-05-01 18:33:47 +00:00
chouck
52c4b3f3ae Fix for casts inside PR_FREEIF() inspired by <rkl@csc.liv.ac.uk> 1998-05-01 17:44:19 +00:00
chouck
80d1561824 Minor memory leak 1998-05-01 17:41:02 +00:00
spider
12597a1870 Fix UNIX build bustage on some systems where tweak_nspr gets appended to TARGET after inclusion of rules.mk, thus breaking nsinstall. 1998-05-01 17:11:13 +00:00
spider
4ef7e77974 Fix UNIX breakage when tweak_nspr is appended to TARGET on some systems (like mine) 1998-05-01 17:04:22 +00:00
timm
57de046632 changes for reggie 2 step 1998-05-01 10:37:35 +00:00
timm
b168f2585b Removed 'Cancel' from ProgressApplet, allow CPGeneratorProgress to restart 1998-05-01 10:31:14 +00:00
timm
ede12d798a Add "RegSource=APL" 1998-05-01 10:29:56 +00:00
timm
a6f3349dd1 changes for reggie 2 step 1998-05-01 10:29:17 +00:00
timm
59c25e8955 new reggie 2 step templates 1998-05-01 10:28:13 +00:00
timm
b080bb7bc6 new files for reggie 2 step 1998-05-01 10:25:21 +00:00
mccabe
b3743d8812 Added #if defined ( SNI ) to a few existing #if tests, for compiling
on SINIX.
1998-05-01 07:06:12 +00:00
rpotts
f9d512df9f nsSelectionRange.h is required by nsISelection.h 1998-05-01 05:56:08 +00:00
rpotts
11bc3a6660 nslayout.h is *all* lower case 1998-05-01 05:55:11 +00:00
rpotts
a5f550a102 fixed bustage... 1998-05-01 05:18:07 +00:00
rpotts
6513d52861 changed to use the new nsIURL support provided by netlib... 1998-05-01 05:07:49 +00:00
rpotts
8079b4ef67 added netlib to the include path... 1998-05-01 05:07:25 +00:00
rpotts
7063ac1b21 added the netlib import library... 1998-05-01 05:00:44 +00:00
rpotts
a212c6e957 Do not delete the nsIInputStream. Call Release() instead. Reference counting is important!! 1998-05-01 04:59:28 +00:00
rpotts
e600c605a4 added netlib to the include path 1998-05-01 04:56:26 +00:00
rpotts
3b789f2d14 added new module export macro NS_NET 1998-05-01 04:55:39 +00:00
rpotts
1eebfa43c5 removed nsURL.cpp from the build... 1998-05-01 04:55:01 +00:00
rpotts
aea366fb04 nsIURL.h and nsURL.cpp have been moved to mozilla\lib\libnet 1998-05-01 04:53:42 +00:00
rpotts
0f858aa87a the base module is now required by netlib :-( 1998-05-01 04:52:51 +00:00
michaelp
e8a178d998 InsertChild() with a zindex now does the right thing.
RemoveChild() now invalidates the area where the view was.
added NS_RELEASE() cleanup.
1998-05-01 03:15:31 +00:00
michaelp
45ee8e1c7a added NS_RELEASE() cleanup. 1998-05-01 03:14:03 +00:00
michaelp
ca92a841d3 fixed various shutdown and linked list management bugs. 1998-05-01 03:13:34 +00:00
michaelp
a2a2bfdfee killed erroneous comments. 1998-05-01 03:11:47 +00:00
michaelp
37f645e48b added additional cleanup when shutting down the websidget so that the
ViwManager will actually go away.
1998-05-01 03:11:13 +00:00
michaelp
46a1090996 added missing NS_RELEASE() after calling GetWidget(). 1998-05-01 03:09:53 +00:00
michaelp
20cd160d8d added missing NS_RELEASE() after getting a window in the cursor setting code. 1998-05-01 03:09:07 +00:00
michaelp
b2a1c85161 fixed bug in state management of clip rects. 1998-05-01 03:08:08 +00:00
montulli
91b8db16bb fix prototype 1998-05-01 02:24:39 +00:00
spider
d5f8decf8e Fix crash if root view is not setup properly during window creation 1998-05-01 02:18:39 +00:00
briano
fb087ba3ad Eliminated the confusing and pointless OS version macros. 1998-05-01 02:04:06 +00:00
briano
69e7b87e30 Converted the LINUX2_0 and MKLINUX references to just LINUX, and added danda's tweak from the OS/2 branch. 1998-05-01 01:54:32 +00:00
mccabe
57c82e0ec6 Another place where error reporting hadn't caught up to 16-bit
character strings; added a js_DeflateString call.  Thanks to gcc 2.8.1
for catching this - it complained about "char format, different type
arg (arg 4)" - which means that it looked in the (printf-style) format
string and checked type against it.  Wow.
1998-05-01 01:39:51 +00:00
hyatt
ad1904a0a4 Fix for a problem with the system color changing. 1998-05-01 01:26:08 +00:00
spider
24b26eda06 Code Cleanup... 1998-05-01 01:16:44 +00:00
hyatt
68b6cb17bc You can now click on the vertical bars to collapse the parent node. 1998-05-01 00:59:05 +00:00
scullin
d6308a21ea Added netcache requirement. 1998-05-01 00:58:36 +00:00
mccabe
f8b9b7e131 Restoring changes that were backed out because of a one-line error in
prmjtime.c.
1998-05-01 00:22:06 +00:00
montulli
4cc9f5cf4a fix proto 1998-05-01 00:04:12 +00:00