Commit Graph

968 Commits

Author SHA1 Message Date
rickg%netscape.com
821bf72f0b disabling residual style until I can find the hang that simon reported; r=none 1999-12-07 07:51:33 +00:00
rickg%netscape.com
bf13e88de7 fixed blockers: 19598 and 20624 with temp workaround; r=syd. 1999-12-07 06:48:56 +00:00
rickg%netscape.com
656cdd46fe removed 2 warnings; r=none 1999-12-07 05:07:53 +00:00
rickg%netscape.com
9825cbc82b finally landing residual style handling code; r=harishd; other changes include warning removal and comment handling fix, r=buster. This fixes over 50 bugs. 1999-12-07 00:22:15 +00:00
akkana%netscape.com
875f5d20d3 Add tests/outsinks to build. r=slamm 1999-12-06 22:34:11 +00:00
akkana%netscape.com
4f65ed63c5 Add htmlparser/tests/outsinks to the enable-tests build 1999-12-06 22:29:49 +00:00
akkana%netscape.com
e25d7f30ef Remove a debug printf. Trivial one-line change 1999-12-06 21:49:04 +00:00
rhp%netscape.com
5c1d1ddd4b Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
rickg%netscape.com
5e501b9d48 inadvertently left debug #ifdefs in 1999-12-03 00:43:36 +00:00
rickg%netscape.com
ba0b558f0c fixed bug 20229; r=beard. Special thanks to patrick for his persistence with leaks. 1999-12-03 00:33:17 +00:00
rickg%netscape.com
95441de478 fixed PDT+19121; r=kmcclusk 1999-12-03 00:30:29 +00:00
rickg%netscape.com
d1090af63f various bug fixes (PDT+ and other); removed warnings. r=syd 1999-12-02 10:14:42 +00:00
sfraser%netscape.com
db82916641 Part of fix for bug 16813 -- line termination problems with forms. r=pollman, rickg. 1999-12-01 23:05:58 +00:00
akkana%netscape.com
86106d8d29 Fix the last output test that didn't pass.
Now TestOutSinks can be run as an automated test, by anyone, to find
regressions, instead of me having to go through each one by hand.
1999-12-01 22:41:22 +00:00
akkana%netscape.com
9d546b6eb8 20253, 20246: Fix extra ; after entity output. Clean up the code which
inserts the "html" text for an open html tag.  Changes from rickg to
remove large amounts of obsolete code from nsXIFDTD. r=rickg
1999-12-01 22:09:21 +00:00
ftang%netscape.com
6c1073fc66 fix bug 19206. r=erik move two nsAutoString tothe same block where the code reference to it's internal data 1999-11-30 22:03:31 +00:00
warren%netscape.com
831cd57deb Put back in util.lib 1999-11-30 21:56:24 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
akkana%netscape.com
aba147d905 19515: fix a XIF DTD problem where text nodes with names corresponding
to XIF node names didn't make it into the output.  Fix from rick, r=me.
Also, a temp fix to the html output sink to get around bug 20246,
and a couple of test case tweaks.
1999-11-29 22:33:32 +00:00
beard%netscape.com
c9b19c6c0d bug #19474, r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes. 1999-11-28 17:20:11 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
shaver%netscape.com
b829e11c5a Fix for 18505 (rename nsDeque::Peek to nsDeque::PeekFront) from Sammy Ford
<fuzed@swbell.net>.
1999-11-27 17:47:05 +00:00
akkana%netscape.com
b7407ba0eb 20062: following Naoki's advice on which flag to use for entity conversion 1999-11-24 22:59:34 +00:00
akkana%netscape.com
0c683d1831 Change asserts to nonfatal warnings 1999-11-24 00:56:03 +00:00
rickg%netscape.com
af437476c2 fixed bug18312; this isn't PDT+, but is something that Phil has been *really* anxious to have fixed. r=nisheeth 1999-11-23 03:09:12 +00:00
rickg%netscape.com
89ef822b70 fixed bug 18312; it's not PDT+, but it's something Phil has been *really* anxious to fix. r=nisheeth 1999-11-23 03:07:09 +00:00
rickg%netscape.com
dfcb1effea fixed PDT+ bug 3118; r=dcone 1999-11-22 20:12:21 +00:00
rickg%netscape.com
5bd71b8c2e landing updates for harish, and residual style WIP; r=rickg 1999-11-22 06:18:24 +00:00
akkana%netscape.com
b51fc5c63e Contribution from mozilla@bucksch.org to improve anchor and img tags
in formatted mode (r=akkana).
Also some minor improvements to handling of blank lines in pre tags,
to get rid of extra blank lines in plaintext mail (r=mcafee).
1999-11-18 19:39:47 +00:00
harishd%netscape.com
edfc4f8016 Unblocking bug 18679.
[ scanner got into an infinte loop ]
1999-11-17 00:25:33 +00:00
jdunn%netscape.com
e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rickg%netscape.com
3ac1556fa6 trivial removal of warnings; r=none 1999-11-14 23:15:35 +00:00
jdunn%netscape.com
fc0b3a7bf4 adding newline at end of file... required by HP 1999-11-14 20:26:08 +00:00
rickg%netscape.com
c7fca42f17 2nd half of parser wip; lots of bugs; r=harishd 1999-11-14 06:23:11 +00:00
harishd%netscape.com
38ad4a2ec2 Another attempt to fix the bustage!!! 1999-11-13 04:56:56 +00:00
harishd%netscape.com
da13c6bd98 Fix for the bustage. 1999-11-13 04:37:54 +00:00
harishd%netscape.com
aa7503d71d This checkin contains combined work of rickg and harishd
Harishd's Changes:
 Fix for bugs
 2749    - Tweaked strict comment handling, i.e., <!------> is now treated as an illegal comment in strict mode
