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
64b9a8123b
Added comment describing how incremental painting works
1999-07-14 15:13:47 +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
587b2f0a69
Fix for bug 9566.
1999-07-10 08:20:09 +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
pnunn%netscape.com
ce1af62c69
added to img mime types. pnunn. ok'd by chofmann.
1999-07-08 01:32:11 +00:00
sfraser%netscape.com
122c70cece
Fix for 9361, comment out bogus assert in the caret code. a chofmann
1999-07-08 01:24:52 +00:00
hyatt%netscape.com
01f0b66ecf
Nailed this repainting/disappearing bug to the WALL!
1999-07-08 00:43:17 +00:00
mcafee%netscape.com
ae96ec08d1
Adding nsToolbarItemFrame.cpp to the build, this gets used when TOOLBAR_DD=1, ie. --enable-toolbar-dd. a=cyeh
1999-07-07 22:55:47 +00:00
akkana%netscape.com
c52443a441
9180: add content comment, not XIF comment. r=chofmann
1999-07-07 22:43:46 +00:00
pinkerton%netscape.com
48f925b5fe
rewite GetScreen* to use nsIWidget::WidgetToScreen(), which actually will work under linux and mac. (rev pavlov, appr cyeh). Bug #9114 .
1999-07-07 22:40:22 +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
6a0313832e
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:19:38 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
norris%netscape.com
fc9729ccd2
Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure.
1999-07-07 07:50:03 +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
c5e28df980
force quirks off for XML
1999-07-07 01:33:27 +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