firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

DOM panel don't give me indication as old firebug did #428

Open justnewbee opened 8 years ago

justnewbee commented 8 years ago

it will be great it the names will be rendered in colors and different font weight as in firebug 2 and earlier, i really like that feature

fflorent commented 8 years ago

@janodvarko AFAICT, there is no way to do this by our own (e.g. distinguish user-defined property VS native properties, ...) using the ObjectClient#getPrototypeAndProperties in dbg-client.js. Should I report a bugzilla and work on this? Or make our own actor that returns that kind of information? Or there is something smarter to do?

Florent

Spown commented 8 years ago

since it take years for Mozilla to implement even simplest features I'd say you should make your own actor, but maybe with consideration that it could be moved into core later on... love the feature also.