firefox-gmail-manager-ng
firefox-gmail-manager-ng copied to clipboard
AOM Review: Correctly find install directory
- Climbing the path tree from "ProfD" via the extensions directory is not a valid way to find your extension installation root. You should either be using a resource or chrome package (whose URL you can QueryInterface to a nsIFileURL if necessary, though it is generally better to use them strictly as URIs) or via your Addon object's getResourceURI method.