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

827 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 0909e5af02 A nice patch by adam@onshored.com (Adam Di Carlo) to DISPLAY_BUILD_ERRORS in various Summary formats. This checkin closes Bugzilla Bug 195789 2003-04-20 00:52:46 +00:00
kestes%walrus.com 4b1cb62fa4 add some missing 'use' statements fixes Bugzilla Bug 195795 patch provided by adam@onshored.com (Adam Di Carlo) 2003-04-20 00:32:05 +00:00
kestes%walrus.com 4a5ec5ccf1 fixes to quiet warnings. 2003-04-13 22:01:17 +00:00
kestes%walrus.com 7c08afb482 make the windows appear on click only, and move the popup text to its own datastructure
so that the generated html is easy to read.
2003-04-13 20:47:26 +00:00
kestes%walrus.com 74702de7db put links inside the popup windows, in preparation for making the windows
appear on click.
2003-04-13 20:45:45 +00:00
kestes%walrus.com 93bb2bbc3d move the overlib library to its own file so that it loads faster. 2003-04-13 20:44:35 +00:00
kestes%walrus.com 1d2754f3ee minor fixes to quiet warnings, mostly assigning my strings the empty string when they
are created.
2003-04-13 14:21:42 +00:00
kestes%walrus.com 8b9f3924fd fix off by one error which caused some warnings in the log file. 2003-04-13 14:18:09 +00:00
kestes%walrus.com 1a3a7caa3d fix incorrect operator, wanted string comparison (eq) not numeric equality (==) 2003-04-13 14:15:01 +00:00
kestes%walrus.com 6469668ac0 minor changes to the taint system, mosty to untaint the error messages written to the
log files
2003-04-13 14:13:40 +00:00
kestes%walrus.com 815181c087 add new alt tag to the vcdisplay call. 2003-02-11 00:29:57 +00:00
kestes%walrus.com 5e8c8a6264 add the emacs perlmode indicator to top of file. 2003-02-11 00:27:47 +00:00
kestes%walrus.com 9b094a1577 add emacs perlmod to top of file. 2003-02-11 00:26:02 +00:00
kestes%walrus.com 56ea97f17d save the output to disk instead of sending to stdout. 2003-02-11 00:25:04 +00:00
kestes%walrus.com 40af36ff8a typo fix provided by "David Wu" <davidwu@exchange.nbttech.com>
typo in  prepare_bonsai_args definition of branch actually set the
module. fix provided by "David Wu" <davidwu@exchange.nbttech.com>
2003-02-11 00:16:34 +00:00
kestes%walrus.com 33df489831 add special handling for the Notice colum to handle the behavior which Mozilla wants. Also prepare for handling of "vetting" of users. 2003-02-03 18:16:00 +00:00
kestes%walrus.com 6554a895ac be sure to test that the popup code can handle links embedded in the popup. 2003-02-03 13:46:07 +00:00
kestes%walrus.com 3cc3c109df regularize the logic in the Link code and make sure that these libraries work as 'on click' in preparation for some changes in the TinderDB code which will require this. 2003-02-03 13:43:32 +00:00
kestes%walrus.com 43ba1064ac a new popup library donated by Dominik Stadler. Some thought needs to
be given as to where the js sources will be placed, so I parametrized this and
leave the decision for later.
2003-01-22 15:44:54 +00:00
kestes%walrus.com 1c9034bc64 this does not work yet but I want to save my changes while working on it. 2003-01-19 17:41:34 +00:00
kestes%walrus.com 58d33408fd must set up environment for taint perl to OK the system call. 2003-01-19 17:26:39 +00:00
kestes%walrus.com 7239dcbf3c fix comments discribing the file 2003-01-19 17:24:03 +00:00
kestes%walrus.com 2327862b32 add clarifying comments. 2003-01-19 17:22:54 +00:00
kestes%walrus.com 089981f929 patch by dominik.stadler@gmx.at (Dominik Stadler) to fix header/body and other tags for Mozilla. Also capitalize the tags for easy reading. 2003-01-19 17:22:07 +00:00
kestes%walrus.com 7b190128f6 quiet some new perl warnings. 2003-01-19 17:20:08 +00:00
kestes%walrus.com bc2d73420b add a VC column simulation. 2003-01-19 17:18:56 +00:00
kestes%walrus.com 2acddad353 set up the enviroment before we begin. 2003-01-19 17:17:02 +00:00
kestes%walrus.com b6278f43c2 add alt_linktext, also modularize the use of cvs mail addresses. 2003-01-19 17:15:41 +00:00
kestes%walrus.com daf13271dd changes to the netscape specific legend provided by dominik.stadler@gmx.at to
fix capitalization and spelling.
2003-01-19 13:52:46 +00:00
kestes%walrus.com 3b80bc7272 changes to quiet new perl warnings. patch from "Darren Tucker" <dtucker@zip.com.au> to fix call to HTMLPopUp::Link 2003-01-19 13:40:06 +00:00
kestes%walrus.com cca7f87c8e add functions to access the VC_TREE data structure.: 2002-12-10 19:49:27 +00:00
kestes%walrus.com c2c5e2c6cf major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.
2002-12-10 19:45:03 +00:00
kestes%walrus.com 1820cc2304 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.
2002-12-10 19:43:21 +00:00
kestes%walrus.com bc8811d60c fixes to allow test harness to run through all VCDisplay implementations during
testing.
2002-12-10 19:35:50 +00:00
kestes%walrus.com 11f6a3b1e9 fixes to allow test driver to run through all VCDisplay packages during unit
testing.
2002-12-10 19:34:34 +00:00
kestes%walrus.com 0f94aa8053 fixes to quiet perl warnings about using undefined variables.
Localize most of the  creation of Bonsai arguments into one function
fixes to allow testing of all VCDisplay packages by one test driver.
2002-12-10 19:32:46 +00:00
kestes%walrus.com b051bb5d1a fix to quiet new perl warnings about using undefined value. 2002-12-10 19:28:48 +00:00
kestes%walrus.com dc90f0b03d quiet a warning about testing an undefined value (environmental variable
passed from webserver). Update some of the CGI functions to use the
lastest versions.  This was accomplised by including the whole library inside
the file.
2002-12-10 19:27:53 +00:00
kestes%walrus.com b49a7a680d add referesh times to summary pages, this variable was empty before this fix. 2002-12-10 19:24:37 +00:00
kestes%walrus.com 9305416bf7 pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
2002-12-10 19:23:37 +00:00
kestes%walrus.com 36c1650d56 add target for VCDisplay tests. 2002-12-10 19:22:18 +00:00
kestes%walrus.com 63c971b2f0 test the VCDisplay subsystem in isolation. 2002-12-10 19:21:12 +00:00
kestes%walrus.com 880c4876e8 add new unit tests. These test the VCDisplay and HTMLpopup subsystems. 2002-12-10 19:20:05 +00:00
kestes%walrus.com f4300a56fb package name was declared wrong. 2002-12-09 18:19:59 +00:00
kestes%walrus.com 79ce1d4260 force the use of Link, since this is my design that all links use this.
This will quiet some of my tests.
2002-12-09 18:17:00 +00:00
kestes%walrus.com 4d50a47fb6 change code to quiet perl warnings. 2002-12-09 18:15:06 +00:00
kestes%walrus.com 8623170463 portability fix for xargs
record the arguments to ./configure
find all the full paths for build commands on build machine
2002-12-09 18:02:32 +00:00
kestes%walrus.com 34844381bd portability fix for xargs
record the arguments to ./configure
providea a means of seeing all the perl package dependencies
2002-12-09 18:01:13 +00:00
kestes%walrus.com 0d08c8b6d8 turn off mozilla layers 2002-05-10 23:23:05 +00:00
kestes%walrus.com be379bb9f5 fixes for mozilla layers. 2002-05-10 23:21:23 +00:00
kestes%walrus.com 2d3c53162f fixes to link_choices 2002-05-10 23:14:30 +00:00
kestes%walrus.com 2ad152b111 checkins for mozilla layers 2002-05-10 23:07:57 +00:00
kestes%walrus.com 9f1f69adb7 fixes for mozilla layers. 2002-05-10 23:00:41 +00:00
kestes%walrus.com 13b955c1a9 fixes 2002-05-10 22:56:57 +00:00
kestes%walrus.com 71967a7c4f fixes 2002-05-10 22:51:05 +00:00
kestes%walrus.com 1f926a0b60 bug fixes 2002-05-10 22:48:33 +00:00
kestes%walrus.com 37490815fc fixes for mozillay layers. 2002-05-10 22:42:08 +00:00
kestes%walrus.com 9afa6f1309 add SECONDS_PER_WEEK 2002-05-10 22:41:41 +00:00
kestes%walrus.com 4af24e40af fixes for mozillalayers. 2002-05-10 22:00:45 +00:00
kestes%walrus.com eb6511f7cf not radio but checkbox group 2002-05-10 21:49:33 +00:00
kestes%walrus.com a23c13d7d4 fixes for addnote association code 2002-05-10 21:46:25 +00:00
kestes%walrus.com bc2858799d fixes 2002-05-10 21:38:03 +00:00
kestes%walrus.com 7941633613 new association code, need to check it in to test it. 2002-05-10 21:24:39 +00:00
kestes%walrus.com 4f188e18a5 switch star gif. 2002-05-10 21:23:38 +00:00
kestes%walrus.com e812515f5b no need for 'use syslog' any more. 2002-05-10 21:22:48 +00:00
kestes%walrus.com f55b67631e no need for 'use syslog' anymore. 2002-05-10 21:21:59 +00:00
kestes%walrus.com b1b7431e92 misspelt word. 2002-05-10 21:21:07 +00:00
kestes%walrus.com be7b9c1295 new notice assciations stuff. 2002-05-10 21:20:30 +00:00
kestes%walrus.com 603ce35943 new notice association code 2002-05-10 21:19:42 +00:00
kestes%walrus.com ccc6bc86d3 resync file with changes to other columns. This does not include new NOTICES changes. 2002-05-10 21:18:52 +00:00
kestes%walrus.com 56e40c6bfa add new associations information. 2002-05-10 21:17:56 +00:00
kestes%walrus.com 4593747a49 add localtime to output to help with debugging. 2002-05-10 21:16:53 +00:00
kestes%walrus.com 9a39c021b8 remove unused gifs, give used gifs names which are disciptive. 2002-05-09 23:19:35 +00:00
kestes%walrus.com 7c0360fa8b from mgalli@netscape.com 2002-05-09 22:56:37 +00:00
kestes%walrus.com 0914317b8a update 2002-05-09 22:40:58 +00:00
kestes%walrus.com 160d6e9729 add new gif info. 2002-05-09 22:40:42 +00:00
kestes%walrus.com 153df66079 minor cleanup. 2002-05-09 22:40:09 +00:00
kestes%walrus.com 7b8ad0905e add perl warnings to compiles, check for cvs keywords. 2002-05-09 22:37:06 +00:00
kestes%walrus.com f1735f2327 add new star gifs 2002-05-09 21:12:39 +00:00
kestes%walrus.com 4e005e50e8 quiet warnings. 2002-05-09 18:17:39 +00:00
kestes%walrus.com b3b7b57432 fix problem when different CVS roots are used. 2002-05-09 18:16:56 +00:00
kestes%walrus.com 56409bfcd0 add more comments, this is a confusing issue. 2002-05-09 18:15:57 +00:00
kestes%walrus.com d77155f265 change name from 'progress' to 'columns' this is clearer 2002-05-09 03:10:40 +00:00
kestes%walrus.com 98ca0ac09e I like these flames better. 2002-05-09 03:09:52 +00:00
kestes%walrus.com c4ede7daa6 make bugs have long empty cells like Bonsai now does 2002-05-09 03:09:12 +00:00
kestes%walrus.com 3af069653d fixes which were brought up when debugging BT_Generic. 2002-05-09 03:08:38 +00:00
kestes%walrus.com 39321267a2 fix href test regexp. 2002-05-08 22:42:09 +00:00
kestes%walrus.com 90a65f2d48 still tweaking
$TinderConfig::DISPLAY_BUILD_ERRORS
and
 	event_times_vec()
