Commit Graph

423 Commits

Author SHA1 Message Date
waterson%netscape.com
f7e11a804a Add regression test for 44709. 2000-08-08 05:03:36 +00:00
dbaron%fas.harvard.edu
9a379bfc1d Fix two stupid mistakes I made in the block regression test script. Not part of build. r=pollmann 2000-07-28 22:50:30 +00:00
dbaron%fas.harvard.edu
4105daa31a Add to block regression tests. Does not affect build. 2000-07-28 12:34:56 +00:00
dbaron%fas.harvard.edu
c2ca7000e2 Make the block regression tests easier to run on Linux. They no longer require setting any environment variables. r=pollmann Not part of build. 2000-07-27 23:42:34 +00:00
mkaply%us.ibm.com
cb1f3511f4 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:08:54 +00:00
karnaze%netscape.com
a5fcf7a3b9 new regression tests, not affecting the build. 2000-07-06 14:07:15 +00:00
waterson%netscape.com
ccb8424247 Update regression test for 22037 to include fun new test cases. 2000-07-06 04:33:16 +00:00
cls%seawood.org
bca014f1bb 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
dbaron%fas.harvard.edu
3845cad711 Add new regression tests. Does not affect build. 2000-06-30 01:26:06 +00:00
dbaron%fas.harvard.edu
7cad543296 Some more regression tests for bug 43882 and collapsing margin issues. Does not affect build. 2000-06-29 07:59:29 +00:00
dbaron%fas.harvard.edu
5378e96551 Add more regression tests for bug 43882. Does not affect build. 2000-06-29 01:09:53 +00:00
dbaron%fas.harvard.edu
2fe4381078 Adding regression tests to list. Does not affect build. 2000-06-29 00:42:14 +00:00
dbaron%fas.harvard.edu
9cdaef4836 Adding regression tests (related to bug 43882). Does not affect build. 2000-06-29 00:39:53 +00:00
vidur%netscape.com
d3a41654d3 Fix for bug 35010. Since this is just a test case, I don't need an a= or r=. font.html 2000-06-23 22:52:39 +00:00
bryner%uiuc.edu
aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
dcone%netscape.com
c8cddf6bba Printing regression test samples were revised. Does not effect the build. 2000-06-23 20:33:26 +00:00
danm%netscape.com
03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
waterson%netscape.com
0fe3ac4e7a Add regression tests for 22413, 27211, 39211, and 41521. 2000-06-21 02:37:05 +00:00
waterson%netscape.com
0893e4b522 Add .cvsignore for block/bugs regression tests. 2000-06-20 01:45:38 +00:00
waterson%netscape.com
c24bb916b6 Check in buster's block regression tests. 2000-06-20 00:53:47 +00:00
akkana%netscape.com
396a8f584c Make table tests run on linux; add comments explaining how to run them.
Needed for testing 41916.  r=karnaze
2000-06-16 21:23:16 +00:00
akkana%netscape.com
0919d56209 Ignore files generated by table tests. r=karnaze 2000-06-16 21:22:50 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
dcone%netscape.com
2157da06a8 Update printing regression tests. r=McCluskey 2000-06-08 13:45:15 +00:00
karnaze%netscape.com
3d0123dae7 added 1 sec delay to ease the pain of bug 38496. This does not affect the build. 2000-05-23 02:18:53 +00:00
hyatt%netscape.com
21e5ef59a2 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
jst%netscape.com
6e0ea9132a Fix build bustage. 2000-05-17 02:07:50 +00:00
jdunn%netscape.com
67a089e90b fix dependencies for AIX.
r= hctrinh@us.ibm.com, cls@seawood.org
2000-05-16 23:28:41 +00:00
pollmann%netscape.com
6c257b55cc Frameset regression tests, not part of build. Undoing previous change, which was accidentally checked in. 2000-05-16 23:06:03 +00:00
pollmann%netscape.com
867dddd0f6 Adding html iframe regression tests, not part of any build 2000-05-16 23:01:42 +00:00
karnaze%netscape.com
854d511d3e bug 28811, 29459, 32507 - added flag to reflow state to handle table cells.
changed table min and max width calculations to include percent and proportional cells.
Include border and padding in min table width calc.
2000-05-16 22:55:34 +00:00
pollmann%netscape.com
0d4272baff Adding html iframe regression tests, not part of any build 2000-05-16 22:53:35 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
karnaze%netscape.com
612ff6a87f new regression tests, not affecting the build. 2000-05-10 14:53:41 +00:00
jst%netscape.com
ee4b181034 Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +00:00
karnaze%netscape.com
aab9bfdbb6 new regression test not affecting the build. 2000-05-10 00:24:57 +00:00
karnaze%netscape.com
6776db05d7 new regression tests not affecting the build 2000-05-04 03:13:08 +00:00
attinasi%netscape.com
950775e1ac checks for null strings. test programs only. 2000-05-02 22:38:58 +00:00
karnaze%netscape.com
7c9e013611 new regression tests, not affecting the build. 2000-05-02 01:10:51 +00:00
nisheeth%netscape.com
7e37fb4356 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
karnaze%netscape.com
1053177d73 Fix for Linux bustage, bug 37643. Give outer table reflow state initial computed values of 0 to avoid excessive reflows from boxes. 2000-04-30 22:29:01 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
warren%netscape.com
024ea3ee79 admin -kb 2000-04-22 07:10:04 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
heikki%citec.fi
969ba8b938 Fixing build bustage. When MOZ_SGV is set and DISABLE_TESTS is not set, the build dies in this makefile. 2000-04-12 08:19:19 +00:00
cls%seawood.org
adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
karnaze%netscape.com
9f9804f7f1 new regression test not affecting the build. 2000-04-05 00:24:13 +00:00
karnaze%netscape.com
46c8f6bf26 new regression tests not affecting the build 2000-04-04 12:26:17 +00:00
cls%seawood.org
f6740baa20 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