summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-11 04:23:46 +0100
committerterry%netscape.com <>1999-03-11 04:23:46 +0100
commit5b2ed378cc135b0f3b94d960824c65e43365e247 (patch)
tree1969db9144a38d44b33ccd6bd7044bf6d84c7067 /makecomponenttable.sh
parent51948ac4b334a2399a995a6075770d5d58a07e9e (diff)
downloadbugzilla-5b2ed378cc135b0f3b94d960824c65e43365e247.tar.gz
bugzilla-5b2ed378cc135b0f3b94d960824c65e43365e247.tar.xz
Redistributed some QA folks.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index ae73f35df..e6ac46682 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -44,11 +44,11 @@ insert into components (value, program, initialowner, initialqacontact, descript
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", "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 0", "Browser", "vidur@netscape.com", "pdesale@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 ("Event Handling", "Browser", "joki@netscape.com", "janc@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", "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.");
@@ -65,15 +65,15 @@ insert into components (value, program, initialowner, initialqacontact, descript
insert into components (value, program, initialowner, initialqacontact, description) values ("Mac Install Wizard", "Browser", "sgehani@netscape.com", "gbush@netscape.com", "Front end Mac installer problems; both functional and UI.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Networking Library", "Browser", "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 ("NSPR", "Browser", "wtc@netscape.com", "phillip@netscape.com", "Netscape Portable Runtime library. libc and threading abstraction.");
-insert into components (value, program, initialowner, initialqacontact, description) values ("OJI", "Browser", "amusil@netscape.com", "beppe@netscape.com", "Pluggable java API");
+insert into components (value, program, initialowner, initialqacontact, description) values ("OJI", "Browser", "amusil@netscape.com", "glynn@netscape.com", "Pluggable java API");
insert into components (value, program, initialowner, initialqacontact, description) values ("Parser", "Browser", "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 ("Password Cache", "Browser", "morse@netscape.com", "paulmac@netscape.com", "Bugs against password related problems.");
-insert into components (value, program, initialowner, initialqacontact, description) values ("Plug-ins", "Browser", "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.");
+insert into components (value, program, initialowner, initialqacontact, description) values ("Plug-ins", "Browser", "amusil@netscape.com", "glynn@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.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Pref UI", "Browser", "shuang@netscape.com", "paulmac@netscape.com", "<need to get definition>");
insert into components (value, program, initialowner, initialqacontact, description) values ("Profile Manager", "Browser", "dbragg@netscape.com", "paulmac@netscape.com", "<need to get definition>");
insert into components (value, program, initialowner, initialqacontact, description) values ("Profile Migration", "Browser", "dbragg@netscape.com", "gbush@netscape.com", "Problems with conversion from 4.x to 5.x profiles");
insert into components (value, program, initialowner, initialqacontact, description) values ("Progress Window", "Browser", "evaughan@netscape.com", "cpratt@netscape.com", "Download status window problems");
-insert into components (value, program, initialowner, initialqacontact) values ("RDF", "Browser", "waterson@netscape.com", "");
+insert into components (value, program, initialowner, initialqacontact) values ("RDF", "Browser", "waterson@netscape.com", "phillip@netscape.com");
insert into components (value, program, initialowner, initialqacontact, description) values ("Security", "Browser", "tomw@netscape.com", "dshea@netscape.com", "<need to get definition>");
insert into components (value, program, initialowner, initialqacontact, description) values ("Selection and Search", "Browser", "mjudge@netscape.com", "claudius@netscape.com", "Selection refers to the user action of selecting all or part of a document and highlighting the selected content. Search refers to finding content within the larger context of a document.");
insert into components (value, program, initialowner, initialqacontact, description) values ("Silent Download", "Browser", "dougt@netscape.com", "gbush@netscape.com", "Background bits download, and notification for new release available for install.");