replaced the
file->AppendRelativePath(NS_LITERAL_STRING("components/components.manifest"));
with 2 calls:
retval = file->Append(NS_LITERAL_STRING("components"));
retval = file->Append(NS_LITERAL_STRING("components.manifest"));
now the manifest file is detected and parsed, resulting in a Javascript warning
[JavaScript Warning: "Trying to re-register CID
'{e96f8106-a919-4a31-8b44-74bf3e5283ed}' already registered by ...
No additional error messages. When trying to load the component later on, still
NS_ERROR_FACTORY_NOT_REGISTERED.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding