clayton
5ce067b14c
Added a first draft of POD documentation for the API commands. I wrote a
...
script to generate most of it and am going back to fix the pieces that
couldn't be automatically generated. I've gotten through ldap_compare
so far and will be done with all API docs by Tuesday night.
1998-08-10 21:56:09 +00:00
peterl%netscape.com
55802d5f4a
connect marginwidth & marginheight in body tag
1998-08-10 21:50:32 +00:00
kipp%netscape.com
4037a11b8e
Disabled old entity routines
1998-08-10 21:38:10 +00:00
kipp%netscape.com
9763869e28
Used generated entities file to translate entities
1998-08-10 21:37:55 +00:00
kipp%netscape.com
e83ccf323d
Build generate entities file
1998-08-10 21:37:36 +00:00
kin%netscape.com
6a721d60e9
Turn on ENDER by default in the builds.
1998-08-10 21:22:27 +00:00
kmcclusk%netscape.com
2e13a30725
Added a XtManageWidget implementation lifted from the XFE code. This fixes problems where the drawing area would
...
spontaneously resize itself to fit its contents.
1998-08-10 21:21:34 +00:00
kipp%netscape.com
9ff4cf6e85
Open the file for writing (doh)
1998-08-10 21:12:10 +00:00
kipp%netscape.com
4f64885dcd
Short circuit auto-detect logic (cuz it doesn't work here)
1998-08-10 21:11:31 +00:00
kin%netscape.com
a4c4e69740
Modified form_element_get_size() to call fe_HackTranslations() for all
...
form elements except the HTMLArea.
1998-08-10 21:11:07 +00:00
kipp%netscape.com
3bac417dc6
Updated
1998-08-10 21:10:36 +00:00
kipp%netscape.com
8564858fb4
Build entities table
1998-08-10 21:10:04 +00:00
kipp%netscape.com
26aff26150
Fixed assertion message
1998-08-10 21:08:36 +00:00
kipp%netscape.com
b07a3a3541
Handle EOF better for file streams
1998-08-10 21:08:21 +00:00
kin%netscape.com
f6f949e78c
Commented out some debug statements with ifdef DEBUG_kin.
1998-08-10 21:08:10 +00:00
kipp%netscape.com
0e089c065f
new
1998-08-10 21:07:40 +00:00
spider%netscape.com
c4175446f3
julian is 50 in free world
1998-08-10 20:38:48 +00:00
donm%netscape.com
ba8400e0d7
Fixes Unix build problem with MOZ_COOKIEMANAGE and MOZ_SINGLESIGNON
...
flags turned on. Approved by: Steve Morse
1998-08-10 20:38:26 +00:00
morse%netscape.com
c09154ac62
fixed bug involving freeing of memory that was never allocated, reviewed by Pinkerton
1998-08-10 20:36:41 +00:00
spider%netscape.com
acfe075d26
Unix changes to support xpfc
1998-08-10 20:01:52 +00:00
spider%netscape.com
99dc400da0
Updates for XPFC ... we've moved
1998-08-10 19:56:59 +00:00
spider%netscape.com
27ec6ebbf2
Updates for XPFC
1998-08-10 19:56:34 +00:00
spider%netscape.com
e4326edb6a
fixes for new xpfc
1998-08-10 19:46:33 +00:00
spider%netscape.com
41a8841d97
Fix build bustage
1998-08-10 18:50:59 +00:00
troy%netscape.com
4a3fb19b14
Added code to delete nsBrowserWindow object
1998-08-10 18:20:20 +00:00
michaelp%netscape.com
2acec3ffca
should fix build errors on unix.
1998-08-10 18:02:56 +00:00
rods%netscape.com
a43d191b9f
Fixed edge case for selection, selection at starting of line and moving to new content.
1998-08-10 17:46:34 +00:00
troy%netscape.com
796ff3b199
Stopped allocating array of size 0...
1998-08-10 17:44:54 +00:00
kipp%netscape.com
08463f0ae8
Fixed documents w/o titles bug #313016
1998-08-10 17:39:48 +00:00
troy%netscape.com
045207fdac
Removed an extra NS_ADDREF call that was keeping the timer object from
...
ever getting freed
1998-08-10 17:32:57 +00:00
karnaze%netscape.com
a1efa4c7bd
fixed "return" submission on a single text field
1998-08-10 17:26:20 +00:00
troy%netscape.com
359bfac72c
Fixed ClearTimeout() to free the timer closure struct
1998-08-10 17:25:35 +00:00
troy%netscape.com
d3b5d6cc63
Added GetClosure() member function
1998-08-10 17:24:36 +00:00
troy%netscape.com
9e6c9e9a29
Added memset of lfFaceName array to 0 for debug builds. This eliminates
...
a Purify warning
1998-08-10 16:53:14 +00:00
jfrancis%netscape.com
564f9d007b
Turning on ENDER.
1998-08-10 15:18:32 +00:00
troy%netscape.com
032bdaddec
Added call to Shutdown() of prefs object
1998-08-10 05:12:25 +00:00
sdagley%netscape.com
16453cb537
Fix #309842 . For some reason the call to NET_FinishInitNetLib() was commened out in the MacFE. Since this is where the cache is initialized and cookies are initially read, among other useful stuff, it seems like a bad idea to not call it.
1998-08-10 04:49:58 +00:00
karnaze%netscape.com
8d13db0971
adjusted sizing for text controls; default control is text; assertion cleanup
1998-08-10 04:28:17 +00:00
troy%netscape.com
f798df9ec4
Fixed leak of an IL color space in NewPixmap()
1998-08-10 04:25:35 +00:00
jwz%mozilla.org
a4a0684211
I could tell you what this patch was for, but then I'd have to shoot you.
1998-08-10 03:50:04 +00:00
troy%netscape.com
a1ddf26c8b
Fixed leak of async net context. Now there's only one net context used
...
for all image requests and its released when the image group is
destroyed
1998-08-10 03:33:49 +00:00
troy%netscape.com
3b0cf0d519
Stopped holding a reference to the device context, because the device context
...
holds a reference to the font cache and this was causing a circular reference
1998-08-10 02:34:00 +00:00
joki%netscape.com
a4cf136d27
Move disassociation of frame from view up from destructor to DeleteFrame to prevent event entrance during destruction
1998-08-10 02:28:23 +00:00
buster%netscape.com
1c270568c1
percent-width nested tables in fixed-width cells now use the computed
...
column width if available for computing their own width.
1998-08-10 02:16:18 +00:00
joki%netscape.com
7cea4a3946
Additional fixes to allow child webshells in framesets to be properly released.
1998-08-10 01:36:02 +00:00
joki%netscape.com
6d094cdbd0
Add RunGC method onto ScriptContext interface. Probably temporary until we have auto-gc'ing set up.
1998-08-10 01:33:34 +00:00
joki%netscape.com
d41161cea4
Fix possible addref on null pointer
1998-08-10 01:30:29 +00:00
karnaze%netscape.com
46e9b25173
added GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight to web widget, frameset codes calls it.
1998-08-10 01:01:27 +00:00
jwz%mozilla.org
829cd98506
add -DNO_SECURITY so that it works on the internal Netscape builds as well
...
(which do have security, but which do not have a libmime with S/MIME code.)
1998-08-10 00:24:00 +00:00
valeski%netscape.com
8b8bf0c055
removed the http:// assumption code from here to nsWebShell.cpp
1998-08-09 21:23:54 +00:00