16934   - Rectifed reporting of JS line error when a newline is found within a tag.
15204   - Made TEXTAREA content to reflect the source document.
11979, 16826  - Stoping the parser properly on receiving the stop-error message.
17594   - Added code to parse <!DOCTYPE> content correctly.
17496   - Building up the stack for orphaned OPTIONs

r=rickg

Rickg's Changes:
  rickg will be posting comments on his changes by 11/12/99.

r=harishd
1999-11-13 03:53:11 +00:00
akkana%netscape.com
f7ee0a5e97 Backing out previous change -- it didn't do as much as I'd hoped 1999-11-11 22:45:32 +00:00
akkana%netscape.com
836bfb9d94 18576: improve wrapping of plaintext replies 1999-11-11 22:24:34 +00:00
jdunn%netscape.com
0c7a249849 removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'.
NOTE: trying to compile a ';' fails on AIX
1999-11-11 21:35:34 +00:00
akkana%netscape.com
8bf133a8f7 17564, 17871, 17883, 18249, 13753,
18012, 16800, maybe 17565 and 13278:
Integrate contributions from Ben Bucksch (mozilla@bucksch.org)
and Daniel Brattell (bratell@lysator.liu.se) to improve formatted
plaintext output, including adding text style indicators, improving
table output and wrapping, and fixing several wrapping/whitespace bugs.
Also update the auto tests to reflect some of the bugs recently fixed.
  r=myself,mozilla@bucksch.org,bratell@lysator.liu.se
1999-11-10 23:50:45 +00:00
slamm%netscape.com
7699111c7e Fix warnings for partially bracketed initializers. r=rickg a=chofmann 1999-11-10 23:47:37 +00:00
nisheeth%netscape.com
ecf204e501 a=sdagley. Move over to new timing macros... 1999-11-10 03:41:09 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nisheeth%netscape.com
02e8b01baf r=harishd, a=chofmann. Fix for bugs 11992, 10563. New lines get reported in the XML document prolog. Now, JS errors in XML report correct line numbers. 1999-11-03 23:50:16 +00:00
akkana%netscape.com
eaec46cadb Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output.  Restructures the plaintext
output wrapping code, wholly or partially fixes numerous bugs in plaintext
output (13278, 13442, 17823, 17824, 13753, 12551), makes the automated
tests work on Windows and adds some new automated tests. r=akkana.
1999-11-03 02:44:44 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
harishd%netscape.com
3bfbd06af1 No bug number.
Improvement to table performance by reducing
the number of context switch calls.

r=vidur
1999-11-02 20:58:12 +00:00
nisheeth%netscape.com
338766cb42 r=pollmann. Check local DTD directory for dtd files and, if found, load them from there. 1999-11-02 01:16:37 +00:00
akkana%netscape.com
4aa11f44fd Fix Sun build bustage: older gcc can't do nsCOMPtr on a forward type 1999-11-01 22:16:15 +00:00