Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com 1a47a2e363 35118: Fix from Daniel Bratell <bratell@lysator.liu.se> to fix signature delimiters in format=flowed 2000-05-16 00:37:41 +00:00
cls%seawood.org fec728bf12 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
mjudge%netscape.com 6622635cab making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
harishd%netscape.com 579dc09f6a Checkin for akkana - Regression test change
r=me
2000-04-18 21:08:39 +00:00
akkana%netscape.com e11cf413e0 Remove obsolete csh version of the test 2000-04-13 19:42:18 +00:00
cls%seawood.org 57978e5c23 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
warren%netscape.com d60b12b153 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
akkana%netscape.com 65c8f90af3 Switch to the perl version of the test script 2000-03-15 23:47:00 +00:00
akkana%netscape.com 0d0810c0ee Install the new TestOutSinks.pl 2000-03-14 03:24:44 +00:00
akkana%netscape.com 31aa6bfb8b 17883, indentation spaces (from Daniel Bratell, bratell@lysator.liu.se),
30380, blockquote should be block (also from Daniel),
6079, URLs surrounded by quotes *and* angle brackets (from Ben Bucksch,
      mozilla@bucksch.org),
translate test into perl (so it will eventually be runnable on mac)
 and fix up some old tests (me).
2000-03-14 03:01:15 +00:00
akkana%netscape.com ec3e83cff5 More on 19428: fix the output tests on windows. r=cmanske, a=rickg. 2000-02-25 01:09:37 +00:00
akkana%netscape.com c5a660737e 19428: fix copying from a document with a doctype.
Also add test cases to notice this if it ever regresses.
Fix from harishd, r=me, a=rickg.
2000-02-23 01:23:29 +00:00
akkana%netscape.com 9065a87318 Put the extra newline back. Rick had changed something last night
which fixed the bogus extra newline problem, and caused the tree to
go orange since the test still had the extra newline; but now he's
apparently reverted that fix, so the extra newline is back and
the tree is orange again. This should make it go green.  a=trudelle
2000-02-12 02:47:06 +00:00
akkana%netscape.com 3b97b32635 Fix problem in the output tests. r=rickg,a=leaf 2000-02-11 20:30:25 +00:00
rickg%netscape.com 14ad23074e added htmlgen docs 2000-01-22 00:56:02 +00:00
rickg%netscape.com 7f65039175 small improvements to htmlgen utility; this does NOT affect the mozilla tree 2000-01-22 00:55:25 +00:00
rickg%netscape.com 5e1780b000 further enhancements to residual style docs 2000-01-19 21:50:44 +00:00
rickg%netscape.com 3c99eb0f7a adding residual style tests 2000-01-19 21:33:20 +00:00
akkana%netscape.com 2482da52fd Add a printf to the failure case. Trivial change, and no one but me is running this anyway. 2000-01-19 00:24:46 +00:00
akkana%netscape.com fe33da753c Fix reporting of errors at the end of the script. r=cmanske 2000-01-19 00:01:10 +00:00
akkana%netscape.com 6e86068c5a Add quotes around final errmsg test, to handle the case where more than one test fails. r=slamm 2000-01-18 21:59:42 +00:00
pinkerton%netscape.com 8a5bbf46f5 fixing bug 21414 the right way, reverting api's to their previous ways. 2000-01-10 23:04:24 +00:00
pinkerton%netscape.com ecd09fca23 fixing bustage. 2000-01-08 02:15:33 +00:00
akkana%netscape.com cd39359d46 Remove URL: in automated test, tracking BenB's last change 2000-01-04 20:23:04 +00:00
briano%netscape.com 3e3ded4ce5 Fix for Greg Noel's (GregNoel@san.rr.com) non-srcdir build problem. a=chofmann 1999-12-13 23:10:16 +00:00
akkana%netscape.com 3fa50e46de Add tests/outsinks to build. r=slamm 1999-12-06 22:34:11 +00:00
akkana%netscape.com cafe527dc7 Add htmlparser/tests/outsinks to the enable-tests build 1999-12-06 22:29:49 +00:00
akkana%netscape.com 020161f500 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 a44ef7e097 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
akkana%netscape.com 85ef7ff9da 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
akkana%netscape.com 9e50f830ea 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
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
akkana%netscape.com fad8e2a291 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 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
akkana%netscape.com f52fcd23c5 Update a few of the standalone tests. Not part of the build 1999-10-22 21:35:16 +00:00
akkana%netscape.com f843ef448c Fix a runtime error message -- r= (and suggested by) dp 1999-10-21 23:12:31 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
akkana%netscape.com 180c7c1ebd 13750,13753,14075,15293,13873,12551:
- Rewrite wrapping logic for plaintext output sink,
  and run all output through the wrapping/formatting Write method
  (which now has logic to determine when we should be wrapping).
- Handle blockquote type=cite mail quotes.
- Write several new regression tests for plaintext output bugs,
  and include those tests and their expected output into the
  automated output test.
r=sfraser,harishd
1999-10-07 01:10:32 +00:00
akkana%netscape.com af1be70f7d Automated tests of output. Not part of apprunner, not built by default.
Fix Compare() function;
add lots of before and after files for testing various regressions;
add a TestOutSinks script which tests the known cases.
1999-10-01 20:55:01 +00:00
akkana%netscape.com f9a49eb883 Fix cvsignore since the program name changed 1999-09-29 20:29:50 +00:00
akkana%netscape.com afbf4d38c7 Many changes to make output test really useful. Fix Windows makefile. Add some sample test input files 1999-09-29 20:11:07 +00:00
akkana%netscape.com 39ad529ad0 Pass formatted flag along in plaintext case 1999-09-20 21:06:29 +00:00
akkana%netscape.com 475b6e4910 Call the test program outtest instead of Convert; fix some of the debug prints 1999-09-17 20:09:42 +00:00
akkana%netscape.com c2ef51e983 First attempt at a makefile.win 1999-09-14 22:48:35 +00:00
akkana%netscape.com 053dae52c7 The test builds and works now, with autoreg help from dp 1999-09-14 22:43:18 +00:00
briano%netscape.com eaf58a8a5e General cleanup. 1999-09-11 01:43:34 +00:00
warren%netscape.com e6619b2ad6 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
briano%netscape.com 64f859af0e Cleaned it up and eliminated the pointless #!gmake. 1999-09-02 00:30:07 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
akkana%netscape.com d142888e03 cvsignore 1999-08-27 21:00:47 +00:00