summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-24 04:55:34 +0100
committerterry%netscape.com <>1999-02-24 04:55:34 +0100
commit35e12e95638875e023ed4da7cc728972b367a72c (patch)
tree9a0d44ae634ec35cfa5b9c689ea9089260911d31 /makecomponenttable.sh
parente96772c344f2f1f28eff0af20c1cee8427ca4658 (diff)
downloadbugzilla-35e12e95638875e023ed4da7cc728972b367a72c.tar.gz
bugzilla-35e12e95638875e023ed4da7cc728972b367a72c.tar.xz
Added ImageLib component to NGLayout.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 06e907523..8319aff31 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -148,6 +148,7 @@ insert into components (value, program, initialowner, initialqacontact, descript
insert into components (value, program, initialowner, initialqacontact, description) values ("Form Submission", "NGLayout", "karnaze@netscape.com", "chrisd@netscape.com", "This is HTML forms -- layout, rendering, functionality and submission.");
insert into components (value, program, initialowner, initialqacontact, description) values ("HTMLFrames", "NGLayout", "karnaze@netscape.com", "glynn@netscape.com", "This is HTML framesets -- layout and rendering. HTMLFrames == html frame/frameset/iframe tag handling.");
insert into components (value, program, initialowner, initialqacontact, description) values ("HTMLTables", "NGLayout", "karnaze@netscape.com", "chrisd@netscape.com", "This is HTML Tables -- layout and rendering. Editing is applicable to most of the layout related categories, both Browser and Ender would use this component.");
+insert into components (value, program, initialowner, initialqacontact) values ("ImageLib", "NGLayout", "pnunn@netscape.com", "peterson@netscape.com");
insert into components (value, program, initialowner, initialqacontact, description) values ("Layout", "NGLayout", "troy@netscape.com", "chrisd@netscape.com", "Layout is for general problems with the positioning of objects on the page. If you can't tell specifically why an object seems to be in the wrong place, use layout.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Networking Library", "NGLayout", "gagan@netscape.com", "paulmac@netscape.com", "Backend network library offers protocol support for reading net data. (HTTP, MIME, etc.)");
insert into components (value, program, initialowner, initialqacontact, description) values ("Parser", "NGLayout", "rickg@netscape.com", "janc@netscape.com", "This system consumes content from the web, parses, validates and builds a content model (document)");