Commit Graph

12008 Commits

Author SHA1 Message Date
michaelp%netscape.com
cf92a49a1a backout changes i didn't want to commit. 1998-11-23 23:50:17 +00:00
michaelp%netscape.com
efb83d40d2 fixed display of black or garbage when resizing scrolled scrollingviews. 1998-11-23 23:43:08 +00:00
pavlov%pavlov.net
63d7de7066 remove shadow from menubar to provide a consistant look. 1998-11-23 23:41:47 +00:00
pavlov%pavlov.net
1181ff2fbb require gtk 1.1.5 1998-11-23 23:41:29 +00:00
rickg%netscape.com
d4e126aabe changed start page per chofmann's request 1998-11-23 23:22:34 +00:00
rickg%netscape.com
29ba77b339 fixed bug #1513 1998-11-23 23:11:22 +00:00
buster%netscape.com
ff561429bf changed the logic for reflowing cells whose height is changed due to a
height attribute.
1998-11-23 23:07:40 +00:00
vidur%netscape.com
8d134679bc Allow application/x-javascript for type in SCRIPT tags 1998-11-23 23:06:57 +00:00
mcafee%netscape.com
d2b10ff7f2 Printing out FCInitialize status for debugging, hope that's Ok. 1998-11-23 23:04:04 +00:00
sman%netscape.com
dba99be8bd fixed instructions 1998-11-23 22:55:32 +00:00
mcafee%netscape.com
577f84d181 Printing out FCInitialize status for debugging, hope that's Ok. 1998-11-23 22:22:39 +00:00
kipp%netscape.com
2fb0e7ca92 Let style override the cursor choice when using an image map 1998-11-23 22:21:13 +00:00
kipp%netscape.com
7ce43732e5 Walk up the content-parent so that style is applied appropriately for cursor selection 1998-11-23 22:20:50 +00:00
mjudge%netscape.com
96131e5f9d build breakage... oops 1998-11-23 22:02:18 +00:00
mjudge%netscape.com
2f9a758207 adding contextloader 1998-11-23 22:00:55 +00:00
mjudge%netscape.com
5e665c9f92 context loader will be used for keybindings 1998-11-23 22:00:29 +00:00
mjudge%netscape.com
21f34b8bf8 putting in changes for selection in editor. fixing problem akkana has had? 1998-11-23 21:53:14 +00:00
wtc%netscape.com
50374cf595 Handle the sa_len field of struct sockaddr correctly on platforms
whose struct sockaddr has that field.  Thanks to Bert Driehuis
<driehuis@playbeing.org> for suggesting this fix.
1998-11-23 21:22:07 +00:00
wtc%netscape.com
81203004dc Added 'else true;" to the if statement in our shell scripts because
QNX's shell doesn't work correctly without it.
1998-11-23 21:20:38 +00:00
kipp%netscape.com
ad84255162 Factored IsReplaced into a throw-away method; fixed containing-block discovery to use IsPercentageBase method 1998-11-23 21:11:57 +00:00
kipp%netscape.com
c6708dec6e Use correct reflow-state to find the containing-block's width for text-indent (bug #1048) 1998-11-23 21:11:19 +00:00
shaver%netscape.com
3f1382e38f first xpidl stuff 1998-11-23 21:02:31 +00:00
kipp%netscape.com
ac882d2ee0 Fixed up handling of form element attributes slightly to match navigators handling of ALIGN; this is compatible with nav/IE and with the HTML4 DTD (because ALIGN is deprecated) 1998-11-23 19:33:22 +00:00
michaelp%netscape.com
7daa228fcb added STRICT to list of preprocessor macros. 1998-11-23 19:00:08 +00:00
kipp%netscape.com
987a73cf0a Added code in to not consume events if the anchor has no HREF attribute. This prevents <A NAME=...> containers from eating events 1998-11-23 17:45:00 +00:00
karnaze%netscape.com
60510b81aa fixed bug 1479 (wsj.com crash) 1998-11-23 17:37:46 +00:00
danm%netscape.com
a6c31bb67b tweak change from last rev, which was close, but misbehaved. 1998-11-23 17:34:50 +00:00
kipp%netscape.com
fb1cee54da Added some debug noise (disabled by default) for image loading 1998-11-23 17:18:34 +00:00
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