Commit Graph

398 Commits

Author SHA1 Message Date
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
karnaze%netscape.com
7dbf74f652 fix regression tests - not affecting the build 2000-04-04 01:29:10 +00:00
karnaze%netscape.com
1ecf5bc543 new regression tests not affecting the build. 2000-04-02 19:17:28 +00:00
jst%netscape.com
791ed9e983 Fixing Win build bustage. 2000-04-02 18:36:26 +00:00
pollmann%netscape.com
62fb10df40 Adding regression tests for recent bug fixes. Not part of the build. 2000-03-30 01:12:00 +00:00
rbs%maths.uq.edu.au
0c67a93f42 [#ifdef MOZ_MATHML: NOT PART OF THE DEFAULT BUILD]. Catch up with recent changes that break the MathML-enabled compilation 2000-03-27 02:12:35 +00:00
troy%netscape.com
ad43830a06 Made sure some .lib files are included that are needed for my pres shell
change
2000-03-23 00:32:46 +00:00
pollmann%netscape.com
955a0a16e2 Add frameset regression tests. Not part of build. 2000-03-20 23:05:34 +00:00
pollmann%netscape.com
ab9257907c Add frameset regression tests for unix platforms. Not part of any build. 2000-03-20 22:56:18 +00:00
pollmann%netscape.com
3fc712ace8 Fix table regression tests for unix platforms(s: -> s|) Not part of any build. 2000-03-20 22:53:26 +00:00
karnaze%netscape.com
2ccf927736 new regression tests not affecting the build. 2000-03-18 00:33:19 +00:00
karnaze%netscape.com
6891cc5181 Stop using network images in regression tests. Does not affect the build. 2000-03-17 16:34:21 +00:00
karnaze%netscape.com
e5c5214a5a Stopped using network images for regression tests. Does not affect the build. 2000-03-17 13:54:49 +00:00
karnaze%netscape.com
1ae274d8f1 new regression tests not affecting the build. 2000-03-16 23:55:05 +00:00
karnaze%netscape.com
f6cdf7948a new regression test not affecting the build. 2000-03-16 02:56:12 +00:00
karnaze%netscape.com
40177af8fd new regression tests not affecting the build 2000-03-15 02:11:44 +00:00
karnaze%netscape.com
331f183d88 new regression test not affecting the build. 2000-03-09 08:51:40 +00:00
karnaze%netscape.com
d60593aad0 new regression test not affecting the build. 2000-03-04 01:29:54 +00:00
karnaze%netscape.com
44f5bd2cc0 new regression test not affecting the build. 2000-03-02 06:21:38 +00:00
karnaze%netscape.com
fb8782b61f PDT+ bug 28341 - Destroy caption frame when outer table frame is destroyed. Add caption to outer frame rather than inner frame. r=troy, a=rickg 2000-03-02 06:09:37 +00:00
hyatt%netscape.com
6a63509ce6 Adding a tree regression test for bug#28856. Not part of build. 2000-03-01 02:32:06 +00:00
dcone%netscape.com
8b77b5d71c fixed directory calls for printer regression testing. r=karnaze a=rickg 2000-02-29 14:44:56 +00:00
karnaze%netscape.com
5c219495a7 new regression test not affecting the build. 2000-02-29 13:22:46 +00:00
dcone%netscape.com
af573c449c Added a animation test graphic. r=karnaze a=rickg 2000-02-28 21:36:15 +00:00
dcone%netscape.com
7cefd394fd fixed images. r=leaf a=rickg 2000-02-28 21:35:14 +00:00
dcone%netscape.com
dee894bccd Added some tests to the image printer regression test bed. r=karnaze a=rickg 2000-02-28 14:31:29 +00:00