Changes

Jump to: navigation, search

Mobile/Fennec/Extensions/BestPractices

452 bytes added, 15:55, 6 June 2009
Blend In
* (TODO: Add blanks for buttons)
* (TODO: Add sample and tutorial)
 
Since there is only one window in Fennec, all extensions that need to add content will likely overlay browser.xul. To avoid conflicts between different extensions and the main browser, extension authors must use unique names for their element's IDs and classe names. For instance, using the chrome shortcut as a prefix for IDs and class names will prevent such issues : don't use
<button id="update-button"/>
but
<button id="myext-update-button"/>.
== Assume Nothing is Safe ==
60
edits

Navigation menu