Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

JEP Add on UI Integration

ZER0 edited this page Apr 24, 2013 · 6 revisions

Introduction

This project has two interleaved goals: to show add-on developers that Mozilla is working to improve some of the most basic needs of all add-on developers, and to greatly reduce the problems that can be caused by add-ons trying to integrate with the Firefox UI in the most basic of ways, by adding a button to the Navigation bar.

Project Goal

Provide a set of simple, usable APIs that cover the most common Add-on use cases for integrating with the Firefox UI.

Mockups

Stephen Horlander created mockups for these UI pieces last year:

Related APIs

Erik Vold has implemented a very popular module that adds buttons into the navigation bar.

APIs

  • Toggle / Action Buttons buttons that either trigger an action or toggle an on/off state. These buttons are the basic UI piece that anchors most other APIs.
  • Location Bar Buttons buttons or anchored panels that appear by default inside the location field.
  • Anchored Panels a button / panel combination.
  • Toolbars a toggle button / toolbar combination.
  • Sidebars a toggle button / sidebar combination.

Project Dependencies

In order for Firefox to correctly support overflow of add-on items in the navigation toolbar, we need to work with the Firefox's team to ensure that our work lines up well with changes they are making to how customization and overflow work as part of the Australis project.