to make it look right.
2002-05-08 22:30:12 +00:00
kestes%walrus.com 5c69366037 check that the TinderboxPrint string contains valid URL's 2002-05-08 22:14:49 +00:00
kestes%walrus.com cdad890350 fixes to quiet -w since
damien_carbery@hyperion.com is having trouble with them.
2002-05-08 17:43:02 +00:00
kestes%walrus.com c0d1b1e53f erased the variables after setting them! 2002-05-08 00:44:45 +00:00
kestes%walrus.com f22fa13c31 bad localization. My evals did not put variables into the correct
scope.
2002-05-08 00:39:52 +00:00
kestes%walrus.com 3cb940fc00 cosmetic changes to improve clarity. 2002-05-07 22:51:21 +00:00
kestes%walrus.com e509d35321 factor out GIF variable 2002-05-07 22:50:46 +00:00
kestes%walrus.com 07bc837807 factor out the even_vecs stuff. 2002-05-07 22:50:07 +00:00
kestes%walrus.com a108771435 put back the EMPTY CELL 2002-05-07 22:49:14 +00:00
kestes%walrus.com 3d9ba03668 add new GIF variable and move out the EMPTY variable 2002-05-07 22:48:40 +00:00
kestes%walrus.com 0af4046e59 fixes for the new GIF variable. 2002-05-07 22:47:36 +00:00
kestes%walrus.com c460eb8c88 update the GIF mechanism, create a separate GZLOG variable. 2002-05-07 22:47:02 +00:00
kestes%walrus.com 035c936c87 the red button 2002-05-07 21:28:39 +00:00
kestes%walrus.com 5a5b9866b6 add multiple flames gifs 2002-05-07 21:26:00 +00:00
kestes%walrus.com 136df8d56b use new round function 2002-05-07 20:37:43 +00:00
kestes%walrus.com 2628fb19ed documentation improvements. 2002-05-07 20:36:26 +00:00
kestes%walrus.com 2e12f0824d set the default state 2002-05-07 20:35:26 +00:00
kestes%walrus.com dc50a8b22e clean up scope warning. Fix the event_rec to be more like tinderbox1. 2002-05-07 20:34:45 +00:00
kestes%walrus.com db867327aa clean up some scope warnings. 2002-05-07 20:33:53 +00:00
kestes%walrus.com 709c0f5e91 move the method for cleaning up row_times into its own function. 2002-05-07 20:03:22 +00:00
kestes%walrus.com 4a86c7ec92 more accurate ingore unwanted errors. Taken from mozilla.org logs. 2002-05-07 20:01:44 +00:00
kestes%walrus.com b2d6ec8d7c escape the parenthesis. 2002-05-07 04:05:17 +00:00
kestes%walrus.com 34bb915b03 minor fixes 2002-05-07 02:47:43 +00:00
kestes%walrus.com 3349626caa minor fixes, this one really works. 2002-05-07 02:34:58 +00:00
kestes%walrus.com 901e4e4588 rewrite the problem code. Clearly I can't debug the old code, the new one is simpler
and should be faster/easier to debug/understand.
2002-05-07 01:50:48 +00:00
kestes%walrus.com d6b46d69ae fix 2002-05-07 00:23:49 +00:00
kestes%walrus.com c2188855b4 fix 2002-05-06 23:52:57 +00:00
kestes%walrus.com d934c58825 fixes 2002-05-06 23:51:43 +00:00
kestes%walrus.com 8ca951bba5 fix 2002-05-06 23:38:38 +00:00
kestes%walrus.com e5f9118d42 fix 2002-05-06 23:04:10 +00:00
kestes%walrus.com 4f9d60e2c1 fix 2002-05-06 23:01:55 +00:00
kestes%walrus.com a7ec1b28ae fix 2002-05-06 23:00:05 +00:00
kestes%walrus.com ec89590875 more fixes 2002-05-06 22:57:10 +00:00
kestes%walrus.com 84a818b581 allow zero dead times, delete columns which have no activity for 24 hours. 2002-05-06 22:08:41 +00:00
kestes%walrus.com 0b25a57775 forgot a pair of || 2002-05-06 21:55:17 +00:00
kestes%walrus.com 48416ed57d in trim_db() localize @run_times @dead_times and remove
columns which are not currently recieving data.
2002-05-06 21:53:57 +00:00
kestes%walrus.com 741ff911c3 don't make ignore of NS_ENSURE_TRUE(presShell) depend on line number. 2002-05-06 21:07:57 +00:00
kestes%walrus.com ed5c85e464 fixes 2002-05-06 21:05:01 +00:00
kestes%walrus.com 1dc3ecdac8 fixes 2002-05-06 21:03:11 +00:00
kestes%walrus.com c6a489307d fixes for LAST_TREEDATA 2002-05-06 20:57:53 +00:00
kestes%walrus.com 8c2467dfc7 redefine when states are different to include notion of no LAST_TREESTATE. 2002-05-06 20:53:03 +00:00
kestes%walrus.com 91e1b66cf2 fixes to how trim_db is called, and to make sure we get fresh estimate data. 2002-05-06 20:45:18 +00:00
kestes%walrus.com 2aa3b72db3 last_TREESTATE not equal to default case handled incorrectly. 2002-05-06 20:23:28 +00:00
kestes%walrus.com 5b7fe21059 not setting $LAST_TREESTATE appropriately at top of status_table_row(); 2002-05-06 19:23:47 +00:00
kestes%walrus.com 45407ec86a more HTML indentation fixes. 2002-05-06 19:08:55 +00:00
kestes%walrus.com 12a3063bfa fixes to HTML indentation, to make debugging easier. 2002-05-06 19:04:58 +00:00
kestes%walrus.com e6d288a2c6 indent the build cell a bit more. This will help me debug HTML. 2002-05-06 18:37:00 +00:00
kestes%walrus.com b1f1a09efa put a comment for Time to help debug HTML. 2002-05-06 18:36:28 +00:00
kestes%walrus.com 85ec86f901 change popup. 2002-05-06 18:21:34 +00:00
kestes%walrus.com 5a92ee9606 more fixes to make the nwe multiline empty column work. 2002-05-06 18:15:57 +00:00
kestes%walrus.com 425448b973 fix missing '}'; 2002-05-06 17:53:27 +00:00
kestes%walrus.com a8f79d5ca9 fix overlapping build hack. Use the OO notation (so we search ISA) when
looking for trim_db().
2002-05-06 17:41:38 +00:00
kestes%walrus.com 29fe3b7c05 fixes for bugs 2002-05-04 01:51:46 +00:00
kestes%walrus.com cdf093f6d5 fixes to the split on change state 2002-05-03 23:16:53 +00:00
kestes%walrus.com bbfc2fb0f4 change call to savetree_db to use oo notiation so we search ISA 2002-05-03 22:37:41 +00:00
kestes%walrus.com dd397d9be3 fix break multiline empty on change of tree state 2002-05-03 22:29:28 +00:00
kestes%walrus.com b5c1caaddc fixes 2002-05-03 22:01:05 +00:00
kestes%walrus.com 2f67258836 forgot to reset $NEXT_ROW{$tree} 2002-05-03 21:44:25 +00:00
kestes%walrus.com 4e53362d47 computed rowspan but did not use it. 2002-05-03 21:28:51 +00:00
kestes%walrus.com 7b80f2f6ec fixes 2002-05-03 21:25:24 +00:00
kestes%walrus.com a57aa8cc52 bonsai fixes to make one giant square of no data. 2002-05-03 21:09:55 +00:00
kestes%walrus.com 34979e2ddc add checks for permissions on the log directories during startup 2002-05-03 20:28:24 +00:00
kestes%walrus.com 95d99d9b5e fix spelling of $OSVer 2002-05-03 20:20:44 +00:00
kestes%walrus.com 2b2d6747d1 remove duplicate my of status variable. 2002-05-03 20:17:23 +00:00
kestes%walrus.com 1f9874bad1 use a centralized function to round numbers.
only use successful builds in computation of deadtime.
only use 10 most recent builds in computation of averages.
We do not use the very first datapoint in computation
of averages.
Fix the incoming data here so that builds do not overlap.



