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

1033 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com cad78cf99f made minor changes to selection 1998-07-18 18:18:20 +00:00
rods%netscape.com bcdded08fe exported nsSelectionPoint.h 1998-07-18 18:17:08 +00:00
troy%netscape.com ddf8423f43 Eliminated some unnecessary image rendering 1998-07-18 15:26:03 +00:00
rods%netscape.com 0bee7944cc turned off selection 1998-07-18 14:03:43 +00:00
kipp%netscape.com 1fb72f35e8 Fixed crasher bug 1998-07-18 01:06:30 +00:00
kostello%netscape.com a930953dfa 1) Move the CSS dependent methods out of nsDocument and placed them
in a new class nsMarkupDocument. The point of nsMarkupDocument is
to hold methods which are common to HTML and XML but not relevant
to the base nsDocument class.

2) Added Selection support methods for Rod.

3) Added LookupProperty to nsCSSProperty:
Given a property ID and Property Index returns back the string representation
of the property. This was need to convert CSSValues back to strings for saving.
TODO: Make sure that our URL Information stored in a CSSDeclaration contains
enough information to return it to it's original form on output.
1998-07-17 23:00:54 +00:00
kipp%netscape.com cb5fff3154 Removed redundant DidReflow's 1998-07-17 21:50:43 +00:00
kipp%netscape.com d30288e28c Implement dom access to the SRC attribute 1998-07-17 21:16:43 +00:00
kipp%netscape.com 067ad4cbd8 new 1998-07-17 21:16:18 +00:00
buster%netscape.com 67b833fdc3 fixed a space leak/logic error handling colspans
added backwards compatibility for percent width tables inside of auto width tables (see http://webreview.com/wr/pub  warning:  you'll have to look at a local copy until
Troy/Vidur/somebody fixes an image problem.)
1998-07-17 21:02:28 +00:00
kipp%netscape.com 8367f1bf96 Only break from next-in-flow when we have a next-in-flow 1998-07-17 18:14:23 +00:00
buster%netscape.com b052ed752d fixed table maxElementSize 1998-07-17 17:51:55 +00:00
buster%netscape.com 8c1e033fc9 we now allow empty rows 1998-07-17 17:51:43 +00:00
kipp%netscape.com 49ef7545da Don't create new frames when a continuation is being reflowed for the first time 1998-07-17 16:16:19 +00:00
rpotts%netscape.com 5465bbd7a8 Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
rpotts%netscape.com 1ee329c1d5 Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)...nsHTMLDocument.h 1998-07-17 06:30:00 +00:00
peterl%netscape.com 1d53cc71ce added comment support 1998-07-17 05:50:35 +00:00
peterl%netscape.com d542a81118 fixed @import parsing
rejected malformed id selectors
sync to declaration api change
1998-07-17 05:50:07 +00:00
peterl%netscape.com 9edff7f8db fixed fixed font handling 1998-07-17 05:49:03 +00:00
peterl%netscape.com dea1e981bd added fixed font support
better font size support
1998-07-17 05:46:12 +00:00
peterl%netscape.com 522407746e removed body & table default settings
changed heading sizes to absolute instead of length
removed form element font hacks
1998-07-17 05:45:22 +00:00
peterl%netscape.com 6c7daf31f0 better font support 1998-07-17 05:44:27 +00:00
peterl%netscape.com f37bfc3fc3 added fixed pitch font
added default color support
added content pointer
added style reset for table cells & captions
added linear links
1998-07-17 05:43:31 +00:00
peterl%netscape.com dd97776de3 added default fixed pitch font & default colors 1998-07-17 05:41:41 +00:00
peterl%netscape.com 256ccab412 added fixed pitch font, added content pointer 1998-07-17 05:41:02 +00:00
joki%netscape.com 1b3eefccdb Adding new DOM stuff to handle JS event handlers 1998-07-17 04:52:12 +00:00
troy%netscape.com abfb7bb7f0 Added a #if 0 around the code to turn on transparent images 1998-07-17 04:41:35 +00:00
joki%netscape.com 1adb49aa32 Turning on scripts by default. This should just show an error or two
and not affect how pages show up.  If this proves not to be true we'll
turn it back off.  But it will help show where we are.
1998-07-17 04:38:47 +00:00
troy%netscape.com 2440e20bdf Sets the frame's view to indicate transparency if an image
associated with the frame is transparent
1998-07-17 03:43:46 +00:00
vidur%netscape.com a9ecb4ac21 Rotation test revamped 1998-07-16 23:39:08 +00:00
kipp%netscape.com 384d6fbda5 Implement paint method 1998-07-16 23:32:04 +00:00
kipp%netscape.com 936a3f47d9 Size the placeholder differently when visually debugging; render it too: 1998-07-16 23:31:53 +00:00
kipp%netscape.com 1db8e85205 Tweaked assertions 1998-07-16 23:31:33 +00:00
kipp%netscape.com 5ede0fb730 Remove descent from BR 1998-07-16 23:31:08 +00:00
kipp%netscape.com 7dd5d56c3d Treat floating tables better; place below current line floaters BEFORE clearing over them for nav compatability 1998-07-16 23:30:49 +00:00
buster%netscape.com bc9f28621d ua.css changed to match Nav default for cell padding 1998-07-16 23:24:53 +00:00
buster%netscape.com 728589d34d fundemental overhaul of the BasicTableLayoutStrategy
We now cache lots of useful info in the colframes
we now properly account for margins just as uniform cellspacing
1998-07-16 23:23:31 +00:00
kipp%netscape.com b16b9e2a07 Fix incremental reflow bug 1998-07-16 22:15:02 +00:00
vidur%netscape.com 12115f0ec1 Fixed memory leak in the case where a view already exists for a frame 1998-07-16 21:36:25 +00:00
vidur%netscape.com 94ec6d13a6 Rotation test 1998-07-16 21:13:10 +00:00
karnaze%netscape.com 31147b4ae2 revised hack for input controls 1998-07-16 19:50:03 +00:00
karnaze%netscape.com 25fbc6265e removed hack for input, textarea 1998-07-16 19:48:37 +00:00
spider%netscape.com b66986dd8d Remove broken-image.gif from install of Makefile. It was moved
to layout/html...
1998-07-16 18:44:32 +00:00
kipp%netscape.com 18fa173534 Deal with lingering leaf content properly during append reflow 1998-07-16 18:19:53 +00:00
troy%netscape.com 977847d3c3 Fixed some more nsColor.h captitalization problems 1998-07-16 17:09:26 +00:00
kipp%netscape.com 64c1287d33 Fixed include 1998-07-16 05:04:01 +00:00
troy%netscape.com 8456cebd78 Added background color to image loading member functions 1998-07-16 04:34:59 +00:00
troy%netscape.com 2c3fd8a09b Changed image group GetImage() member function so the background color
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
karnaze%netscape.com f0fd4a385f initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp 1998-07-15 23:42:14 +00:00
rpotts%netscape.com 14a8c49f35 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00