canmove, Confirmed users
1,584
edits
m (update very old source code link) |
|||
Line 18: | Line 18: | ||
In addition to the install manifest changes, you may want to expose your extension into the Fennec UI. Fennec does have a few familiar UI elements, such as a URL toolbar, a side toolbar with navigation controls and a browser content area. But Fennec doesn't have a main menu, statusbar, or even popup menus (yet). There are some new UI areas too: side toolbar holding the open tab thumbnails and a large offscreen panel for more complex UI features. | In addition to the install manifest changes, you may want to expose your extension into the Fennec UI. Fennec does have a few familiar UI elements, such as a URL toolbar, a side toolbar with navigation controls and a browser content area. But Fennec doesn't have a main menu, statusbar, or even popup menus (yet). There are some new UI areas too: side toolbar holding the open tab thumbnails and a large offscreen panel for more complex UI features. | ||
See the Fennec main window XUL file for the actual structure: [http://hg.mozilla.org/mobile-browser/file/ | See the Fennec main window XUL file for the actual structure: [http://hg.mozilla.org/mobile-browser/file/tip/chrome/content/ browser.xul] | ||
There is a handy [[Mobile/Fennec/Extensions/BestPractices|best practices]] document with lot's of valuable tips and tricks too. | There is a handy [[Mobile/Fennec/Extensions/BestPractices|best practices]] document with lot's of valuable tips and tricks too. |