troy%netscape.com
bec75a3a96
Added file nsDST.cpp
...
git-svn-id: svn://10.0.0.236/trunk@39050 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 03:54:00 +00:00
troy%netscape.com
f1e623946e
Initial check-in
...
git-svn-id: svn://10.0.0.236/trunk@39049 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 03:53:48 +00:00
sspitzer%netscape.com
c49f0c0a17
fix for #9698 . check pointer before dereferencing.
...
git-svn-id: svn://10.0.0.236/trunk@39013 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-12 19:41:03 +00:00
andreas.otte%primus-online.de
aa8f29f8c5
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
...
git-svn-id: svn://10.0.0.236/trunk@38985 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-11 15:46:10 +00:00
hyatt%netscape.com
94d84e7328
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).
git-svn-id: svn://10.0.0.236/trunk@38948 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 01:10:40 +00:00
hyatt%netscape.com
4993b080f5
Fix for bug 9503.
...
git-svn-id: svn://10.0.0.236/trunk@38944 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-10 00:51:35 +00:00
briano%netscape.com
ec130e4ad0
Fix for AIX. Redundant -I's were making the compile lines too long.
...
git-svn-id: svn://10.0.0.236/trunk@38939 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-09 23:50:28 +00:00
warren%netscape.com
5c37d2ec29
Necko stuff for dealing with load groups when opening URLs.
...
git-svn-id: svn://10.0.0.236/trunk@38929 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
c629e6ba46
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).
git-svn-id: svn://10.0.0.236/trunk@38926 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-09 20:58:16 +00:00
sfraser%netscape.com
91fd1e1b18
First Checked In.
...
git-svn-id: svn://10.0.0.236/trunk@38857 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-09 01:14:45 +00:00
vidur%netscape.com
3e0b8967ef
Cut-and-paste error. GetVLinkColor was calling the body's GetLink method. Fix approved by chofmann, reviewed by nisheeth.
...
git-svn-id: svn://10.0.0.236/trunk@38809 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 19:55:47 +00:00
kipp%netscape.com
e892b41a7f
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
...
git-svn-id: svn://10.0.0.236/trunk@38808 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 19:52:57 +00:00
kipp%netscape.com
35b87caf87
Only pass on url to server side image map when we end up with a valid url
...
git-svn-id: svn://10.0.0.236/trunk@38806 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 19:44:42 +00:00
kipp%netscape.com
50e58c37d3
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
...
git-svn-id: svn://10.0.0.236/trunk@38805 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-08 19:38:08 +00:00
hyatt%netscape.com
b4233487a4
Fixing problems with redraw on initial show of window.
...
git-svn-id: svn://10.0.0.236/trunk@38736 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 22:34:31 +00:00
troy%netscape.com
d0623722a3
Fix for bug #9354 , crash when typing into an empty document
...
git-svn-id: svn://10.0.0.236/trunk@38721 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 20:33:07 +00:00
warren%netscape.com
f165677628
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
...
git-svn-id: svn://10.0.0.236/trunk@38659 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 08:08:40 +00:00
nisheeth%netscape.com
d3ba9c6014
Removed an extra space from the string displayed in the title bar.
...
git-svn-id: svn://10.0.0.236/trunk@38650 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:45:48 +00:00
nisheeth%netscape.com
4ca0fbcc9c
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().
...
git-svn-id: svn://10.0.0.236/trunk@38646 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 07:31:24 +00:00
vidur%netscape.com
40039f1303
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.
...
git-svn-id: svn://10.0.0.236/trunk@38617 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:53:36 +00:00
vidur%netscape.com
3fd13d435d
Switched document.bgColor,fgColor, etc. to set a style rule on the HTMLStyleSheet if the BODY element doesn't yet exist
...
git-svn-id: svn://10.0.0.236/trunk@38616 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:52:27 +00:00
ramiro%netscape.com
146e131927
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
git-svn-id: svn://10.0.0.236/trunk@38598 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 04:38:18 +00:00
kipp%netscape.com
1b24c1974d
Removed HaveFixedContent* methods from nsHTMLReflowState and updated code to match (fix bug #7993 )
...
git-svn-id: svn://10.0.0.236/trunk@38572 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 02:33:17 +00:00
peterl%netscape.com
e4de646ea7
fix unix bustage (query interface macro usage error)
...
git-svn-id: svn://10.0.0.236/trunk@38562 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 02:07:34 +00:00
peterl%netscape.com
3fcb357b80
cleanup error handling
...
git-svn-id: svn://10.0.0.236/trunk@38554 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:32:59 +00:00
peterl%netscape.com
976dde3b16
split attributes into mapped and unmapped parts
...
git-svn-id: svn://10.0.0.236/trunk@38553 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:32:28 +00:00
peterl%netscape.com
24298c8d98
added color name string value
...
git-svn-id: svn://10.0.0.236/trunk@38552 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:31:34 +00:00
peterl%netscape.com
fa36e7cd75
split attribute container into mapped and unmapped parts
...
only mapped part is uniqued now
git-svn-id: svn://10.0.0.236/trunk@38550 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:30:43 +00:00
peterl%netscape.com
4afdc994ec
split attribute container into mapped and unmapped parts
...
git-svn-id: svn://10.0.0.236/trunk@38549 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:30:14 +00:00
peterl%netscape.com
1861884231
hook up quirk mode
...
git-svn-id: svn://10.0.0.236/trunk@38548 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:29:49 +00:00
peterl%netscape.com
3e3191c713
sync to content api change
...
git-svn-id: svn://10.0.0.236/trunk@38547 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:28:43 +00:00
peterl%netscape.com
7ac7ac6b56
hooked up quirk mode
...
git-svn-id: svn://10.0.0.236/trunk@38546 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:28:04 +00:00
peterl%netscape.com
0d16957c47
cleanup
...
git-svn-id: svn://10.0.0.236/trunk@38545 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:27:29 +00:00
peterl%netscape.com
1faa1cdc54
better quirk mode handling
...
git-svn-id: svn://10.0.0.236/trunk@38544 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:27:08 +00:00
peterl%netscape.com
15c11067b3
fixed body append notification a bit
...
git-svn-id: svn://10.0.0.236/trunk@38543 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:26:25 +00:00
peterl%netscape.com
7fe7c9e585
better color attribute handling
...
git-svn-id: svn://10.0.0.236/trunk@38542 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:25:41 +00:00
peterl%netscape.com
c4bfbf18ff
reworked attribute storage to seperate attributes mapped in to style from
...
those that aren't
This lets the style system optimize style contexts better.
git-svn-id: svn://10.0.0.236/trunk@38541 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:24:40 +00:00
peterl%netscape.com
5a1c760525
changed attribute mapping to use special attribute container
...
git-svn-id: svn://10.0.0.236/trunk@38540 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 01:22:38 +00:00
edburns%acm.org
c786c1aa85
Stanley Ho's REFLOW_MODS change.
...
git-svn-id: svn://10.0.0.236/trunk@38511 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 00:32:01 +00:00
andreas.otte%primus-online.de
03e69d05c3
NECKO only: replacing GetBuffer with ToNewCString and some error checking
...
git-svn-id: svn://10.0.0.236/trunk@38458 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 23:08:16 +00:00
troy%netscape.com
7e20d1a10e
Removed one call to SetPrimaryFrameFor() that was redundant
...
git-svn-id: svn://10.0.0.236/trunk@38437 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:45:13 +00:00
hangas%netscape.com
e56c8d1d36
Fix for bugs 9288 and 8783.
...
git-svn-id: svn://10.0.0.236/trunk@38427 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:41:54 +00:00
sspitzer%netscape.com
151068ddd1
fix warning
...
git-svn-id: svn://10.0.0.236/trunk@38424 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:40:54 +00:00
troy%netscape.com
cd133fcb8b
Changed GetPrimaryFrameFor() to use a hash table to improve performance
...
git-svn-id: svn://10.0.0.236/trunk@38387 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 03:52:33 +00:00
kipp%netscape.com
14245ab0dc
Removed white-space stripping from href's/backgrounds/etc to fix bug #8319
...
git-svn-id: svn://10.0.0.236/trunk@38372 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 21:14:37 +00:00
kipp%netscape.com
782de5df04
Fixed bug #9282 - clip rect was computed wrong from style info and sign of right/bottom were inverted; eliminated many linux compiler warnings
...
git-svn-id: svn://10.0.0.236/trunk@38370 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 20:38:14 +00:00
kipp%netscape.com
853509e450
Map entities that expand to \r to \n (bug #6199 ); eliminate linux specific compiler warnings
...
git-svn-id: svn://10.0.0.236/trunk@38368 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 19:45:27 +00:00
kipp%netscape.com
b3c3552149
Fixed bug #8905 by moving a copy of the first-letter construction code into the bowels of the generated content frame generation code
...
git-svn-id: svn://10.0.0.236/trunk@38361 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 18:46:09 +00:00
kipp%netscape.com
85b12bb5d7
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 )
...
git-svn-id: svn://10.0.0.236/trunk@38360 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-05 18:45:12 +00:00
andreas.otte%primus-online.de
1df7e2c156
NECKO only: fixing MakeAbsolute while loading images
...
git-svn-id: svn://10.0.0.236/trunk@38327 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-04 22:41:42 +00:00