summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-09 05:47:51 +0100
committerterry%netscape.com <>1999-03-09 05:47:51 +0100
commit2ad64f0e999e4110714f8727aff649f02630be02 (patch)
treeb61f10dbaa22465531a34d911cc3454363c87bb8 /makecomponenttable.sh
parente2709ad366fe63537f987ca6167dc0ac697a6846 (diff)
downloadbugzilla-2ad64f0e999e4110714f8727aff649f02630be02.tar.gz
bugzilla-2ad64f0e999e4110714f8727aff649f02630be02.tar.xz
Changed some QA contacts.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 3142df63d..ae73f35df 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -42,14 +42,14 @@ insert into components (value, program, initialowner, initialqacontact, descript
insert into components (value, program, initialowner, initialqacontact, description) values ("Apprunner", "Browser", "don@netscape.com", "leger@netscape.com", "For bugs against the apprunner application which include: launch/exit crashes, features missing, and apprunner parity across platforms.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Autofill", "Browser", "morse@netscape.com", "junruh@netscape.com", "Bugs against automatic fill of personal data.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Build Config", "Browser", "briano@netscape.com", "cyeh@netscape.com", "This component is for bugs against build problems.");
-insert into components (value, program, initialowner, initialqacontact, description) values ("Compositor", "Browser", "michaelp@netscape.com", "chrisd@netscape.com", "Compositor (aka rendering) is like layout, a catch-all, but for painting problems. If the object is in the right place, but doesn't paint correctly, it's a rendering bug. If it paints ok, but in the wrong place, it's a layout bug. Rendering is for <i>drawing</i>.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Compositor", "Browser", "michaelp@netscape.com", "petersen@netscape.com", "Compositor (aka rendering) is like layout, a catch-all, but for painting problems. If the object is in the right place, but doesn't paint correctly, it's a rendering bug. If it paints ok, but in the wrong place, it's a layout bug. Rendering is for <i>drawing</i>.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Cookies", "Browser", "morse@netscape.com", "paulmac@netscape.com", "A general mechanism which server side connections (such as CGI scripts) can use to both store and retrieve information on the client side of the connection. This refers to HTML cookies; little blobs of data we store and share with sites");
insert into components(value, program, initialowner, initialqacontact, description) values("DOM Level 0", "Browser", "vidur@netscape.com", "gerardok@netscape.com", "This component consists of all functionality related to JavaScript manipulation of window, document and navigator components that was available in Navigator 4.x and before.");
insert into components(value, program, initialowner, initialqacontact, description) values("DOM Level 1", "Browser", "vidur@netscape.com", "gerardok@netscape.com", "This component consists of all functionality related to JavaScript or XPCOM-based access and manipulation of a document and its components using the interfaces <a href='http://www.w3.org/TR/REC-DOM-Level-1'>defined by the W3C</a>.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Editor", "Browser", "kostello@netscape.com", "sujay@netscape.com", "An embedable editing object within the browser and the mail editing application");
insert into components (value, program, initialowner, initialqacontact, description) values ("Embedding APIs", "Browser", "nisheeth@netscape.com", "claudius@netscape.com", "The embedding API is the set of functions that an external application uses to host an instance of the layout engine within itself. The embedded layout engine provides services for rendering web content (HTML, XML, CSS, etc). For example, Encyclopedia Brittanica currently embeds the IE 4.0 layout engine within itself and uses it to show its reference pages.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Event Handling", "Browser", "joki@netscape.com", "gerardok@netscape.com", "Any strangeness with keyboard typing, mouse actions, focus changes.");
-insert into components (value, program, initialowner, initialqacontact, description) values ("Form Submission", "Browser", "karnaze@netscape.com", "chrisd@netscape.com", "This is HTML forms -- layout, rendering, functionality and submission.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Form Submission", "Browser", "karnaze@netscape.com", "cpratt@netscape.com", "This is HTML forms -- layout, rendering, functionality and submission.");
insert into components (value, program, initialowner, initialqacontact, description) values ("HTML Dialogs", "Browser", "davidm@netscape.com", "cpratt@netscape.com", "For bugs in dialog windows and alert windows.");
insert into components (value, program, initialowner, initialqacontact, description) values ("HTMLFrames", "Browser", "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", "Browser", "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.");