Coder Social home page Coder Social logo

devtools-tweaks's People

Contributors

programmin1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

devtools-tweaks's Issues

Compatibility support for Fx42

You are importing a file that is about to be removed from Firefox: LayoutHelpers.jsm.
At least from inspectorTweaks.js.

This file is still going to be around, but in another shape. Here is how to import it:

  let {devtools} = Cu.import("resource://gre/modules/devtools/Loader.jsm", {});
  let LayoutHelpers = devtools.require("devtools/toolkit/LayoutHelpers");

Note that this is not backward compatible and you would need to support both ways for importing this helper...

Contributing to the DevTools

Hey, awesome addon!

We've built-in some of the features you introduced in the devtools by now.
It'd be awesome if you could contribute to the devtools directly. Since we don't have a proper extension API for now (although we're working on it), maintaining an addon it's going to prove pretty challenging on the long run.

Please add this Firebug feature

Copy Rule Declaration
Copy Style Declaration
when right-clicked on the CSS rules in the right side window you get these two options on top and just click Copy and it copies entire rule with all properties. On Firebug it even modifies it in your clipboard to meet all CSS rule standards and when you just paste it to your CSS file all nice formatted, it really helps working with a lot of CSS.

This is the only feature and reason I'm still stuck with Firebug. This feature would save tons of hours for me writing and debugging thousands of lines of CSS.

Cheers

Compare nodes not working

I use Nightly 49.
clicking Set Node A then doing click Set Node B and compare

That doesn't seem to work.

Remove duplicate features

Some features are now available in Firefox DevTools :

  • Color picker
  • Toggle breakpoints
  • Edit HTML
  • Top tabs small padding

It'd be nice to remove them from the addon.

Breaks light theme of devtools

When the light theme of devtools is used, the tab bar background is black, when it should be light/white. I can provide a screenshot if necessary.

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.