canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) (Created page with "==User Interface Considerations== * UI is very different. Read about the [https://wiki.mozilla.org/Mobile/Fennec/Extensions/UserInterface mobile UI guidelines]. ** You will not b...") |
MarkFinkle (talk | contribs) |
||
| Line 17: | Line 17: | ||
* Different XUL structure | * Different XUL structure | ||
** No TabBrowser | ** No TabBrowser | ||
** No main menu - Site Menu provides some space for commands | ** No main menu - [https://wiki.mozilla.org/Mobile/Fennec/Extensions/UserInterface/Site_Menu Site Menu] provides some space for commands | ||
** Context | ** [https://wiki.mozilla.org/Mobile/Fennec/Extensions/UserInterface/Context_Menu Context Menu] uses an extensible, but restrictive design | ||
* Multi-process | * [https://wiki.mozilla.org/Mobile/Fennec/Extensions/Electrolysis Multi-process] | ||
** No direct DOM access | ** No direct DOM access | ||
** No DOM event bubbling | ** No DOM event bubbling | ||
** Move DOM sensitive into frame scripts | ** Move DOM sensitive into frame scripts | ||
** Learn how to use IPC messaging | ** Learn how to use IPC messaging | ||