akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
jevering%netscape.com
bf09e3f6d9
Building w/Necko. For some reason prmem.h is not being included on the
...
NECKO=1 build. Added include.
1999-07-14 17:13:05 +00:00
ftang%netscape.com
9e3d0e1906
hook charset detection for html document
1999-07-14 15:33:48 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +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
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
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
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
kipp%netscape.com
596f172e63
Map entities that expand to \r to \n (bug #6199 ); eliminate linux specific compiler warnings
1999-07-05 19:45:27 +00:00
warren%netscape.com
6d3e85b53e
Changed necko assertion to warning to make progress.
1999-07-03 06:52:55 +00:00
vidur%netscape.com
2833d42c0e
SCRIPT elements now added to the tree with a containing text element representing the script content
1999-07-02 20:59:39 +00:00
vidur%netscape.com
8038804add
Style elements now have a text child for their contents.
1999-07-01 21:39:14 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
kin%netscape.com
c28fd4c67a
Added GetIID() method.
1999-07-01 18:57:36 +00:00
waterson%netscape.com
602b1c37bf
Add GetIID().
1999-06-30 19:28:16 +00:00
vidur%netscape.com
133c98462e
Fix for bug 9035. Shut of layers emulation and fixed type in layers getter.
1999-06-30 00:14:21 +00:00
akkana%netscape.com
04d06ed20e
Better place to flush the buffer, suggested by Vidur
1999-06-29 00:26:06 +00:00
vidur%netscape.com
eb9495e722
added case for HTML element to MakeContentObject
1999-06-28 23:41:01 +00:00
vidur%netscape.com
d922249feb
nsHTMLContentSink.cpp
1999-06-28 23:39:25 +00:00
akkana%netscape.com
da93c0ae05
Call FlushText after calling AddText, to keep from dropping text at the end of the fragment
1999-06-28 23:39:15 +00:00
akkana%netscape.com
a88b8ef7ae
Fix warnings, mostly from conflicts with the index routine declared in string.h on Linux
1999-06-28 21:27:10 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
harishd%netscape.com
bb0006855d
Fix for Bug# 7957.
...
Always set the first "Title".
1999-06-28 19:56:10 +00:00
valeski%netscape.com
ff18ce7d6d
various #ifdef NECKO fixes.
1999-06-27 16:12:20 +00:00
warren%netscape.com
2f5289766d
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
1999-06-25 02:17:37 +00:00
warren%netscape.com
6fc20cbcd6
More necko changes.
1999-06-25 01:53:22 +00:00
warren%netscape.com
5e8dccf3fe
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
1999-06-23 19:55:21 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
valeski%netscape.com
487d9ea921
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
1999-06-18 17:34:08 +00:00
vidur%netscape.com
cbef600091
sink now creates content for BASE element
1999-06-16 00:44:50 +00:00
peterl%netscape.com
f582acdf29
sync to css loader api change (default namespace)
1999-06-15 06:22:46 +00:00
peterl%netscape.com
9df8ff0558
sync to style sheet api change
...
added support for detecting other css rule types
1999-06-10 05:21:22 +00:00
akkana%netscape.com
d95e3b93e3
Part of Vidur's html fragment changes: files which aren't in the build yet
1999-06-03 22:30:12 +00:00
vidur%netscape.com
fca71d812c
possibly temporary sink implementation to build a document fragment.
1999-05-29 01:29:01 +00:00
nhotta%netscape.com
a40a8715a8
Added a check for force charset.
1999-05-28 20:53:29 +00:00
vidur%netscape.com
b8ecc55881
Added noscript qualifier to HTMLDocument::Open, Write and Writeln and moved the JS-specific versions over to NSHTMLDocument.
1999-05-28 00:18:48 +00:00
peterl%netscape.com
766ffe4aa0
drop doc reference on CSS loader
1999-05-26 23:50:26 +00:00
peterl%netscape.com
325e454ccd
made inline style sheet non-blocking
...
fixed processing of link type ("rel")
fixed handling of mime type
1999-05-26 23:49:33 +00:00
bruce%cybersight.com
e73f9d9713
Fix a free memory mismatch.
1999-05-26 22:53:12 +00:00
ftang%netscape.com
cc813dcc33
fix bug 6740. approved by christ hofmann
1999-05-25 02:30:03 +00:00
mscott%netscape.com
7955391327
Back out ftang's changes to fix show stopper on mailnews: Bug #6740 . Right now mailnews is helpless without backing this out.
1999-05-20 03:23:44 +00:00
harishd%netscape.com
f7a60fdd2e
Fix for bug#6716. For handling multiple <BODY> tags in a document.
...
(R) rickg, (A) chofmann
1999-05-19 22:10:30 +00:00
ftang%netscape.com
32f6dee483
get charset information from nsIWebShell to implement META charset reload
1999-05-19 00:24:41 +00:00
vidur%netscape.com
08b19509c2
Fix for bug 3387. document.opened pages now get the URL of their source document.
1999-05-18 23:44:55 +00:00
peterl%netscape.com
22dd7d3800
added insert style sheet
1999-05-18 23:08:14 +00:00
peterl%netscape.com
3a4d108647
added css loader accessor
1999-05-18 23:07:53 +00:00