diff options
author | terry%netscape.com <> | 1999-03-03 02:45:23 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-03-03 02:45:23 +0100 |
commit | ca5f816469362ee2364391979aec6c35cd246b3e (patch) | |
tree | 3d7d991ae743dae704597901556a65c7271083b5 | |
parent | d70eb3cdd4639c17022b81aed8037af043f97f78 (diff) | |
download | bugzilla-ca5f816469362ee2364391979aec6c35cd246b3e.tar.gz bugzilla-ca5f816469362ee2364391979aec6c35cd246b3e.tar.xz |
Oops! Mispelled "petersen".
-rwxr-xr-x | makecomponenttable.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 1d13a10f3..bef464c31 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -142,8 +142,8 @@ 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", "peterson@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) values ("ImageLib", "NGLayout", "pnunn@netscape.com", "petersen@netscape.com"); +insert into components (value, program, initialowner, initialqacontact, description) values ("Layout", "NGLayout", "troy@netscape.com", "petersen@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)"); insert into components (value, program, initialowner, initialqacontact, description) values ("Plug-ins", "NGLayout", "amusil@netscape.com", "beppe@netscape.com", "Plugins allow 3rd parties to register a binary library to be called when a given mime datatype is encountered. The plugin can layout and render the datatype."); |