Open main menu

CDOT Wiki β

Changes

Real World Mozilla First XPCOM Component

22 bytes added, 13:44, 28 February 2007
Testinig FirstXpcom
= Testinig FirstXpcom =
We'll write formal tests and code to use our component later. For now, make sure it gets loaded into Firefox and is visible in the Addon Manager. Run Firefox and make sure you can see your extension in the addon manager:
$ cd $(objdir)/dist/bin
$ export MOZ_DEBUG_BREAK=warn
$ firefox.exe -Profilemanager
 
In subsequent walkthroughs and labs, we'll use this component in JavaScript and write a XUL interface to access its members.