ftang%netscape.com
9e3d0e1906
hook charset detection for html document
1999-07-14 15:33:48 +00:00
troy%netscape.com
f540768faa
As step #1 in incremental painting I changed Reflow() to invalidate the
...
entire bounds after an incremental reflow. The table should be smarter about
how much it invalidates, but this is necessary for the time being because the
area frame no longer invalidates everything
1999-07-14 15:21:52 +00:00
troy%netscape.com
5598bdcb3b
Changed Reflow() to invalidate bounds for an incremental reflow
1999-07-14 15:20:01 +00:00
troy%netscape.com
d5b4ef9f31
Added #define of NS_AUTOMARGIN
1999-07-14 15:17:33 +00:00
troy%netscape.com
77b77c8506
Changed Reflow() and ReflowDirtyLines() to invalidate the damaged areas
...
after an incremental reflow
1999-07-14 15:16:56 +00:00
troy%netscape.com
cf2f2469ef
Area frame no longer invalidates its entire bounds after an incremental reflow,
...
and instead it's up to the individual frames to invalidate their damaged areas
1999-07-14 15:15:01 +00:00
troy%netscape.com
53e95f8313
Fix for bug #9733 . Changed CantRenderReplacedElement() so it resets the primary
...
frame mapping for the image
1999-07-14 15:11:37 +00:00
troy%netscape.com
f02a578659
Fixed a problem in ConstructFrameByTag() where the parent frame was wrong
...
for floated elements
1999-07-14 15:10:10 +00:00
troy%netscape.com
7a748f6154
Added nsDST.cpp to Unix builds
1999-07-14 15:08:32 +00:00
troy%netscape.com
4b249f6652
Improved the tree verification function so it's more thorough
1999-07-14 15:07:46 +00:00
troy%netscape.com
74fd84dc6d
Added file nsDST.cpp
1999-07-13 03:54:00 +00:00
troy%netscape.com
b81b89d700
Initial check-in
1999-07-13 03:53:48 +00:00
sspitzer%netscape.com
f8a96d6626
fix for #9698 . check pointer before dereferencing.
1999-07-12 19:41:03 +00:00
andreas.otte%primus-online.de
b6031c6f4b
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
1999-07-11 15:46:10 +00:00
hyatt%netscape.com
7e86878e70
Batching removal and making sure I get notified (in an attempt to fix some
...
of the out of sync problems the tree widget is having).
1999-07-10 01:10:40 +00:00
hyatt%netscape.com
be48637f50
Fix for bug 9503.
1999-07-10 00:51:35 +00:00
briano%netscape.com
2dc92dac1d
Fix for AIX. Redundant -I's were making the compile lines too long.
1999-07-09 23:50:28 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
f2ab023788
Changes to the tree widget to prevent memory whackage that's causing
...
crashes. This should fix several of the mailnews bugs. It's hard to
say exactly which of them will be fixed by this, since some of them
are caused by memory whackage and others are real bugs in the widget
itself.
Also adding in support for Troy's primary frame hashtable, thus ensuring
that when the tree widget dynamically deletes frames that the mappings
in the hashtable are removed (so that deleted frames won't accidentally
be retrieved).
1999-07-09 20:58:16 +00:00
sfraser%netscape.com
c0f346c2cd
First Checked In.
1999-07-09 01:14:45 +00:00
vidur%netscape.com
5080813119
Cut-and-paste error. GetVLinkColor was calling the body's GetLink method. Fix approved by chofmann, reviewed by nisheeth.
1999-07-08 19:55:47 +00:00
kipp%netscape.com
779fae0c49
Fixed bug 6574 - the problem was that the current color was being reset when the text decoration, in this case an underline, was being drawn so that the next chunk of text rendered in the smallcaps font was drawn in the wrong color
1999-07-08 19:52:57 +00:00
kipp%netscape.com
835a8e5d69
Only pass on url to server side image map when we end up with a valid url
1999-07-08 19:44:42 +00:00
kipp%netscape.com
24c8b64d1e
Fix bug #652 - made server side image maps find the proper href to base the url on by looking up the content tree of an nsIDOMHTMLAnchorElement
1999-07-08 19:38:08 +00:00
hyatt%netscape.com
dd7355cf02
Fixing problems with redraw on initial show of window.
1999-07-07 22:34:31 +00:00
troy%netscape.com
82422752eb
Fix for bug #9354 , crash when typing into an empty document
1999-07-07 20:33:07 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
nisheeth%netscape.com
670427b1d4
Removed an extra space from the string displayed in the title bar.
1999-07-07 07:45:48 +00:00
nisheeth%netscape.com
1381c60863
Partial fix for bug 5707. We now set the title of the image to "Image: width x height pixels", where width and height are the dimensions of the image being displayed. This title is set from nsImageDocument::EndLayout() a newly added method that gets called from nsImageListener::StopRequest().
1999-07-07 07:31:24 +00:00
vidur%netscape.com
6f85dce006
Added a HTMLDocumentColor special-case rule for the HTML element. This is set when either the bgColor or fgColor is set on a HTML document.
1999-07-07 04:53:36 +00:00
vidur%netscape.com
7a1255d34d
Switched document.bgColor,fgColor, etc. to set a style rule on the HTMLStyleSheet if the BODY element doesn't yet exist
1999-07-07 04:52:27 +00:00
ramiro%netscape.com
abf0cc4a0f
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
kipp%netscape.com
b635ab5465
Removed HaveFixedContent* methods from nsHTMLReflowState and updated code to match (fix bug #7993 )
1999-07-07 02:33:17 +00:00
peterl%netscape.com
089df585d5
fix unix bustage (query interface macro usage error)
1999-07-07 02:07:34 +00:00
peterl%netscape.com
de00c8306c
cleanup error handling
1999-07-07 01:32:59 +00:00
peterl%netscape.com
7559c431c6
split attributes into mapped and unmapped parts
1999-07-07 01:32:28 +00:00
peterl%netscape.com
92fcfce881
added color name string value
1999-07-07 01:31:34 +00:00
peterl%netscape.com
acbf191666
split attribute container into mapped and unmapped parts
...
only mapped part is uniqued now
1999-07-07 01:30:43 +00:00
peterl%netscape.com
012965c3f8
split attribute container into mapped and unmapped parts
1999-07-07 01:30:14 +00:00
peterl%netscape.com
251d04536a
hook up quirk mode
1999-07-07 01:29:49 +00:00
peterl%netscape.com
a4ad0b9db0
sync to content api change
1999-07-07 01:28:43 +00:00
peterl%netscape.com
2bad49b1ac
hooked up quirk mode
1999-07-07 01:28:04 +00:00
peterl%netscape.com
f3d35bf597
cleanup
1999-07-07 01:27:29 +00:00
peterl%netscape.com
2e2639bd12
better quirk mode handling
1999-07-07 01:27:08 +00:00
peterl%netscape.com
cdcf705d0b
fixed body append notification a bit
1999-07-07 01:26:25 +00:00
peterl%netscape.com
c379074092
better color attribute handling
1999-07-07 01:25:41 +00:00
peterl%netscape.com
551c1fcc99
reworked attribute storage to seperate attributes mapped in to style from
...
those that aren't
This lets the style system optimize style contexts better.
1999-07-07 01:24:40 +00:00
peterl%netscape.com
39ce4ee192
changed attribute mapping to use special attribute container
1999-07-07 01:22:38 +00:00
edburns%acm.org
9aac167f26
Stanley Ho's REFLOW_MODS change.
1999-07-07 00:32:01 +00:00
andreas.otte%primus-online.de
d968fa955b
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00