Граф коммитов

1871 Коммитов

Автор SHA1 Сообщение Дата
peterl%netscape.com 9142a937e3 added hint to attribute change notification 1998-09-29 23:48:38 +00:00
peterl%netscape.com 0bbb333f65 moved attribute change code to style sheete
cleaned up content change api
1998-09-29 23:48:07 +00:00
peterl%netscape.com ba250fd0f4 added content & attribute change to style frame construction
cleaned up api
1998-09-29 23:47:03 +00:00
peterl%netscape.com 9e036902da added change hints 1998-09-29 23:46:25 +00:00
peterl%netscape.com b31daf49ff routed content & attribute change through style set
routed all style frame construction calls directly to style set
1998-09-29 23:46:05 +00:00
peterl%netscape.com df1457ede1 removed style frame construction methods 1998-09-29 23:44:53 +00:00
peterl%netscape.com ce82eef9a6 added change hint to attribute change api
cleaned up content change api
1998-09-29 23:44:25 +00:00
peterl%netscape.com acbbad31f9 added change hint to attribute change api 1998-09-29 23:43:39 +00:00
peterl%netscape.com bd59f80ad2 added content changed & attribute changed to style frame construction api.
cleaned up api.
added attribute change hint.
1998-09-29 23:41:59 +00:00
karnaze%netscape.com 4e3952b977 initial fieldset, legend content classes. minor cleanup on form control content. 1998-09-29 23:22:42 +00:00
buster%netscape.com 3cc5736a1a fixed a minor bug in colspan layout
the layout strategy can now query the outer frame for the caption min width,
and use it to expand the table if necessary
did some related cleanup while I was in there.
1998-09-29 23:15:01 +00:00
kipp%netscape.com 193bf42cd4 Create table-cell's body as a top-level body so that it doesn't shrink wrap around it's children during pass2 table reflow 1998-09-29 22:36:30 +00:00
kipp%netscape.com a7429e11c7 Better margins 1998-09-29 22:35:24 +00:00
kipp%netscape.com 15c9e8aff7 Parse OL/UL type=A|a|I|i properly 1998-09-29 22:34:30 +00:00
kipp%netscape.com 37a0848e7a Removed duplicate adjustment of the width/height; only use max-size-width if width is unconstrained AND it's a top-level body 1998-09-29 22:33:47 +00:00
kipp%netscape.com 95214f1753 Add in a bottom-line-margin when dealing with a zero-height line that contains a BR frame 1998-09-29 22:32:56 +00:00
kipp%netscape.com f92bd37241 Added SetBRFrame/GetBRFrame for handling 0 height line layout and BR's 1998-09-29 22:32:04 +00:00
kipp%netscape.com a94cce592f Made BR frames 0,0; inform line layout of presence of the BR frame 1998-09-29 22:31:22 +00:00
pinkerton%netscape.com 7c640d6f80 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
kipp%netscape.com 4892cd2cf7 Fixed nbsp bug on some win95 systems - it turns out the nbsp wasn't being mapped to space in a few of the compression cases (doh!) 1998-09-29 16:24:32 +00:00
troy%netscape.com 097535bdf9 Added back in support for absolutely positioned frames 1998-09-29 04:47:59 +00:00
kipp%netscape.com dc4362fa13 Changed factory method to parameterize the shrink wrapping behavior 1998-09-29 03:44:25 +00:00
troy%netscape.com f16e96f86c Fixed some bustage I introduced with the factoring 1998-09-29 02:18:09 +00:00
kipp%netscape.com aefe823129 nuked 1998-09-28 23:32:03 +00:00
troy%netscape.com 7ede838ed2 Partially enabled support for absolutely positioned elements 1998-09-28 23:24:37 +00:00
buster%netscape.com e5b27fe24a minor cleanup, removed references to obsolete table content factory methods. 1998-09-28 23:16:39 +00:00
pinkerton%netscape.com 246174f6c7 better fix for iterator problem. 1998-09-28 22:34:44 +00:00
pinkerton%netscape.com 4cfe36c732 Fix mac build bustage. Variables declared in the init section of a loop are not valid beyond the scope of the loop (regardless of what VC++ says). 1998-09-28 22:33:47 +00:00
kipp%netscape.com 16a21037b9 Added FIELDSET and LEGEND preliminary support 1998-09-28 21:52:10 +00:00
karnaze%netscape.com 0732290ed0 bugs 642, 643; also removed unused files. 1998-09-28 21:32:24 +00:00
vidur%netscape.com 13c5a9aba4 Fixed image.src=. Forwarded AttributeChanged notifications from nsPlaceholderFrame to its anchored item. Got rid of redundant calls to AttributeChanged. 1998-09-28 21:22:31 +00:00
buster%netscape.com f6983c2bf8 fixed bug 915. Colgroup frames now get Init() calls properly with
synthesized COLs.
1998-09-28 20:38:10 +00:00
kipp%netscape.com 167e63dc87 Get max-element-size from inline-reflow state and pass it upwards 1998-09-28 18:57:28 +00:00
kipp%netscape.com 9a4e762f42 Only set margins if auto/undefined margins are present 1998-09-28 18:51:23 +00:00
kipp%netscape.com d5368292ee Cleaned up and repaired floater placement and spacemanager manipulation; the comments clearly (hopefully!) state whats going on... 1998-09-28 18:50:59 +00:00
kipp%netscape.com cb68502a53 Setup spacemanager translation correctly 1998-09-28 18:50:06 +00:00
michaelp%netscape.com c5af5fbd44 fixes unix build. 1998-09-27 23:59:42 +00:00
michaelp%netscape.com b308bcd473 object tag no longer processes it's children (i put troy's change from thursday
in a comment until the parser is sorted out).
1998-09-27 22:44:26 +00:00
michaelp%netscape.com cc2a2d15ea massive changes to support java plugins. 1998-09-27 22:42:48 +00:00
michaelp%netscape.com 3db1396eb2 added "param" atom. 1998-09-27 22:41:01 +00:00
michaelp%netscape.com 53760ec266 now reflects our dependence on OJI. 1998-09-27 22:40:10 +00:00
kipp%netscape.com 61b9b6c8e6 Fixed mac/unix build problem 1998-09-26 22:48:52 +00:00
kipp%netscape.com a9a9b3e33a Fixed up list ordinal handling so that negatives don't work for roman numerals or for alphabetics, and that alphabetics count properly (a==1); this fixes bugzilla bug#589 1998-09-26 20:05:09 +00:00
kipp%netscape.com cc598e583c Added callback to image loading api 1998-09-26 18:36:59 +00:00
kipp%netscape.com 893dc326bb use image-loader call back to trigger bullet frame reflows 1998-09-26 18:36:01 +00:00
kipp%netscape.com 5c49e7e809 Use callback to trigger frame reflows instead of hardwiring in a content-changed reflow 1998-09-26 18:35:21 +00:00
kipp%netscape.com 5df500cc6b Fixed background-image rendering so that when the entire background is not covered by the image the background color can be seen 1998-09-26 17:29:10 +00:00
kipp%netscape.com d7c69dee34 Use modified css rendering API 1998-09-26 17:17:20 +00:00
kipp%netscape.com 0b3b5ec832 Support a dx,dy value to adjust origin of image rendering; add in partial support for background-position property 1998-09-26 17:16:56 +00:00
kipp%netscape.com c6e974cdf0 Diable body margin for now until rendering problem with background images is resolved 1998-09-26 17:15:07 +00:00