hyatt%netscape.com
9af43ac043
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
6830e1839d
Fix for bug 9503.
1999-07-10 00:51:35 +00:00
briano%netscape.com
94f24d2436
Fix for AIX. Redundant -I's were making the compile lines too long.
1999-07-09 23:50:28 +00:00
warren%netscape.com
61c8d73b43
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
4e29132a5d
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
15611e693f
First Checked In.
1999-07-09 01:14:45 +00:00
vidur%netscape.com
e7366c4bc8
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
457c3003fb
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
baaf56e24a
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
869bb26059
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
d6584e757a
Fixing problems with redraw on initial show of window.
1999-07-07 22:34:31 +00:00
troy%netscape.com
5dcc0ba4f3
Fix for bug #9354 , crash when typing into an empty document
1999-07-07 20:33:07 +00:00
warren%netscape.com
9975942bdb
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
nisheeth%netscape.com
8759b44d5c
Removed an extra space from the string displayed in the title bar.
1999-07-07 07:45:48 +00:00
nisheeth%netscape.com
9a9455daeb
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
97f3a5f03b
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
8aa9c1594f
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
5cdb03367b
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
87e4c2d72f
Removed HaveFixedContent* methods from nsHTMLReflowState and updated code to match (fix bug #7993 )
1999-07-07 02:33:17 +00:00
peterl%netscape.com
00dae67152
fix unix bustage (query interface macro usage error)
1999-07-07 02:07:34 +00:00
peterl%netscape.com
a7f9440b61
cleanup error handling
1999-07-07 01:32:59 +00:00
peterl%netscape.com
75f67b7a05
split attributes into mapped and unmapped parts
1999-07-07 01:32:28 +00:00
peterl%netscape.com
704fe7a511
added color name string value
1999-07-07 01:31:34 +00:00
peterl%netscape.com
a91231ba7c
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
2a9b289308
split attribute container into mapped and unmapped parts
1999-07-07 01:30:14 +00:00
peterl%netscape.com
ac97bf4bb2
hook up quirk mode
1999-07-07 01:29:49 +00:00
peterl%netscape.com
3ad2fcf758
sync to content api change
1999-07-07 01:28:43 +00:00
peterl%netscape.com
2740355f28
hooked up quirk mode
1999-07-07 01:28:04 +00:00
peterl%netscape.com
1f884ca4e3
cleanup
1999-07-07 01:27:29 +00:00
peterl%netscape.com
640e8f35df
better quirk mode handling
1999-07-07 01:27:08 +00:00
peterl%netscape.com
e7584e516b
fixed body append notification a bit
1999-07-07 01:26:25 +00:00
peterl%netscape.com
30d40fbb9a
better color attribute handling
1999-07-07 01:25:41 +00:00
peterl%netscape.com
57c3b9a684
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
6b109c6271
changed attribute mapping to use special attribute container
1999-07-07 01:22:38 +00:00
edburns%acm.org
16d14a952f
Stanley Ho's REFLOW_MODS change.
1999-07-07 00:32:01 +00:00
andreas.otte%primus-online.de
001ff1afea
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00
troy%netscape.com
6f7ecbfcd3
Removed one call to SetPrimaryFrameFor() that was redundant
1999-07-06 22:45:13 +00:00
hangas%netscape.com
97cb03a8e0
Fix for bugs 9288 and 8783.
1999-07-06 22:41:54 +00:00
sspitzer%netscape.com
ca20b32c35
fix warning
1999-07-06 22:40:54 +00:00
troy%netscape.com
9fc9b61b5c
Changed GetPrimaryFrameFor() to use a hash table to improve performance
1999-07-06 03:52:33 +00:00
kipp%netscape.com
c6d375626b
Removed white-space stripping from href's/backgrounds/etc to fix bug #8319
1999-07-05 21:14:37 +00:00
kipp%netscape.com
6546611600
Fixed bug #9282 - clip rect was computed wrong from style info and sign of right/bottom were inverted; eliminated many linux compiler warnings
1999-07-05 20:38:14 +00:00
kipp%netscape.com
83b55405b9
Map entities that expand to \r to \n (bug #6199 ); eliminate linux specific compiler warnings
1999-07-05 19:45:27 +00:00
kipp%netscape.com
224337a955
Fixed bug #8905 by moving a copy of the first-letter construction code into the bowels of the generated content frame generation code
1999-07-05 18:46:09 +00:00
kipp%netscape.com
bef3754263
Fixed margin calcs for block elements (and tables) so that when the object is wider than the avail width the object is pinned to the left/right edge as appropriate (bug #6155 )
1999-07-05 18:45:12 +00:00
andreas.otte%primus-online.de
3b7dac23f8
NECKO only: fixing MakeAbsolute while loading images
1999-07-04 22:41:42 +00:00
andreas.otte%primus-online.de
029524c65d
NECKO only: fixing MakeAbsolute when loading images, cleanup
1999-07-04 22:23:38 +00:00
hyatt%netscape.com
73b08a974d
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
warren%netscape.com
0989551d4c
Changed necko assertion to warning to make progress.
1999-07-03 06:52:55 +00:00
troy%netscape.com
689199ce89
General clean up and fixing of compiler warnings
1999-07-03 02:22:10 +00:00