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

1627 Коммитов

Автор SHA1 Сообщение Дата
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 4c6e11f18a Container floated elements are now wrapped in a BODY frame 1998-09-14 04:01:08 +00:00
troy%netscape.com 6678c14be5 Moved CreatePlaceholderFrame() to nsCSSContainerFrame so it's shared by
the block and the inline code
1998-09-13 19:58:02 +00:00
troy%netscape.com 92cebd43a8 Restored some code that I can't remove until tables are changed to work
with the new frane construction code
1998-09-13 19:18:39 +00:00
troy%netscape.com f30debacdb Changed to explicitly create frame of type frameset or outer frame instead
of using CreateFrame() which will be going away
1998-09-13 02:45:07 +00:00
troy%netscape.com e06f33e5d3 Changed Reflow() to directly create the child frames rather than use
CreateFrame() member function which is going away
1998-09-12 23:53:28 +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 5421a899d1 Removed some XXX CONSTRUCTION commented out code 1998-09-12 04:54:04 +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
pierre%netscape.com 1971412a64 initialize member variables to 0 1998-09-11 09:13:02 +00:00
pierre%netscape.com 9a5ed777f0 initialize mBounds 1998-09-11 09:07:19 +00:00
pierre%netscape.com 7dfdfb41f7 added and removed plenty of files 1998-09-11 09:02:46 +00:00
kipp%netscape.com 5c0b879887 Implement ListTag on bullet-frame's so that they dump better 1998-09-11 05:42:31 +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 9ac3b81c32 Removed a bunch of bogus code that (a) did very little (b) doesn't work for image documents 1998-09-11 04:17:07 +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
kipp%netscape.com e5f3193e42 Added length tests 1998-09-11 04:14:40 +00:00
troy%netscape.com de1641f3f9 Changed new frame construction code to handle floaters 1998-09-11 04:13:29 +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 0fbc01cb40 Fixed it so bullets work again 1998-09-10 22:28:55 +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
rods%netscape.com ac66bf8936 GetPosition now uses a binary search for locating the cursor poistion. Also, selection now
uses the half width of a character for moving selection to the next character.
1998-09-10 19:18:01 +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
karnaze%netscape.com b1f8c627cd in document, renamed nsHTMLFrame.cpp, nsHTMLFrameset.h, nsHTMLFrameset.cpp 1998-09-10 17:23:31 +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