Commit Graph

12130 Commits

Author SHA1 Message Date
kipp%netscape.com
c10779fd3a Added some debug noise (disabled by default) for document creation 1998-11-23 17:18:08 +00:00
cls%seawood.org
8c50aa8388 Use MOZ_USER_DIR since it's already setup. 1998-11-23 17:13:39 +00:00
cls%seawood.org
5152f7b4d4 Check for libraries before functions and fixed detection of -c -o problem. Thanks to Tim Rice <tim@trr.metro.NET> for pointing those out.
Modified hcc & hcpp to work for any compiler that doesn't support -c -o, not just Unixware.   They expect the real compiler to be the first argument now.
1998-11-23 17:12:39 +00:00
leaf%mozilla.org
077ed505e6 Whacked set-timebomb.pl to whack nsNetService.cpp to kill seamonkey's
networking.
1998-11-23 11:16:32 +00:00
vidur%netscape.com
fe7eee67f9 Partial fix for bug 1256. A script context should always be created for each new script global object. 1998-11-23 08:09:11 +00:00
rickg%netscape.com
1889056650 improvements to entity parsing and viewing 1998-11-23 08:01:14 +00:00
wtc%netscape.com
fee8cf3706 A jumbo checkin, consisting of:
1. Ports to older revisions of some Unix variants, e.g., BSD/OS 1.1,
   OSF1 V2.0, etc., contributed by Brian Ostrom <briano@netscape.com>.
2. QNX port, also contributed by Brian Ostrom.
3. New macro USE_MACH_DYLD to represent the dynamic library loading
   API of NEXTSTEP and Rhapsody.
4. On platforms whose socket address has the sa_len field, make a
   copy of the PRNetAddr argument for PR_Bind, PR_Connect, and PR_SendTo
   and set its sa_len before passing it to the system calls.  This
   fix is suggested by Bert Driehuis <driehuis@playbeing.org>.
5. Removed the unused field _lockf64 of struct _MD_IOVector.  Not
   every Unix platform has lockf, and the POSIX file locking API
   uses fcntl.
