dcone%netscape.com
34ed2634ed
removed nsDomnodeiterator.cpp, nsHTMLTagContent.cpp
1998-07-20 20:52:14 +00:00
karnaze%netscape.com
381a7c28a9
initial support for <frameset> <frame> in content sink
1998-07-20 18:52:40 +00:00
troy%netscape.com
6fb2009eec
Changed it so image frames don't have a view, and turned on transparent
...
images
1998-07-19 05:48:46 +00:00
kipp%netscape.com
3f326bc4da
Pass title to web shell if we are wrapped in one
1998-07-19 01:14:53 +00:00
kipp%netscape.com
1476a300de
Removed SetTitle
1998-07-19 01:14:21 +00:00
kipp%netscape.com
39f5530391
Port to new nsIWebShell and related API's
1998-07-18 21:47:56 +00:00
kipp%netscape.com
8375f728af
Added missing includes
1998-07-18 21:46:51 +00:00
kipp%netscape.com
ac5be48a5a
Added AddFloater method (not yet used)
1998-07-18 21:45:40 +00:00
kipp%netscape.com
353412c562
Find floaters after placing line so that floater list is kept up to date
1998-07-18 21:45:17 +00:00
kipp%netscape.com
bcda4bfa7d
Disabled selection noise with an ifdef
1998-07-18 21:44:11 +00:00
rods%netscape.com
5ebefdb03c
made changes to selection for debugging
1998-07-18 18:19:41 +00:00
rods%netscape.com
85654e2b32
changed GetNextContent to pas back next leaf node content
1998-07-18 18:18:53 +00:00
rods%netscape.com
54786e9833
made minor changes to selection
1998-07-18 18:18:20 +00:00
rods%netscape.com
5c972347e3
exported nsSelectionPoint.h
1998-07-18 18:17:08 +00:00
troy%netscape.com
adf40001e6
Eliminated some unnecessary image rendering
1998-07-18 15:26:03 +00:00
rods%netscape.com
f05c4a6bf9
turned off selection
1998-07-18 14:03:43 +00:00
kipp%netscape.com
e0990f1890
Fixed crasher bug
1998-07-18 01:06:30 +00:00
kostello%netscape.com
e7dee8f2f4
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
d00cb81a0c
Removed redundant DidReflow's
1998-07-17 21:50:43 +00:00
kipp%netscape.com
60665deb3d
Implement dom access to the SRC attribute
1998-07-17 21:16:43 +00:00
kipp%netscape.com
999560e810
new
1998-07-17 21:16:18 +00:00
buster%netscape.com
ef4c17cfab
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
54a30ab850
Only break from next-in-flow when we have a next-in-flow
1998-07-17 18:14:23 +00:00
buster%netscape.com
516af96c36
fixed table maxElementSize
1998-07-17 17:51:55 +00:00
buster%netscape.com
43e2bfb777
we now allow empty rows
1998-07-17 17:51:43 +00:00
kipp%netscape.com
316e166f7b
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
589dcc48fe
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
165211e3bb
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
ed2c6d38a8
added comment support
1998-07-17 05:50:35 +00:00
peterl%netscape.com
af17e2c85b
fixed @import parsing
...
rejected malformed id selectors
sync to declaration api change
1998-07-17 05:50:07 +00:00
peterl%netscape.com
f45d7bcdde
fixed fixed font handling
1998-07-17 05:49:03 +00:00
peterl%netscape.com
418a441427
added fixed font support
...
better font size support
1998-07-17 05:46:12 +00:00
peterl%netscape.com
a65025d311
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
adf94fdf7c
better font support
1998-07-17 05:44:27 +00:00
peterl%netscape.com
d2bf561219
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
2122fae9c9
added default fixed pitch font & default colors
1998-07-17 05:41:41 +00:00
peterl%netscape.com
a0fe56c7cd
added fixed pitch font, added content pointer
1998-07-17 05:41:02 +00:00
joki%netscape.com
db560e8cac
Adding new DOM stuff to handle JS event handlers
1998-07-17 04:52:12 +00:00
troy%netscape.com
43549900ba
Added a #if 0 around the code to turn on transparent images
1998-07-17 04:41:35 +00:00
joki%netscape.com
d7e6e4df20
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
20e203fb53
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
e4c8079dac
Rotation test revamped
1998-07-16 23:39:08 +00:00
kipp%netscape.com
2ef5aa2ece
Implement paint method
1998-07-16 23:32:04 +00:00
kipp%netscape.com
a8093e38e4
Size the placeholder differently when visually debugging; render it too:
1998-07-16 23:31:53 +00:00
kipp%netscape.com
9130b882c4
Tweaked assertions
1998-07-16 23:31:33 +00:00
kipp%netscape.com
bdcc5349b1
Remove descent from BR
1998-07-16 23:31:08 +00:00
kipp%netscape.com
ac9f0ebc3b
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
1e57359168
ua.css changed to match Nav default for cell padding
1998-07-16 23:24:53 +00:00
buster%netscape.com
51fe86ee79
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
8a146ed86e
Fix incremental reflow bug
1998-07-16 22:15:02 +00:00