kipp%netscape.com
f9e23515cd
Removed a compiler warning
1999-07-16 17:40:39 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
valeski%netscape.com
f135856aa7
yanked some function redefinitions if NECKO was defined
1999-07-15 15:17:43 +00:00
dcone%netscape.com
f80c513c88
Fixed printing to make sure all URL's are loaded before print.
...
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
sspitzer%netscape.com
b52b41b601
back this out. causes build bustage. sorry
1999-07-15 07:13:06 +00:00
sspitzer%netscape.com
a56022118e
use NS_DEFINE_CID instead of NS_DEFINE_CID where appropriate. fix warning
1999-07-15 07:00:22 +00:00
sspitzer%netscape.com
74c476330c
fix warning
1999-07-15 06:58:53 +00:00
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
akkana%netscape.com
c52443a441
9180: add content comment, not XIF comment. r=chofmann
1999-07-07 22:43:46 +00:00
warren%netscape.com
6a0313832e
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:19:38 +00:00
peterl%netscape.com
92fcfce881
added color name string value
1999-07-07 01:31:34 +00:00
peterl%netscape.com
455ea670d9
better fixed font handling
1999-07-07 01:22:04 +00:00
peterl%netscape.com
d5a1581d6d
better memory handling
1999-07-07 01:20:43 +00:00
peterl%netscape.com
1092f444a0
propogate quirk mode into child contexts
1999-07-07 01:20:21 +00:00
peterl%netscape.com
8184256766
cleanup
1999-07-07 01:19:31 +00:00
peterl%netscape.com
f21a88c90a
changed attribute impact api
1999-07-07 01:18:59 +00:00
akkana%netscape.com
9e5868b5e5
Fix formatted plaintext output -- it wasn't following prettyprint or wrap length
1999-07-06 23:13:15 +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
kipp%netscape.com
926ce8bbed
Made direction inheritable by tables in nav-quirks mode; cleaned up some linux specific compiler warning noise
1999-07-05 18:43:38 +00:00
radha%netscape.com
22066bd370
Don't use the values returned by NS_MakeAbsURL to pass it to link handler, when
...
a mailto: url is clicked. This is because netlib doesn't understand mailto: urls yet.
This will be fixed the right way after NECKO lands
1999-07-04 23:48:06 +00:00
andreas.otte%primus-online.de
873a640f4b
NECKO only: fixing MakeAbsolute when loading images, cleanup
1999-07-04 22:23:38 +00:00
andreas.otte%primus-online.de
ef62836077
NECKO only: fixing MakeAbsolute when using link
1999-07-04 20:56:29 +00:00
jfrancis%netscape.com
5dc9421f1c
thread safety comes to nsRange
1999-07-03 11:14:08 +00:00
jfrancis%netscape.com
ebc79c328c
fix for bug 8024
1999-07-03 06:19:11 +00:00
akkana%netscape.com
53ee27fc97
Fix DoPrettyPrint -- turning off prettyprinting was broken
1999-07-02 19:41:40 +00:00
troy%netscape.com
f49cf1f201
Added function FindPrimaryFrameFor()
1999-07-02 04:46:19 +00:00
jfrancis%netscape.com
f83c611c20
fixed bug in CompareEndPoints()
1999-07-01 13:40:09 +00:00
jfrancis%netscape.com
d11c31e1c0
a little neatening
1999-07-01 08:39:24 +00:00
waterson%netscape.com
602b1c37bf
Add GetIID().
1999-06-30 19:28:16 +00:00
akkana%netscape.com
830cc10614
- New dialog and editor shell API for Insert HTML Source
...
- Add wrapcolumn setting to document encoders, and use it in the editor
- Fix numbered lists in the html to text sink stream.
1999-06-30 19:26:08 +00:00
vidur%netscape.com
88a75ad2dc
Switched to using NS_WITH_SERVICE as per bug 5403
1999-06-29 23:43:46 +00:00
scc%netscape.com
d049be3c31
Added |GetIID()|
1999-06-29 20:28:56 +00:00
warren%netscape.com
28d53ce097
Necko cleanup.
1999-06-29 00:37:14 +00:00
warren%netscape.com
163cf1930c
Fixed necko ifdef.
1999-06-29 00:25:46 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
akkana%netscape.com
78e98af618
- Add a prettyprint flag to the html-to-text sink (false by default).
...
When prettyprinting is on, we will attempt to make the plaintext
mimic the look of the html; when off (as for copy/paste), we just
dump the text with no formatting information.
1999-06-26 00:01:11 +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
akkana%netscape.com
f0da4068f2
5924: Fix XIF handling of HTML comments, and also pass through the document's original formatting whitespace
1999-06-24 20:15:52 +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
akkana%netscape.com
e1b3dd32f4
Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell
1999-06-22 21:47:45 +00:00
peterl%netscape.com
0818917cf6
better protection against bad calls in resolve style
1999-06-22 19:16:40 +00:00
peterl%netscape.com
0635688879
added fixed font flag support
1999-06-22 19:16:16 +00:00
jfrancis%netscape.com
365a0ec07e
care and feeding of the compiler...
1999-06-20 23:32:22 +00:00
jfrancis%netscape.com
99b76dc78a
spring cleaning of interfaces
1999-06-20 23:02:48 +00:00
jfrancis%netscape.com
ef5c78809a
fixing bug that broke selection in docs with generated content
1999-06-20 00:12:59 +00:00
sspitzer%netscape.com
b1ffc95e12
safety checks to prevent dereferencing null
1999-06-19 21:18:13 +00:00
mjudge%netscape.com
5594373348
oops forgot one
1999-06-19 20:50:20 +00:00
mjudge%netscape.com
9eccad5750
up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect.
1999-06-19 20:36: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