Firebug 1.10 API Changes
From FirebugWiki
(Difference between revisions)
(→Summary) |
|||
| (One intermediate revision not shown) | |||
| Line 7: | Line 7: | ||
* [http://code.google.com/p/fbug/issues/detail?id=3954 Issue 3954]: Create an extension API for Firebug | * [http://code.google.com/p/fbug/issues/detail?id=3954 Issue 3954]: Create an extension API for Firebug | ||
* [http://code.google.com/p/fbug/issues/detail?id=4742 Issue 4742]: Feedback from Mozilla Review Process | * [http://code.google.com/p/fbug/issues/detail?id=4742 Issue 4742]: Feedback from Mozilla Review Process | ||
| + | |||
| + | == Summary == | ||
| + | |||
| + | === Restartless Firebug & Extensions === | ||
| + | TBD | ||
| + | |||
| + | === Delayed Firebug Load === | ||
| + | TBD | ||
| + | |||
| + | |||
| + | === Identifier Changes === | ||
| + | To avoid collisions with other addons Firebug is using a namespaced IDs. | ||
| + | |||
| + | <code>cmd_</code> -> <code>cmd_firebug_</code><br/> | ||
| + | <code>menu_</code> -> <code>menu_firebug_</code><br/> | ||
| + | <code>key_</code> -> <code>key_firebug_</code><br/> | ||
Latest revision as of 13:10, 5 July 2012
Firebug 1.10 introduces set of API changes that can impact existing Firebug extensions. This page summarizes these changes and offers solution how to fix broken extensions.
Contents |
[edit] Resources
[edit] Related Issues
- Issue 3954: Create an extension API for Firebug
- Issue 4742: Feedback from Mozilla Review Process
[edit] Summary
[edit] Restartless Firebug & Extensions
TBD
[edit] Delayed Firebug Load
TBD
[edit] Identifier Changes
To avoid collisions with other addons Firebug is using a namespaced IDs.
cmd_ -> cmd_firebug_
menu_ -> menu_firebug_
key_ -> key_firebug_