add a debug_database() function for use in debugging code.
there was an 'if ($buildstatus ne 'not_running')' but this
can't appear in the database remove it.
2002-05-03 19:50:43 +00:00
kestes%walrus.com 32c1a314f4 allow build errors to be turned off. 2002-05-03 19:43:58 +00:00
kestes%walrus.com 5c6025195c centrallize all rounding through a single function. 2002-05-03 19:41:44 +00:00
kestes%walrus.com 3bba6d505d misuse of '==' for 'eq'. 2002-05-03 04:44:05 +00:00
kestes%walrus.com 5c9b772065 typo in construct_build_event_times_vec 2002-05-03 04:33:30 +00:00
kestes%walrus.com 7cfaa41c27 put bugs on the end, 2002-05-03 04:16:40 +00:00
kestes%walrus.com fce1210b41 typo sorting on empty field 2002-05-03 04:16:12 +00:00
kestes%walrus.com b9f2e9c82c add new buildtime disipline 2002-05-03 04:12:02 +00:00
kestes%walrus.com c7077e3da4 adjust the tree states 2002-05-03 04:11:12 +00:00
kestes%walrus.com d83d094163 add new
construct_build_event_times_vec function
2002-05-03 04:10:29 +00:00
kestes%walrus.com 1d0bdc0e93 semi colon 2002-05-03 03:38:44 +00:00
kestes%walrus.com cc582a361b legend for description 2002-05-03 03:37:05 +00:00
kestes%walrus.com 8ceaba208a add a space in text. 2002-05-03 03:29:14 +00:00
kestes%walrus.com 2243d4743c add descriptions for TreeState 2002-05-03 03:28:18 +00:00
kestes%walrus.com 74fdff1eb0 add descriptions to states 2002-05-03 03:27:30 +00:00
kestes%walrus.com 3ca14a36a3 fixes 2002-05-03 03:15:54 +00:00
kestes%walrus.com 197f887b3d fixes 2002-05-03 02:41:09 +00:00
kestes%walrus.com 36b21934a2 fixes 2002-05-03 02:37:27 +00:00
kestes%walrus.com f4600c71a2 add new 'TinderHeader::TreeState_Bonsai_Plus' 2002-05-03 02:32:06 +00:00
kestes%walrus.com bcbff35fb1 combine txt and bonsai modules. 2002-05-03 02:22:47 +00:00
kestes%walrus.com bebc55ba48 fixes for new treestate admin code. 2002-05-03 02:21:52 +00:00
mcafee%netscape.com 981405214e Fix spelling errors. r=kestes (140449) 2002-05-03 02:05:12 +00:00
kestes%walrus.com d1ebe1d3c7 fixes for VC_NAME and REGEXP code 2002-05-03 00:27:48 +00:00
kestes%walrus.com 535aa68f98 rearrange names of bug_id2url to make the new bonsai code work. 2002-05-03 00:19:41 +00:00
kestes%walrus.com 1c6a13d17f use single quotes arround rexexp. 2002-05-03 00:10:18 +00:00
kestes%walrus.com d6467af9af fix typo, make bug_ids uniq. 2002-05-03 00:09:56 +00:00
kestes%walrus.com a6822b5ca6 missing parenthesis 2002-05-02 23:58:48 +00:00
kestes%walrus.com 2fef71bafd Pick up $VC_NAME by fixing typo
add new $VC_BUGNUM_REGEXP code
fix empty cell with shading problem
2002-05-02 23:57:16 +00:00
kestes%walrus.com 6ca4d6522b add cvskeywords. 2002-05-02 23:54:26 +00:00
kestes%walrus.com c6c51584d8 document new event_times_vec function 2002-05-02 23:53:24 +00:00
kestes%walrus.com 37ed88707e change column header to "Guilty" and add new regular expression to find bug ticket numbers in checkin comments. 2002-05-02 23:51:58 +00:00
kestes%walrus.com 7d88880cbf inconsistent spelling of %TinderboxPrininconsistent spelling of %TinderboxPrintt 2002-05-02 23:43:24 +00:00
kestes%walrus.com dd1318510e fix auto refersh line, make it look more like samples found on the web. 2002-05-02 23:15:48 +00:00
kestes%walrus.com 44c83156d0 add cvs keywords to files. 2002-05-02 22:58:28 +00:00
kestes%walrus.com 0f62b4d0ae adding cvs keywords to files. 2002-05-02 22:57:29 +00:00
kestes%walrus.com 37decfbe87 add cvs keywords to files 2002-05-02 22:56:33 +00:00
kestes%walrus.com 6cd29adbae make the build cells never truely emtpy. 2002-05-02 22:11:32 +00:00
kestes%walrus.com bf7868e6e7 tune error parsers for mozilla data. 2002-05-02 19:45:13 +00:00
kestes%walrus.com 355cb34795 must use undef not undefine. 2002-05-02 05:16:08 +00:00
kestes%walrus.com be9c8c13e5 fix html formatting. 2002-05-02 04:38:52 +00:00
kestes%walrus.com cd014be869 fix \n missing from HTML.
add spaces arround notice available character to make it work with images.
2002-05-02 04:25:14 +00:00
kestes%walrus.com 6c7b39522c add cvs keywords.
make sure the comments in the HTML always show the full package name.
undo the wrongful deletion of 'dead code'
2002-05-02 04:12:41 +00:00
kestes%walrus.com 6d71bb9fcc the code was not dead. 2002-05-02 04:08:40 +00:00
kestes%walrus.com b5ffe38b28 remove dead code. 2002-05-02 03:19:37 +00:00
kestes%walrus.com 51fa9c54b0 ignore the error strings, not the warning strings. 2002-05-02 03:18:40 +00:00
kestes%walrus.com b95294e769 revert last checkin. 2002-05-02 03:09:10 +00:00
kestes%walrus.com fe3198aac8 make layers on click only. 2002-05-02 02:57:51 +00:00
kestes%walrus.com 195c61aba0 mozilla layers. 2002-05-02 02:47:18 +00:00
kestes%walrus.com 921e95d219 max was not in main namespace. 2002-05-02 02:19:44 +00:00