1998-11-23 06:33:00 +00:00
mcafee%netscape.com
4a8d02c124 Switching to cvs module checkout, moved nspr checkout to nspr target. 1998-11-23 05:50:02 +00:00
troy%netscape.com
b8e18747a2 Added missing NS_RELEASE() to GetWidget() function 1998-11-23 04:41:51 +00:00
buster%netscape.com
ed71db5508 #ifdef NS_DEUG references to _CrtSetDbgFlag 1998-11-23 04:09:06 +00:00
troy%netscape.com
941d378fe1 Added some casts to make the 6.0 compiler happy 1998-11-23 03:43:49 +00:00
michaelp%netscape.com
b3fbe67dc6 made the stars 'n comets animation the default for the throbber. 1998-11-23 03:30:24 +00:00
michaelp%netscape.com
8a584e6cef changed ::ReleaseDC() call in RealizeFont() key off of the same thing that
it used to conditionally call ::GetDC(). strictly speaking this change was
not necessary. i did it to make the code look a bit cleaner and accomodate
the situation where a device context is Init()ed with a null widget handle.
a device context of that sort is questionable, but that issue can be
addressed separately.
1998-11-23 03:14:38 +00:00
michaelp%netscape.com
bdeb783286 fixed a bunch of resource leaks exposed by the xpviewer and made
HDC state propagation in SetupDC() more complete.
1998-11-23 03:12:16 +00:00
michaelp%netscape.com
4b838b50a8 changed for drawing surface HDC ownership setting. 1998-11-23 03:11:16 +00:00
michaelp%netscape.com
4f12e7519f added data member to drawing surface to determine HDC ownership. 1998-11-23 03:10:10 +00:00
law%netscape.com
726f1db743 Add reload button logic and reset home page 1998-11-23 02:32:32 +00:00
vidur%netscape.com
2502294c27 Fix for bug 940. location.href can take a relative URL. 1998-11-23 01:09:27 +00:00
raman%netscape.com
5b7786e40c XP_COM interfaces for JS calls into CAPS 1998-11-23 00:27:00 +00:00
locka%iol.ie
d21ed0a69d Implemented folder picker dialog 1998-11-23 00:03:58 +00:00
amusil%netscape.com
70717c02d0 Fix for Bug 1416. Moving the call of the plugin entry point into Initialize (after the mPluginManager is set up).
This is so that NPN calls can get resolved if the plugin makes them in the entry point routine.
1998-11-22 23:13:44 +00:00
chuckb%netscape.com
3c4c31a870 Merge from LDAPCSDK_19981015_BRANCH 1998-11-22 22:03:18 +00:00
pavlov%pavlov.net
dd22014fc1 fixed rickg@netscape.com's broken code. 1998-11-22 16:48:18 +00:00
terry%netscape.com
ef7f47bb48 More shuffling of owners. 1998-11-22 15:54:40 +00:00
rpotts%netscape.com
2fdf4a3780 fix up the places where the C and C++ memory managers were being mixed for allocs and frees... 1998-11-22 09:32:06 +00:00
rpotts%netscape.com
687a62895d Force the URL exit routine to be called via a PLEvent. This insures that the LIBNET() lock is not being held during the call... 1998-11-22 09:31:10 +00:00
rpotts%netscape.com
e473d04d9d Disable async Winsock notifications until we figure out why it exhausts *all* system resources on Win95... 1998-11-22 09:30:00 +00:00
rpotts%netscape.com
0d0e64a4ad Return NS_BINDING_FAILED if nw stream was created... 1998-11-22 09:28:44 +00:00
rpotts%netscape.com
3dd54dd7bb Add a missing NS_RELEASE(...) for a QI(...) 1998-11-22 09:27:30 +00:00
buster%netscape.com
aab5ae636e fixed the aweful nested table problems 1998-11-22 08:56:19 +00:00
rickg%netscape.com
5286cb7424 changed start page to netcenter 1998-11-22 08:19:56 +00:00
rickg%netscape.com
fe0e4a7062 fixed bug 1140; temp fix to 1321 1998-11-22 08:01:28 +00:00
msw%gimp.org
3cdb3eefd1 A _horrible_ hack to make fonts readable. Needs much work here. 1998-11-22 04:48:47 +00:00
pavlov%pavlov.net
b57394f76f fix transparent icons and flipped the nscolor to gdkcolor R and B colors 1998-11-22 04:43:24 +00:00
troy%netscape.com
0c7fbc0e79 Changed Destroy() to release references to and destroy its child
web shells. This fixes it so we don't leak all of the web shells for
frameset documents
1998-11-22 03:11:26 +00:00
jevering%netscape.com
af6e254303 fixed fullsoft lib name 1998-11-22 01:20:32 +00:00
jevering%netscape.com
d412bccb75 corrected the fullsoft lib name. 1998-11-22 01:19:21 +00:00
terry%netscape.com
4bbd0490f0 valeski is no longer here; gagan now owns 'Networking Library'. 1998-11-22 01:17:08 +00:00
terry%netscape.com
36959033f9 Patch from Sam Ziegler <sam@ziegler.org>: fix some typos. 1998-11-22 01:12:09 +00:00
michaelp%netscape.com
d314a1e24e changed UserAgent string reporting. 1998-11-22 00:22:35 +00:00
pavlov%pavlov.net
5cf32dcba0 Setup the X hints for when mozilla is minimized. Added icon. 1998-11-21 21:49:17 +00:00
rickg%netscape.com
2c49966bdc fixed containment bugs, which corrects problems with www.majorleaguebaseball.com 1998-11-21 21:06:29 +00:00
troy%netscape.com
f8167669a4 Added missing NS_RELEASE of the content object in GetMarginHeight() 1998-11-21 17:30:41 +00:00
troy%netscape.com
2ba5d0b0ac Added NS_RELEASE to fixed memory leak after calling ChildAt() 1998-11-21 17:22:31 +00:00
kipp%netscape.com
3418cf24af Fix up painting issue; if we end up with a negative damage area then convert to damaging everything 1998-11-21 17:21:18 +00:00
jfrancis%netscape.com
c94c4f2d6e shared lib conversion, phase 1 1998-11-21 08:29:45 +00:00
rickg%netscape.com
b4b8452212 assertions for bug 1375 and better autodetection code 1998-11-21 07:48:49 +00:00
raman%netscape.com
df98df5fc4 Added building of caps to the windows and unix build system 1998-11-21 06:05:24 +00:00
troy%netscape.com
9b6b15c587 Improved efficiency by avoiding the dreadfully slow NS_MakeAbsoluteURL() and
only setting the image loader's URL and base URL for the initial reflow
1998-11-21 04:04:41 +00:00
rickg%netscape.com
f4b8d32b7b last tweak needed to get entities right again 1998-11-21 03:57:03 +00:00