pjs/layout/html
dbaron%dbaron.org f3a00bc53b Put more information on the CSS properties in nsCSSPropList.h.
Use the property list in the tables for nsRuleNode::CheckSpecifiedProperties.
To reduce heap usage, redesign the storage of properties and values in nsCSSDeclaration to allocate all property-value pairs in a declaration block in a single allocation, and use temporary structures (like the old permanent structures) during parsing and modification.  Replace per-property switch statements in nsCSSDeclaration with table-based code to reduce code size.
b=125246  r+sr=bzbarsky
2003-06-07 22:14:42 +00:00
..
base Fix for bug 205165 (a href link fails to work until window is resized) 2003-06-05 17:42:29 +00:00
content/src
document anonymous table cell frames should not have a default padding, td and th padding defaults are set in html.css, bug 72359, patch proposed by hixie some time ago (2001-06-21) r=bernd sr=dbaron 2003-05-31 09:16:23 +00:00
forms Remove unused variables, r+sr=sfraser@netscape.com 2003-06-06 01:11:57 +00:00
style Bug #201891 --> lazily instantiate CSSFrameConstructor::gXBLService in order to break a weird cycle 2003-06-03 04:23:56 +00:00
table Initialize only table related frames, that should be more safe, bug 207145 r=jkeiser sr=kin 2003-06-07 08:48:24 +00:00
tests Put more information on the CSS properties in nsCSSPropList.h. 2003-06-07 22:14:42 +00:00
.cvsignore
Makefile.in