Git Product home page Git Product logo

firebug.next's Introduction

Firebug.next Build Status

![Gitter](https://badges.gitter.im/Join Chat.svg)

Next Firebug generation built on top of native Firefox developer tools getfirebug.com

License

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

Repository Structure

Structure of the extension follows Jetpack standards.

  • 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 JPM: git clone https://github.com/mozilla/jpm (CFX is not supported anymore)
  2. 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.)
  3. Get the Firebug.next repo: git clone https://github.com/firebug/firebug.next and install its dependencies via npm install
  4. (Optional) Install FBTrace in your Firefox dev profile
  5. Run jpm run -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 -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

Run Firebug with local installation of Add-on SDK (git clone https://github.com/mozilla/addon-sdk):

jpm run -o <path to Add-on SDK> -b <file path to your Firefox binary>

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

Start Contributing

Read our wiki

Further Resources

firebug.next's People

Contributors

janodvarko avatar fflorent avatar sebastianz avatar aliuk2012 avatar aakashtyg avatar farshidbeheshti avatar simonlindholm avatar thomasandersen avatar kartikmaji avatar bmdeveloper avatar zendyani avatar rpl avatar callicles avatar erikvold avatar gitter-badger avatar vlajos avatar vdebroy avatar anurag90x avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.