10270 Commits

Author SHA1 Message Date
sman%netscape.com
6b7d665360 work in progress 1998-10-15 01:26:44 +00:00
pierre%netscape.com
8ab9979d90 fix build: added nsHTMLButtonControlFrame.cpp 1998-10-15 00:14:47 +00:00
rpotts%netscape.com
1e5af1e943 Added null tests after getting the plugin instance... 1998-10-14 23:57:12 +00:00
rpotts%netscape.com
a536953437 zero the pointer to the IL_ImageRequest being held by the ImageRequestImpl when the IL_ImageRequest is destroyed. The IL_imageRequest can be destroyed by either the ImageRequestImpl *or* the IL_ImageGroup... 1998-10-14 23:56:33 +00:00
kipp%netscape.com
32ea84d644 Temporary work around to setting hint better 1998-10-14 23:46:02 +00:00
terry%netscape.com
a48c95c5b1 Removed incorrect comment. 1998-10-14 23:23:30 +00:00
mjudge%netscape.com
5f185d6e92 this will fix it. i will get rid of unused files later. 1998-10-14 23:16:00 +00:00
terry%netscape.com
96d4aa0d59 Detect things we can't automatically back out, and say so. 1998-10-14 23:13:04 +00:00
valeski%netscape.com
e3c8021eca changed type BOOL to PRBool to get rid of warnings 1998-10-14 23:10:41 +00:00
valeski%netscape.com
c8dfc0a2d9 removed an unreferenced local variable 1998-10-14 23:09:30 +00:00
mjudge%netscape.com
cdba0f4d31 another file 1998-10-14 23:07:38 +00:00
karnaze%netscape.com
37f2d06fe4 generalized PostCreateWidget; better combo box rendering 1998-10-14 23:01:44 +00:00
mjudge%netscape.com
eb971aca8b need to export, fix for breakage 1998-10-14 22:59:38 +00:00
buster%netscape.com
2a254f6de9 nsTableFrame can now incrementally insert, append, and delete colgroups 1998-10-14 22:51:50 +00:00
valeski%netscape.com
cee140ae96 Raptor only change. Providing method definitions for IsURLInCache when NU_CACHE is defined. 1998-10-14 22:39:16 +00:00
spider%netscape.com
2c6f9dc1d9 Fixes for linking on SunOS 1998-10-14 22:35:56 +00:00
spider%netscape.com
0cf90ba175 Add EOL to get to compile on Solaris 1998-10-14 22:23:26 +00:00
spider%netscape.com
7649993273 Adding EOL in files so will compile on Solaris 1998-10-14 22:12:06 +00:00
ddrinan%netscape.com
24ddaea84c Changes for the new dispatch table used by NSM 1998-10-14 21:45:18 +00:00
ddrinan%netscape.com
a8fd9602f2 New dispatch table for NSM 1998-10-14 21:44:46 +00:00
ddrinan%netscape.com
7f93238d66 Changes for the new dispatch table used by NSM 1998-10-14 21:39:04 +00:00
troy%netscape.com
0b0f2c3e12 Changed CreateViewForFrame() to mark the view as having transparent content
iff the background-color is transparent
1998-10-14 21:31:41 +00:00
mjudge%netscape.com
828e66dae4 turning on the MOZ_ENDER_MIME by default 1998-10-14 20:48:16 +00:00
mjudge%netscape.com
815af34694 turning on ender_mime 1998-10-14 20:47:31 +00:00
mjudge%netscape.com
f3cdc7f34a turning on ENDER_MIME 1998-10-14 20:46:42 +00:00
jfrancis%netscape.com
6a009b5910 Ender Mime Carpool. This is not your father's email client. 1998-10-14 20:38:35 +00:00
kin%netscape.com
8bb9d21b98 Turn on MOZ_ENDER_MIME code. 1998-10-14 20:31:10 +00:00
kin%netscape.com
c1f1ba50f3 Turn on MOZ_ENDER_MIME code. Added JS event support. 1998-10-14 20:30:41 +00:00
kin%netscape.com
8937e075cf Turn on MOZ_ENDER_MIME code. Added mailto to the REQUIRES list. 1998-10-14 20:29:40 +00:00
fur%netscape.com
a10798b539 Changed uses of cpp macro LINUX to linux. The former was defined by the old build system, but the latter is defined by the compiler. LINUX is not used in autoconf 1998-10-14 20:27:15 +00:00
mjudge%netscape.com
fd42334be0 ender carpool 1998-10-14 20:24:50 +00:00
kipp%netscape.com
639760bb7b Pass in style context 1998-10-14 20:11:33 +00:00
kipp%netscape.com
c7d9ce1572 Revised frame sliding loop to use the pfd instead of the kid frames rect since now the kids rect is not valid until after vertical alignment 1998-10-14 20:11:12 +00:00
kipp%netscape.com
783eca0357 Create views when necessary 1998-10-14 20:10:36 +00:00
kipp%netscape.com
fcb61a671c Create views when necessary; fixed code to avoid IsLeftMostChild when checking during flow floater placement (now that the childs rect is deferred until vertical alignment the code in IsLeftMostChild is no longer valid) 1998-10-14 20:10:08 +00:00
spider%netscape.com
5712b7c1a1 WIP for supporting background load of CAPI via MVC 1998-10-14 17:04:34 +00:00
buster%netscape.com
535f308b62 more tests added 1998-10-14 16:35:15 +00:00
buster%netscape.com
0d373afd21 lots of work for incremental reflow when the target frame is a table frame 1998-10-14 16:32:45 +00:00
buster%netscape.com
e28895d594 fixed queryInterface to return *DOM interface 1998-10-14 16:30:24 +00:00
sman%netscape.com
da5f9a3a0c Objects needed for background data loading. 1998-10-14 15:32:39 +00:00
fur%netscape.com
2ad03dd76f In my haste to fix a busted Mac build, I checked in some copy-n-pasted C++ comments. Oops. 1998-10-14 15:25:07 +00:00
fur%netscape.com
c7ceab917b I had fixed the declaration of getttimeofday(), but not the use. Will somebody please tell me how Sun can change the type signature of such a commonly-used function ? 1998-10-14 13:47:12 +00:00
fur%netscape.com
c18d402e1a Group jsutil.c nicely, with other JS files. 1998-10-14 13:16:06 +00:00
fur%netscape.com
20ff6a05cb Add jsutil.c file, required for debug builds. 1998-10-14 13:13:04 +00:00
fur%netscape.com
a194f9ee15 Added jsutil.c, necessary for debug builds. 1998-10-14 13:12:12 +00:00
fur%netscape.com
9c35fb1b8a Remove declaration of gettimeofday() which is required on some versions of Solaris, but which leads to duplicate declarations on others 1998-10-14 12:02:54 +00:00
fur%netscape.com
7b75221d8c Checkpoint JS1.4 from JS_STABLE_10131998_BRANCH. Changes include:
+ merging of js/src and js/ref
 + elimination of most dependencies on NSPR
 + JS1.4 feature additions and accumulated bug fixes

More details are in last week's mozilla status report.
1998-10-14 10:22:38 +00:00
sdagley%netscape.com
df4b3e04a1 First Checked In. 1998-10-14 06:03:41 +00:00
ramiro%netscape.com
1f36228cf9 Revive. 1998-10-14 06:02:31 +00:00
sdagley%netscape.com
606e8a2f62 Stopped using macros to access fields of struct that were longer than the actual struct field names. 1998-10-14 06:01:36 +00:00