harishd%netscape.com
3f80cd239f
Made parser nodes arena allocated. Also, fixed a few potential leaks.
...
Note: Parser nodes could be heap allocated by enabling HEAP_ALLOCATED_NODES flag.
r=jst
sr=vidur
2001-01-25 19:37:23 +00:00
harishd%netscape.com
f0a480df9b
Minor modification to the regression script.
...
** NOT PART OF THE BUILD **
2001-01-12 20:08:03 +00:00
harishd%netscape.com
9d28fd756c
Used for regression testing
2001-01-12 19:23:21 +00:00
akkana%netscape.com
9a4f8d3dbf
42452,61173: output formatted lists even in unformatted plaintext output. r=bratell, sr=sfraser
2001-01-10 22:08:08 +00:00
vidur%netscape.com
ba827dfaf8
Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst
2000-12-12 21:58:14 +00:00
harishd%netscape.com
c30e074850
REGRESSION TEST FILES - *** NOT PART OF THE BUILD ***
...
a=granrose
2000-12-05 18:51:05 +00:00
harishd%netscape.com
91b5135fd1
Regression test file - Not part of the build
2000-11-30 21:44:27 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
jst%netscape.com
ebc5876bae
Removing old XIF tests (patch from akkana)
2000-10-07 12:28:41 +00:00
jst%netscape.com
b3d9cbac12
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
...
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).
Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
akkana%netscape.com
f9fdff0825
Fix cvs commit -m in script, so it can be run directly. Affects only the test, not part of the app. r=mcafee (actually, he suggested it)
2000-09-07 18:42:51 +00:00
mcafee%netscape.com
0c4457604c
Patch #2 to get solaris building (50876). code=harishd, r=jst,mcafee, a=heikki
2000-08-31 22:08:07 +00:00
mcafee%netscape.com
c7e3abc519
Rearranging some includes to fix solaris bustage (50876). code=harishd,waterson, r=mcafee, a=leaf
2000-08-31 17:23:22 +00:00
mcafee%netscape.com
8e58f3a1f0
Backing out fix for solaris from earlier, r=akkana,scc
2000-08-31 01:22:17 +00:00
mcafee%netscape.com
d083075b19
Fixing tab problem
2000-08-31 00:05:39 +00:00
cltbld%netscape.com
55f7975bfc
Fixing solaris bustage harishd/mcafee
2000-08-30 23:17:10 +00:00
akkana%netscape.com
d673f93050
Changes to go along with the last checkin for 46333 etcc
2000-08-24 19:57:54 +00:00
mozilla.BenB%bucksch.org
822ab4ff4d
44439: Support headers (3 modes), <dd>/<dt>, <q>, <code>, <th>.
...
Improved <img>, </blockquote>.
Improved "unknown" block and (some) inline tags.
Pref for structured phrases.
r=akk, a=waterson
2000-07-28 23:18:12 +00:00
akkana%netscape.com
314ae3b6bc
Remove obsolete csh and .bat files -- use the perl file instead
2000-07-28 22:38:34 +00:00
akkana%netscape.com
012ec6606f
Set LD_LIBRARY_PATH to make the test script more easily runnable; r=mozilla@bucksch.org
2000-07-28 22:36:52 +00:00
akkana%netscape.com
d0523a8f1a
46577: Fix perl errors, thanks to contribution from rufus@nonstuff.de (Rufus), r=me
2000-07-27 20:57:49 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
harishd%netscape.com
c37f0d2892
Regression Test files.
...
Not part of the build.
2000-06-29 21:41:02 +00:00
shanjian%netscape.com
b3c56507ce
related to #40734
...
The rule has been changed. '=' will no longer be breakable in western
languages. Akkana agreed the change.
2000-06-26 20:26:47 +00:00
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