Commit Graph

820 Commits

Author SHA1 Message Date
seawood%netscape.com
2ea48d15fd Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.
Bug #158920 r=bryner
2003-04-02 06:22:59 +00:00
jst%netscape.com
b4cc5d4695 Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-03-26 07:41:30 +00:00
sicking%bigfoot.com
fb42cf1bd8 fix build bustage due to gkconxsldoc_s no longer existing after landing of bug 185797 2003-03-26 02:21:17 +00:00
bzbarsky%mit.edu
83e46b1a49 Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
bzbarsky%mit.edu
2c56e0638e Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame.  r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
dbaron%dbaron.org
3e2ee83b87 Add testcase for bug 177331. 2003-03-12 00:07:40 +00:00
dbaron%dbaron.org
a3616ebbd5 Add testcase for bug 196919. 2003-03-11 23:22:47 +00:00
sfraser%netscape.com
ce93bd08bb Turn TestCSSPropertyLookup.cpp back on, now that the symbols it needs have been declared 'extern'. 2003-02-26 03:35:05 +00:00
sfraser%netscape.com
8def31b8fe Turn off TestCSSProperty until its bogus linkage dependencies can be resolved. 2003-02-26 03:12:45 +00:00
sfraser%netscape.com
9f19c66408 Hopefuly fix linux tests bustage. 2003-02-26 01:53:03 +00:00
bryner%netscape.com
e43f5a49fd Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron. 2003-02-22 00:32:13 +00:00
karnaze%netscape.com
452b8a6153 bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky. 2003-01-20 18:04:34 +00:00
karnaze%netscape.com
cfba1a62c7 bug 176423 - Consider overflowing children when calculating max element width. sr=kin, r=alexsavulov. 2003-01-19 20:25:29 +00:00
karnaze%netscape.com
a4389a11ce bug 175455 - Added mTableDerivedComputedWidth to the reflow state to detect computed widths which exist only because of table cells. Limit percent width of descendants whose percentage base has such a computed width. sr=roc, r=bernd 2003-01-19 20:07:39 +00:00
karnaze%netscape.com
f0306f7547 Added AdjustAbsoluteContainingBlock to get the first-in-flow of a positioned inline frame in galley mode as the absolute containing block. sr=bzbarsky, r=dbaron. 2003-01-19 18:58:59 +00:00
dbaron%dbaron.org
5330ca70f2 Add testcase for bug 48237. 2003-01-19 16:32:57 +00:00
bryner%netscape.com
7f0488eb18 Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky. 2003-01-09 06:49:07 +00:00
dbaron%fas.harvard.edu
a34c46af22 Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
dbaron%fas.harvard.edu
9774e2e9c5 Add testcases for 134580 and 155333. 2002-12-15 01:47:10 +00:00
karnaze%netscape.com
713fe5e17e new regression tests, not affecting the build. 2002-12-05 01:15:55 +00:00
karnaze%netscape.com
7807d08324 new regression tests, not affecting the build. 2002-12-04 01:58:59 +00:00
karnaze%netscape.com
4a6254c478 new regression tests, not affecting the build. 2002-12-03 16:35:23 +00:00
bzbarsky%mit.edu
fe53f95e60 Make the CSSLoader correctly order stylesheets as they are dynamically added
and removed via the DOM.  Clean up the nsIDocument stylesheet accessors.  Clean
up nsIDocumentObserver stylesheet stuff a bit.  Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off.  Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking,  sr=peterv.
2002-12-03 05:48:14 +00:00
rods%netscape.com
121ffd55cd more tests 2002-11-22 22:46:10 +00:00
rods%netscape.com
8c7399af05 more tests 2002-11-22 22:39:51 +00:00
karnaze%netscape.com
b45c62b0be bug 178855 - don't support fixed, absolute, floating tables that are the root content. sr=bzbarsky, r=dbaron. 2002-11-18 16:02:43 +00:00
bernd.mielke%snafu.de
eb8a1c9f88 enable static caption-side testcases for layout regression tests, not part of any build 2002-11-16 11:01:59 +00:00
cmanske%netscape.com
722881b278 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser 2002-11-12 23:03:27 +00:00
karnaze%netscape.com
f2e25ec04e bug 119786 - don't consider a caption and row group frame to be siblings (caption and row group content are siblings). sr=kin, r=bernd. 2002-11-12 15:55:39 +00:00
bernd.mielke%snafu.de
131f0360af layout regression testcase for caption-side, not part of any build 2002-10-30 06:31:49 +00:00
karnaze%netscape.com
6ce7422f7e New regression tests, not affecting the build. 2002-10-21 15:01:17 +00:00
rods%netscape.com
138a0ffb5a adding some new testcases 2002-10-09 03:45:01 +00:00
rods%netscape.com
08a93ce833 adding some test cases 2002-10-09 03:44:20 +00:00
karnaze%netscape.com
40902d04df bug 163614 - Changed DeleteChildsNextInFlow to DeleteNextInFlowChild, params, and callers. sr=kin, r=alexsavulov,dcone 2002-10-08 20:35:26 +00:00
darin%netscape.com
7f1956b180 fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky 2002-10-06 02:20:35 +00:00
karnaze%netscape.com
90d5d15e13 new regression tests, not affecting the build. 2002-10-03 16:30:51 +00:00
rods%netscape.com
9d7453356e printing tests 2002-10-01 21:48:17 +00:00
karnaze%netscape.com
182417eb0a bug 169620 - don't pass in negative avail widths, don't add/subtract from NS_UNCONSTRAINEDSIZE, make HR's desired width at least as big as its me width. sr=kin, r=dbaron 2002-09-24 21:02:20 +00:00
jdunn%netscape.com
e5bbb740af AIX requires symbols to be resolved at link time:
resolving NS_NewTransformMediator
# 136401
r=cls@seawood.org
2002-09-24 14:36:18 +00:00
karnaze%netscape.com
f54367c783 bug 139524 - handle style of col's with spans. sr=kin, r=bernd 2002-09-15 03:45:10 +00:00
rods%netscape.com
d8a5ddd33f Adding more tests 2002-09-12 12:29:33 +00:00
karnaze%netscape.com
23a1a3be5c new regression tests, not affecting the build. 2002-09-09 18:37:29 +00:00
alexsavulov%netscape.com
b985f2182e regression test files update to match the gmake directory tree
not affecting the build
2002-08-25 06:44:45 +00:00
rods%netscape.com
cb48363414 fixing a couple of printing tests 2002-08-23 14:00:40 +00:00
bryner%netscape.com
a4ad927bcd Ignore ParseCSS binary. 2002-08-23 10:23:19 +00:00
gerv%gerv.net
5d6f3fde41 Bug 53764 - Netscape Confidential and Proprietary source code in the mozilla source tree. Patch by moz@compsoc.man.ac.uk; r=gerv, auto-sr=brendan (comment changes only.) 2002-08-15 07:20:50 +00:00
gerv%gerv.net
13abf76938 Bug 53764 - change tests to remove NSCP Confidential notices (and <cr> characters.) Patch by moz@compsoc.man.ac.uk; r=gerv, auto-sr=brendan. 2002-08-10 16:49:00 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com
301b1a4ca8 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
seawood%netscape.com
bdbbad71ef Fix win32 gmake static builds.
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
bzbarsky%mit.edu
9664a11660 new regression test. not part of build. 2002-07-30 06:41:37 +00:00
rods%netscape.com
5a1daf5a2a fixing up test for more variants 2002-07-22 14:43:17 +00:00
rods%netscape.com
c7f42486a8 adding hidden iframe test 2002-07-22 14:02:27 +00:00
rods%netscape.com
45b2693413 Added additional tests cases for printing 2002-07-22 10:58:21 +00:00
karnaze%netscape.com
d4170a31fb new regression tests, not affecting the build. 2002-07-17 16:51:52 +00:00
rods%netscape.com
5fb31c3e15 Add additional test to printing test files 2002-07-17 13:37:59 +00:00
karnaze%netscape.com
7f034a3166 new regression tests not affecting the build. 2002-07-15 15:18:28 +00:00
dbaron%fas.harvard.edu
e63a11c0e8 Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson 2002-06-25 21:16:17 +00:00
karnaze%netscape.com
fcf58cc094 bug 127022 - make sure the desired width is at least as big as the max element width. sr=kin, r=alexsavulov 2002-06-19 23:16:33 +00:00
karnaze%netscape.com
4df112e093 new regression tests, not affecting the build. 2002-06-19 23:07:11 +00:00
bzbarsky%mit.edu
117b27cc78 layout tests, not part of build 2002-06-18 10:31:16 +00:00
karnaze%netscape.com
8d5a4575cc new regression tests, not affecting the build. 2002-06-14 14:56:54 +00:00
karnaze%netscape.com
15b15adda7 fix block regression test bustage, not affecting the build. 2002-06-11 16:50:42 +00:00
karnaze%netscape.com
b79f54df84 new regression tests, not affecting the build. 2002-05-31 14:53:34 +00:00
karnaze%netscape.com
b139423276 new regression tests, not affecting the build. 2002-05-28 23:44:53 +00:00
jst%netscape.com
262f28f900 Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com 2002-05-20 22:47:02 +00:00
rods%netscape.com
3103840169 Printing and Print Preview Tests 2002-05-16 20:49:34 +00:00
karnaze%netscape.com
bb4247183f bug 141021 - skip row reflow optimization of cell when the cell hasn't had a pass2 reflow. sr=waterson, r=bernd. 2002-05-09 14:44:02 +00:00
karnaze%netscape.com
4dca55521f bug 120107 - calc max/max-elem sizes when requested during an unconstrained incremental reflow. sr=waterson, r=bernd. 2002-05-09 14:28:28 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
karnaze%netscape.com
193a8d5ce9 bug 138725 - Reflow placeholder's out of flow frame in DoCleanupFrameReferences. Avoid reframing when an inline is appended to an inline containing a block. sr=waterson, r=alexsavulov 2002-05-06 02:02:35 +00:00
dbaron%fas.harvard.edu
48f0f64960 Add command-line tool for parsing CSS files. b=139943 sr=waterson r=attinasi 2002-05-01 00:03:57 +00:00
karnaze%netscape.com
850e3e13ed new regression test, not affecting the build. 2002-04-30 22:10:22 +00:00
karnaze%netscape.com
58133c1c13 new regression tests, not affecting the build. 2002-04-30 21:41:52 +00:00
bernd.mielke%snafu.de
2b2856f3ad making the regression tests working again under linux ( I broke it) bug 136519
this is Not Part of the Build, thanks to bz for providing the fix
2002-04-18 17:53:32 +00:00
timeless%mac.com
4b53118ff6 Bug 136932 TestCSSPropertyLookup is broken
r=karnaze rs=darin
2002-04-17 03:42:29 +00:00
bernd.mielke%snafu.de
4ce91fc502 make rtest.sh windows compatible, this allows windows gmake builds to run
*the* layout regression tests, not part of the build bug 136519 r=jkeiser sr=attinasi
2002-04-14 17:50:50 +00:00
karnaze%netscape.com
c271e5831f new regression test not affecting the build. 2002-04-10 21:40:46 +00:00
karnaze%netscape.com
ff30383040 new regression tests not affecting the build. 2002-04-06 23:55:54 +00:00
karnaze%netscape.com
bdda93d978 regression tests for bug 131020, not affecting the build. 2002-04-01 06:55:31 +00:00
karnaze%netscape.com
01deb7aea0 regression test for bug 130550, not affecting the build. 2002-03-31 22:46:59 +00:00
karnaze%netscape.com
07e809b9df regression tests for bug 133756, not affecting the build. 2002-03-31 17:48:47 +00:00
karnaze%netscape.com
1b76381791 modified regression test, not affecting the build. 2002-03-29 15:10:52 +00:00
sicking%bigfoot.com
058a33eded Bug 41983: Make (x)html-elements support namespaced attributes.
r=heikki sr=jst a=roc+moz
2002-03-27 00:13:57 +00:00
dbaron%fas.harvard.edu
66238732c8 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 22:26:36 +00:00
karnaze%netscape.com
01e4335ebe new regression test not affecting the build. 2002-03-20 22:18:38 +00:00
karnaze%netscape.com
9521fe61a2 regression tests not affecting the build 2002-03-19 04:50:36 +00:00
karnaze%netscape.com
2fd42e9ea3 new regression tests not affecting the build 2002-03-19 04:49:12 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
bernd.mielke%snafu.de
806db0e468 adding style sheet switch testcase to table regression testcases not part of the build 2002-03-10 17:00:27 +00:00
bernd.mielke%snafu.de
a1b8b85b90 adding formctl layout regression tests to main layout tests. 2002-03-09 19:52:30 +00:00
bernd.mielke%snafu.de
87009718be adding some more testcases (from jkeiser) the formctl regression testcases not part of the build 2002-03-09 19:01:12 +00:00
bernd.mielke%snafu.de
1aa36c9aa9 layout regression tests files have moved to base 2002-03-09 15:17:25 +00:00
bernd.mielke%snafu.de
9fa62f9f4b updating rtest.bat for the new directory scheme layout regression -- tests not part of the build 2002-03-09 15:11:23 +00:00
bernd.mielke%snafu.de
19bf4c0541 formcontrol layout regression testcases 2002-03-09 15:07:13 +00:00
bernd.mielke%snafu.de
db5f5098a7 moving testfiles into new directory not part of the build 2002-03-09 14:49:42 +00:00
bernd.mielke%snafu.de
5d02d1280e adding formctl tests to layout regression tests not part of the build 2002-03-09 06:45:47 +00:00
bernd.mielke%snafu.de
c89b1af446 table testcases, not part of the build 2002-03-08 20:20:06 +00:00
karnaze%netscape.com
10a7494bdf new regression tests, not affecting the build 2002-03-08 17:31:01 +00:00
karnaze%netscape.com
2017816095 bug 127040 - paint backgrounds in correct order when there are collapsed borders. sr=kin, r=dbaron, a=shaver 2002-02-26 00:27:42 +00:00
karnaze%netscape.com
e1dec1aee1 bug 124041 - prevent infinite splitting of images due to 0 avail height. sr=attinasi, r=alexsavulov, a=asa 2002-02-25 14:42:12 +00:00
bernd.mielke%snafu.de
4182a410dc adding regression test not part of the build 2002-02-16 11:30:57 +00:00
waterson%netscape.com
d4c708dd20 Add test case for bug 46918. 2002-01-31 03:02:30 +00:00
waterson%netscape.com
7490c158ee Bug 52242. Include space manager information when computing auto-sized block's height. r=dbaron, sr=attinasi 2002-01-14 20:04:30 +00:00
attinasi%netscape.com
e871b26614 Added regression test for split images (bug 111255). Not part of build 2002-01-11 19:05:05 +00:00
attinasi%netscape.com
28e7266b5a Regression test for split images. Not part of build 2002-01-11 19:04:37 +00:00
smontagu%netscape.com
df9d12e532 Add regression test case for bug 9100. Not part of the build. 2001-12-21 01:22:15 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com
15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
seawood%netscape.com
51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
bbaetz%cs.mcgill.ca
5c8cc975a2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
bernd.mielke%snafu.de
7517847885 block regression test - not part of the build 2001-12-09 15:36:55 +00:00
bernd.mielke%snafu.de
2022fe4630 adding table testcases - not part of the build 2001-12-09 15:27:21 +00:00
karnaze%netscape.com
cc2d3a94a6 new regression tests, not affecting the build. 2001-12-07 17:15:39 +00:00
alecf%netscape.com
917e1454a4 fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
karnaze%netscape.com
50c485a7ce new regression test, not affecting the build. 2001-11-29 16:04:35 +00:00
karnaze%netscape.com
cc46def457 new regression test, not affecting the build. 2001-11-28 00:55:04 +00:00
bernd.mielke%snafu.de
61107daac9 adding table regression testcase not part of the build 2001-11-24 08:02:49 +00:00
karnaze%netscape.com
d36ef5129e new regression test not affecting the build. 2001-11-21 14:46:39 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
bernd.mielke%snafu.de
269a11e806 remove remote access from regression testcases - not part of the build 2001-11-20 15:26:21 +00:00
karnaze%netscape.com
1c4ca8b999 new regression tests, not affecting the build. 2001-11-20 01:27:31 +00:00
karnaze%netscape.com
0a3a3eca0a new regression tests, not affecting the build 2001-11-19 15:52:06 +00:00
bernd.mielke%snafu.de
009c63bbfe new table regression testcases - not part of the build 2001-11-18 19:35:56 +00:00
bernd.mielke%snafu.de
05f6d1c0b2 remove non local access in layout regression testcase - not part of the build 2001-11-18 19:09:15 +00:00
bernd.mielke%snafu.de
db8940f2f5 make print testcase local - not part of the build 2001-11-18 19:03:13 +00:00
bernd.mielke%snafu.de
eb291824d0 make print regression test 59280-1.html local - not part of the build 2001-11-18 19:01:14 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
karnaze%netscape.com
e7a57a8fc7 new regression tests, not affecting the build. 2001-11-06 23:15:24 +00:00
karnaze%netscape.com
2c0b68610a new regression test, not affecting the build. 2001-11-06 01:35:06 +00:00
karnaze%netscape.com
c92946f118 new regression tests, not affecting the build. 2001-11-05 17:04:51 +00:00
bernd.mielke%snafu.de
794abebe7d bug 107103 enable regression output for table printing tests
r=karnaze sr=attinasi
2001-10-29 19:19:06 +00:00
bernd.mielke%snafu.de
7f233275f2 new regression test, not affecting the build. 2001-10-27 06:27:12 +00:00
bernd.mielke%snafu.de
fd3d42097e adding a table-layout:fixed regression testcase not part of the build 2001-10-26 14:38:50 +00:00
karnaze%netscape.com
b838e3f3b3 new regression test, not affecting the build. 2001-10-26 02:34:16 +00:00
karnaze%netscape.com
32cfe79425 new regression test, not affecting the build. 2001-10-25 00:26:16 +00:00
karnaze%netscape.com
804886b69a new regression test, not affecting the build. 2001-10-24 21:55:52 +00:00
karnaze%netscape.com
a08c6cb2e7 new regression tests, not affecting the build. 2001-10-23 00:15:55 +00:00
karnaze%netscape.com
e7a4284d8e new regression tests not affecting the build. 2001-10-22 15:07:12 +00:00
dbaron%fas.harvard.edu
ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
alexsavulov%netscape.com
0549c29fab regression testcase for bugzilla bug 45621 (not affecting the build) 2001-10-08 21:46:07 +00:00
alexsavulov%netscape.com
d24bed9621 testcase or bugzilla bug 45621 (not affecting the build) 2001-10-08 21:40:58 +00:00
karnaze%netscape.com
45f0b1d5a4 new regression tests not affecting the build. 2001-10-05 23:16:06 +00:00
bernd.mielke%snafu.de
0171603939 adding the renamed files again bug 102894 r=karnaze a=asa 2001-10-03 20:33:58 +00:00
bernd.mielke%snafu.de
82a36b0dfc renaming xml testfiles in order to avois name clashes with html files
bug 102894 r=karnaze a=asa not part of the build
2001-10-03 20:29:53 +00:00
waterson%netscape.com
dece5d01cc Alternative test case for bug 97383. 2001-10-02 23:23:30 +00:00
karnaze%netscape.com
c22cc74118 new regression tests not affecting the build. 2001-10-01 16:34:35 +00:00
rods%netscape.com
505d1e1ebd adding frameset printing tests 2001-10-01 11:57:30 +00:00
rods%netscape.com
978d5afca7 Adding frameset navigation tests 2001-10-01 11:50:32 +00:00