Skip to content

Next Firebug generation built on top of native Firefox developer tools

License

Notifications You must be signed in to change notification settings

bachileha/firebug.next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebug.next Build Status

Next Firebug generation built on top of native Firefox developer tools

License

Firebug is free and open source software distributed under the BSD License.

Repository Structure

Structure of the extension follows Jetpack standards. It's generated using the cfx tool

  • data HTML pages, etc.
  • chrome Stylesheets, localization files, etc.
  • lib Firebug extension javascript files.
  • test Directory with test files

Hacking on Firebug.next (aka Firebug 3)

  1. Get the Add-on SDK: git clone https://github.com/mozilla/addon-sdk
  2. Get Python 2.5, 2.6, or 2.7: download (required by Add-on SDK) Read more about how to install and activate the Add-on SDK.
  3. Get JPM: git clone https://github.com/mozilla/jpm
  4. Switch to the JPM folder and install and link it via npm install and npm link. (Also needs to be done after fetching the latest changes to the JPM repo.)
  5. Get the Firebug.next repo: git clone https://github.com/firebug/firebug.next
  6. (Optional) Install FBTrace in your Firefox dev profile
  7. Run jpm run -o <path to Add-on SDK> -b <file path to your Firefox binary> in the Firebug.next directory to launch Firefox (you need Firefox Nightly build at the moment), which automatically creates a clean profile. If you wish to run it with an existing profile (e.g. to include FBTrace), first create a new profile via the Profile Manager, and then run jpm run -o <path to Add-on SDK> -b <file path to your Firefox binary> -p <path to your Firefox profile (needs to start with /)>.

Examples

Run Firebug with Firefox Nightly on OSX:

jpm run -b /Applications/FirefoxNightly.app

Build Firebug .xpi file for deployment and installation:

jpm xpi

Run Firebug test suite:

jpm test

Running tests requires some external modules, you need to download and install them:

npm install

Further Resources

About

Next Firebug generation built on top of native Firefox developer tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 22.3%