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

463 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com 65269d3422 Frame construction changes for tables 1998-09-16 17:19:20 +00:00
joki%netscape.com 357c55b191 More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
buster%netscape.com 0c4fcf7d17 added table content interfaces 1998-09-15 18:07:54 +00:00
buster%netscape.com 953b2efb58 nsStyleConsts.h added some HTML 4 consts for tables
nsHTMLAtoms.cpp,h             added some HTML 4 strings for tables
nsHTMLParts.h                 added constructors for new table content classes
nsGenericHTMLElement.cpp,h    added table frame creation, common table attribute parsing
nsHTMLTable*Element.cpp       these are the new table content classes
nsHTMLContentSink.cpp         enabled the new content and removed the old
nsHTMLStyleSheet.cpp          fixed the table style optimizations to work with new content
nsTable*Frame.cpp             these work with the new content
1998-09-15 17:58:24 +00:00
kipp%netscape.com 8f2807a027 Removed css/layout directory 1998-09-15 00:19:49 +00:00
vidur%netscape.com d60e612731 Got rid of Construct method from nsIJSScriptObject interface. Added first-pass implementation of reflow case to nsGenericHTMLElement::SetAttr. 1998-09-14 23:02:32 +00:00
troy%netscape.com 805dafbcdf Added overloaded ConstructFrame() member function. Prep work for table
changes
1998-09-14 21:16:01 +00:00
rpotts%netscape.com 63abdfe9cb Fixed some reference counting problems introduced by the rev 1.20 check in... 1998-09-14 05:43:54 +00:00
troy%netscape.com 17fd2c695e Changes ProcessChildren() to return the child list and leave it to the caller
(ConstructFrame() member function) to call Init()
1998-09-12 23:51:57 +00:00
kipp%netscape.com ec78a6e659 Work around crash bug with content delegate 1998-09-12 23:30:23 +00:00
kipp%netscape.com f877659693 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
troy%netscape.com 4ad7bda623 Part of frame construction changes 1998-09-12 04:46:35 +00:00
peterl%netscape.com 61a4c6858a vend important rule when present 1998-09-12 02:46:59 +00:00
peterl%netscape.com 33bac6b83b fixed content ref count bugs in ContentAppended 1998-09-12 02:46:09 +00:00
peterl%netscape.com 7b8fd5e5b4 added debug code for ref counting 1998-09-12 02:45:26 +00:00
peterl%netscape.com a51760d803 init ref count of important rule 1998-09-12 02:43:48 +00:00
peterl%netscape.com 749f0404c6 properly addref attr stylesheet before returning 1998-09-12 02:43:19 +00:00
peterl%netscape.com d02547b4ea properly release doc & style sheet when setting attributes 1998-09-12 02:42:44 +00:00
vidur%netscape.com 67406f8fe7 Fixed document.writeln problem from http://www.legomindspring.com 1998-09-12 00:04:22 +00:00
troy%netscape.com f35125901c Fixed leak of reflow command 1998-09-11 18:57:54 +00:00
kipp%netscape.com 1ea6fd9a4e inlined IsSynthetic implementation AND made it work 1998-09-11 05:38:25 +00:00
kipp%netscape.com dcf6b5fd92 Use InitialReflow to layout the image document instead of ResizeReflow so that images layout properly 1998-09-11 04:20:30 +00:00
kipp%netscape.com a375a19cac Check in of somewhat bogus handling of the notify values (which is going away!) 1998-09-11 04:16:18 +00:00
kipp%netscape.com 37fb2e7a12 Support length values for vertical-align 1998-09-11 04:15:03 +00:00
peterl%netscape.com 4701208437 added strength api to style rule 1998-09-11 02:07:58 +00:00
peterl%netscape.com 282eb4c3bb added important rule support 1998-09-11 02:07:46 +00:00
peterl%netscape.com bfc7f2ffe1 added important rule support
factored declaration processing to a static method
1998-09-11 02:07:05 +00:00
peterl%netscape.com ef34a211d1 sort style rules by strength 1998-09-11 02:05:30 +00:00
peterl%netscape.com 690e996b99 added strength 1998-09-11 02:05:07 +00:00
kipp%netscape.com 97c08325ed Revised various vertical alignment cases to use font introspection data instead of hard coding in values; corrected middle computation. 1998-09-10 23:43:12 +00:00
kipp%netscape.com 1408d551cd Fixed a bug with percent values being converted to strings 1998-09-10 23:42:18 +00:00
troy%netscape.com b6e6eb1e83 Hooked back up IFRAME 1998-09-10 21:03:16 +00:00
troy%netscape.com 58260397be Fixed frameset crash 1998-09-10 20:37:19 +00:00
troy%netscape.com effef91cf6 Phase one of frame construction changes 1998-09-10 19:32:14 +00:00
vidur%netscape.com 8269741cd1 Got rid of extra release in Item() method of childNodes array of nsGenericHTMLContent 1998-09-10 17:51:30 +00:00
vidur%netscape.com c9f606883d Fixes to get Rotate.html working 1998-09-10 17:11:46 +00:00
peterl%netscape.com ab0ec41618 added to string support 1998-09-10 01:19:26 +00:00
peterl%netscape.com 68a67f588b removed assert on x-height unit 1998-09-10 01:18:27 +00:00
peterl%netscape.com b0238f71b5 fixed filtering of valid ID selectors 1998-09-10 01:18:06 +00:00
peterl%netscape.com ff3b13ac05 sync css declaration to xif with new api 1998-09-10 01:16:25 +00:00
peterl%netscape.com edfb66c664 added to string support for style= attributes 1998-09-10 01:15:23 +00:00
karnaze%netscape.com 1c1a6dacaf converted frame/iframe/frameset to new layout/content separation 1998-09-09 23:30:30 +00:00
vidur%netscape.com 71ddfaa36d Added nsIJSScriptObject interface to nsGenericHTMLContent class and fixed element.childNodes 1998-09-09 21:02:42 +00:00
rods%netscape.com e8ae61a40e Removed TraverseBlockContent static function 1998-09-09 17:42:21 +00:00
kipp%netscape.com 9761c43652 Support direct loading of image documents by using the GetImageFromStream method on the image group. 1998-09-09 16:19:30 +00:00
rods%netscape.com 4a4b4a34b2 XPCOM'ed the Selection and Search methods 1998-09-09 16:11:59 +00:00
joki%netscape.com 2fdc3c0534 Do not allow script errors to stop page parsing. 1998-09-09 01:19:52 +00:00
kipp%netscape.com c370fc4b19 Create HTML-html-element not a root part 1998-09-08 22:38:17 +00:00
kipp%netscape.com 6f9831d646 Implement HandleDOMEvent properly; clean up whitespace 1998-09-08 22:37:46 +00:00
kipp%netscape.com 320b3c0b16 Use NS_NewBodyFrame and NS_NewHTMLFrame 1998-09-08 22:37:24 +00:00