Commit Graph

1802 Commits

Author SHA1 Message Date
kipp
66d92c9bb7 Clear both frame-in-reflow and frame-first-reflow bits on finished didreflow 1998-05-29 02:10:12 +00:00
kipp
cb30a1fea6 Added a new content method to see if a piece of content is synthetic or not 1998-05-29 02:09:38 +00:00
kipp
e4431fe3a2 Added another state bit 1998-05-29 02:09:18 +00:00
kipp
7324c17c8c new 1998-05-29 02:01:43 +00:00
toshok
df97b2771e Use LO_GetDocumentMargins, not fe_GetMargin, since the latter always returns 8/8 instead of what the document specifies. For example, resizing www.mozilla.org puts an 8x8 margin on the document, when the HTML specifies 0x0 1998-05-28 23:49:37 +00:00
akkana
9ab81ee993 Fix XtWarnings at startup 1998-05-28 23:09:27 +00:00
timm
a8ab1f640f tweak for preselected radio button fix 1998-05-28 23:06:14 +00:00
timm
16be3cd2ca remove 2stpwrap.htm 1998-05-28 22:38:53 +00:00
timm
f1095a2eb2 tweak progress bar 1998-05-28 22:38:00 +00:00
sfraser
71a152bf18 Added vr_stubs.c (which contains an implementation of strdup which overrides our strdup in NSStdLib, which is dangerous). 1998-05-28 22:24:38 +00:00
sfraser
c8b410a908 Changed to use .exp file for exports, so that stuff gets exported. 1998-05-28 22:23:41 +00:00
sfraser
a4566bf075 First Checked In. 1998-05-28 22:23:16 +00:00
troy
5cecc918fd Changed it so we don't position or size the view while in the middle
of reflowing. Now that's done in DidReflow()
1998-05-28 21:55:13 +00:00
buster
8446057bfd added an optional # to viewer.exe command line switch -p. If a number is provided, it is used as the last sample to load when running in purify. This is useful for running just a the first sample
in purify, or a small number of samples, for example.
1998-05-28 21:39:40 +00:00
buster
aad54b07f6 set the groundwork for handling COLS attribute, and attributes on COLGROUP and COL tags. WIP.
set the groundwork for handling percentage-width tables.  Troy is adding a hook for me to get the correct width info from the parent.  WIP.
1998-05-28 21:39:22 +00:00
sfraser
0663802e6c Fix the include files so that Types.r is found 1998-05-28 21:29:32 +00:00
rickg
9cf33a2962 fixed 2 bugs that prevented home.netscape.com from loading. WIP. 1998-05-28 21:14:27 +00:00
sfraser
efca451910 Fix {IncludeFiles} 1998-05-28 21:04:01 +00:00
sfraser
66b0cb8c92 Export nsError.h 1998-05-28 20:50:24 +00:00
sfraser
1c7a223200 Really fix the library name this time. 1998-05-28 20:49:02 +00:00
sfraser
dd39362e25 Fix the output directory, and the lib name for the debug shlb target 1998-05-28 20:29:47 +00:00
troy
b8095d0814 Added some more WillReflow() calls 1998-05-28 20:12:02 +00:00
sfraser
05319552bd Don't define MOZILLA_CLIENT again (on the Mac), fer cryin' out loud 1998-05-28 20:10:18 +00:00
sfraser
d3ffcfb0fa Fix a problem with the debug library name. 1998-05-28 20:03:23 +00:00
kipp
3b43bc8d84 Use mOpacity as a float in the nsStyleColor struct 1998-05-28 19:55:42 +00:00
kipp
b4112aff11 Set value to 1.0F as a float 1998-05-28 19:55:15 +00:00
kipp
5aa4fad9a2 Simplified mOpacity to a float 1998-05-28 19:54:50 +00:00
kipp
8e2d9f2551 Added STYLE= support (partially) 1998-05-28 19:44:36 +00:00
sfraser
a9171040fc Correct comment 1998-05-28 19:40:34 +00:00
sfraser
ad45cafbed Fix a warning about an uninitialized variable 1998-05-28 19:39:58 +00:00
sfraser
05c8efea1b Fix #error pragmas 1998-05-28 19:39:28 +00:00
sfraser
662fae6ec4 Fix a warning about an uninitialized variable when JAVA is not defined. 1998-05-28 19:39:05 +00:00
sfraser
7fe5d93270 Switch tinderbox to the new list of projects 1998-05-28 19:37:21 +00:00
sfraser
e80bdccf8d Activate export.mac in mozilla:config:mac which should now be in the module 1998-05-28 19:37:02 +00:00
sfraser
0c0ea11c18 Turn on more compiler warnings 1998-05-28 19:36:37 +00:00
sfraser
f9f3271eb4 Changes for the new build system, and unify prefix files. 1998-05-28 19:36:09 +00:00
pnunn
c027c2c80c fix #84300. print images to printer rez not screen rez. 1998-05-28 19:32:00 +00:00
sfraser
32252f5f28 Changes for the new build system, and unify prefix files. 1998-05-28 19:27:24 +00:00
sfraser
99e33057b6 First Checked In. 1998-05-28 19:24:32 +00:00
sfraser
d3e0c7dbf9 Changes for new build system, and unified prefix files. 1998-05-28 19:22:54 +00:00
sfraser
3ddfc8748a Changes for new build system and unified prefix files. 1998-05-28 19:19:09 +00:00
sfraser
f1cb8b3740 Updating for new build system and prefix files. 1998-05-28 19:16:03 +00:00
pnunn
bae7d4899c fix for #84300. print images at printer rez not screen rez 1998-05-28 19:07:40 +00:00
sfraser
93b38fd618 Changes for the new build system; unify prefix files. 1998-05-28 19:04:58 +00:00
troy
d6ceb1bcea Changed VerifyTree() to check that NS_FRAME_IN_REFLOW isn't set 1998-05-28 19:00:31 +00:00
sfraser
774052ff9b Changed for new build system 1998-05-28 18:58:33 +00:00
pnunn
e4703ae229 fix #84300. print images at printer rez not screen rez. 1998-05-28 18:58:11 +00:00
sfraser
9d4f9a9432 Changed for new build system, and comments on how this thing works. 1998-05-28 18:58:09 +00:00
sfraser
30f7a5bc2f Changed for new build system, and to inlcude long comment about how this whole thing works. 1998-05-28 18:57:55 +00:00
sfraser
d3febdb901 First Checked In. 1998-05-28 18:57:26 +00:00