XBL now works with HTML, XUL, SVG, MathML, and XML!

git-svn-id: svn://10.0.0.236/trunk@68891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-05-09 21:42:40 +00:00
parent 540c044797
commit c29836f8bc
40 changed files with 307 additions and 326 deletions

View File

@@ -349,6 +349,8 @@ static Components gComponents[] = {
NS_DOC_ENCODER_PROGID_BASE "text/xif", },
{ "XBL Service", NS_XBLSERVICE_CID, "component://netscape/xbl" },
{ "XBL Binding Manager", NS_BINDINGMANAGER_CID, "component://netscape/xbl/binding-manager" },
{ "AutoCopy Service", NS_AUTOCOPYSERVICE_CID, "component://netscape/autocopy" },
};
#define NUM_COMPONENTS (sizeof(gComponents) / sizeof(gComponents[0]))