11868 Commits

Author SHA1 Message Date
kipp%netscape.com
319840fea9 Added EndLoadURL and fixed interface bogosity 1998-11-20 18:26:41 +00:00
kipp%netscape.com
c915325983 pass on EndLoadURL to the crawler 1998-11-20 18:26:16 +00:00
kipp%netscape.com
fcb118cac3 Added -v argument to log crawler behavior 1998-11-20 18:25:55 +00:00
kipp%netscape.com
deefc2213c Pass on EndLoadURL to the app 1998-11-20 18:25:29 +00:00
kin%netscape.com
aa3e1c5209 Added QueryInterface() implementation. 1998-11-20 18:04:57 +00:00
kin%netscape.com
939615bd74 Removed '_' from IID defines to conform to naming conventions used in nglayout. 1998-11-20 18:04:03 +00:00
kipp%netscape.com
be3aca0f4e Added support for StyleChanged reflow reason 1998-11-20 17:41:44 +00:00
kipp%netscape.com
27d8038001 Temporary workaround for style issue 1998-11-20 17:39:11 +00:00
dcone%netscape.com
cff6d69a99 Took out all blending code, and updated to coding standards, general cleanup 1998-11-20 17:37:18 +00:00
kipp%netscape.com
22b57f3531 Use new classname for base class; port to updated nsLeafFrame methods 1998-11-20 17:22:08 +00:00
kipp%netscape.com
64129e939e Port to updated nsLeafFrame methods 1998-11-20 17:21:49 +00:00
kipp%netscape.com
c73e99e135 Removed a compiler warning 1998-11-20 17:21:22 +00:00
kipp%netscape.com
8a2735c01b Added mBorderPadding to cache computed value in case percentages are used; renamed class to nsImageFrame 1998-11-20 17:21:02 +00:00
kipp%netscape.com
c9013931ab Use revised API's for computing the border/padding 1998-11-20 17:20:29 +00:00
kipp%netscape.com
79dd1e596d Define new API's to compute margin/border/padding/border+padding and handle percentages correctly 1998-11-20 17:19:26 +00:00
kipp%netscape.com
7b0a080513 Use revised API's to get percentage padding/borders value right 1998-11-20 17:18:58 +00:00
kipp%netscape.com
19a31f599b Use revised margin calculation api's; center blocks that have auto margins 1998-11-20 17:18:12 +00:00
kipp%netscape.com
ac2b613d40 Use Get methods from style context instead of deprecated methods 1998-11-20 17:13:28 +00:00
kipp%netscape.com
deb074f83f Updated leaf api's to better support caching of computed border/padding when percentages are used 1998-11-20 17:13:02 +00:00
kipp%netscape.com
200bf59a53 Added mBorderPadding to cache computed value in case percentages are used 1998-11-20 17:12:39 +00:00
kipp%netscape.com
f4b67a0608 Added mBorderPadding to cache computed value in case percentages are used; renamed class to nsImageFrame 1998-11-20 17:12:25 +00:00
dcone%netscape.com
e6eb645ff6 Fixed some warnings, slight rework of the taghandling classes. 1998-11-20 15:38:18 +00:00
alecf%netscape.com
2ca4f27e3e don't pass static classes as function parameters 1998-11-20 09:45:39 +00:00
alecf%netscape.com
9e8f173714 fix casting problems for gcc 2.7.2.3 1998-11-20 09:29:58 +00:00
troy%netscape.com
79aed9646d Added temporary workaround to image frame code to compensate for the fact
that HandleEvent() and GetCursor() are being called with the point not being
translated to the frame's local coordinate space
1998-11-20 06:31:55 +00:00
jfrancis%netscape.com
9a2fdbcf24 missed a source file. added nsView.cpp to project 1998-11-20 06:28:50 +00:00
jfrancis%netscape.com
73d6f5be41 shared lib conversion, phase 1 1998-11-20 06:05:20 +00:00
jfrancis%netscape.com
9851fdd094 shared lib conversion, phase 1 1998-11-20 05:53:16 +00:00
jfrancis%netscape.com
3160deb63b First Checked In. 1998-11-20 05:52:48 +00:00
troy%netscape.com
5bdb79ef7f Removed some #include lines that are no longer needed 1998-11-20 05:22:45 +00:00
jfrancis%netscape.com
d8b73e86b7 moved view code to view project, included view lib here. 1998-11-20 05:21:57 +00:00
jfrancis%netscape.com
e862cbfb21 moved view code to view project, included view lib here 1998-11-20 05:15:24 +00:00
jfrancis%netscape.com
762f41454a adding view to layout projects 1998-11-20 05:14:39 +00:00
morse%netscape.com
62e106d306 fixes for change-of-password form 1998-11-20 05:03:36 +00:00
jfrancis%netscape.com
0a79ab51d4 mac shared lib conversion, phase 1 1998-11-20 05:02:56 +00:00
jfrancis%netscape.com
ff7ac2c693 First Checked In. 1998-11-20 05:02:20 +00:00
morse%netscape.com
856a1575fb fix for single signon 1998-11-20 05:01:32 +00:00
pavlov%pavlov.net
17ead6a5c6 small bug fix. 1998-11-20 04:42:03 +00:00
troy%netscape.com
53587597f7 Fixed ref counting problem in stub_GraphProgressDestroy() 1998-11-20 04:28:06 +00:00
pavlov%pavlov.net
fcfddbd59f initial files for the tab widget 1998-11-20 04:27:32 +00:00
rickg%netscape.com
8871f5e989 fix or partial fix to lots of bugs 1998-11-20 03:42:54 +00:00
pavlov%pavlov.net
10f11b0cca make sure we return a value for all of the NS_IMETHODIMP methods 1998-11-20 03:30:49 +00:00
pavlov%pavlov.net
7dd74b21bb unrevert the changes reverted earlier (build with static gtk libraries) 1998-11-20 03:25:59 +00:00
alecf%netscape.com
42f50cf40c nsTimerExpired should be a C function that returns a gint (i.e. a GtkFunction)
which returns 0 on success
1998-11-20 02:03:57 +00:00
akkana%netscape.com
722238b3cb more fixes for the irix autoconf build 1998-11-20 02:00:14 +00:00
mjudge%netscape.com
06030cd25f build bustage 1998-11-20 01:17:16 +00:00
saari%netscape.com
19c5ad3406 Just a comment on nsWindow's mBounds member 1998-11-20 01:10:44 +00:00
buster%netscape.com
fedd9bbb6a removed obsolete include of nsTableFrame 1998-11-20 01:04:43 +00:00
beard%netscape.com
62b85bfb53 xpcomDebug.exp only included in debug target, xpcom.exp in both. 1998-11-20 01:04:17 +00:00
buster%netscape.com
90252c33df handles "height" attribute 1998-11-20 01:03:45 +00:00