|
|
Line 2: |
Line 2: |
|
| |
|
| * Shareaholic [http://mixergy.com/shareaholic-jay-meattle-interview/]. | | * Shareaholic [http://mixergy.com/shareaholic-jay-meattle-interview/]. |
|
| |
| ==Common How-tos==
| |
| presentation published [https://docs.google.com/present/view?id=amkjrkbt96p_72ccbktcgp here]
| |
|
| |
| * Different XUL structure
| |
| ** No TabBrowser
| |
| ** No main menu - [https://wiki.mozilla.org/Mobile/Fennec/Extensions/UserInterface/Site_Menu Site Menu] provides some space for commands
| |
| ** [https://wiki.mozilla.org/Mobile/Fennec/Extensions/UserInterface/Context_Menu Context Menu] uses an extensible, but restrictive design
| |
| * [https://wiki.mozilla.org/Mobile/Fennec/Extensions/Electrolysis Multi-process]
| |
| ** No direct DOM access
| |
| ** No DOM event bubbling
| |
| ** Move DOM sensitive into frame scripts
| |
| ** Learn how to use IPC messaging
| |