Live data from Hacker News

Firefox Developer Tools – Editable box model, Sublime Text keys

hacks.mozilla.org

71–80 of 118 posts

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#71

Earlier quoted context omitted.

I made my first contribution to Firefox the other day... I downloaded the source on a whim, realised I could build and run it - so went to the bug tracker. There was a bug with the box model editor that if the labels were long (such as "auto") then they would overlap the borders. I made it so long labels will rotate 90 degrees (try it out, change the outside margin to "auto"). I'm pretty stoked that some code I wrote…

Same. Credit to the team for great support and follow-ups. Some starting points for those who wants to contribute: * Quick start for devtools developers: https://wiki.mozilla.org/DevTools/Hacking * More general info: http://codefirefox.com/ * bugs/tasks flagged as "mentored" is a good way to introduce your self to the code. Devtools mentored tasks: https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&f1=compone... /Cont…

I have a huge smile on my face :)

See also the Get Involved page for devtools: https://wiki.mozilla.org/DevTools/GetInvolved

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#72

Oh look, a bunch of updates to catch up to Chrome's tools again .

Firefox is Free software, Chrome is proprietary and made by the company that employs this guy: http://mostlysignssomeportents.tumblr.com/post/84829703425/r... I know what I'd choose.

> Chrome is proprietary Use chromium instead.

> the company that employs this guy: http://mostlysignssomeportents.tumblr.com/post/84829703425/r

Mozilla employs someone who is (was?) anti-gay marriage.

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#73
post #11
post #8

Earlier quoted context omitted.

Firebug is still unbeatable, chrome dev has a lot to catch up.

Long time ago I used Firebug. What do you see is better in Firebug than Chrome Devtools?

Chrome adamantly refuses to un-enable responsive useragent stuff. I constantly have to turn off the extra half-window. More evidence that Google has little product sense.

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#75
post #73
post #11

Earlier quoted context omitted.

Long time ago I used Firebug. What do you see is better in Firebug than Chrome Devtools?

Chrome adamantly refuses to un-enable responsive useragent stuff. I constantly have to turn off the extra half-window. More evidence that Google has little product sense.

I agree, while Chrome DevTools are superior in many ways, it's become a shambles as they shoehorn features wherever they fit (like that console half-window)

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#76

I was surprised when I first saw Copy as cURL in Chrome... and very happy to see it here. It makes for a great base test case... now if the api client tools would only take one of these curl commands and set the settings for a request. I think it's almost funny, but a cURL command line could become the common interface for many tools.

There's a really nice add-on for Firefox called "cliget" that adds a "copy as curl" (or wget) menu item when you right click any link in the browser. I find it heavenly when I need to download something that needs authentication to a remote server.

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#77
post #69

> Console stack traces > console.error, console.exception, and console.assert logs in the console now include the full stack from where the call was made But what about if I use `new Error("something");` ? That's how I let errors bubble up in my app. Am I doing it wrong? According to this, that won't show a stack trace.

Well that already shows a stack trace. it's not mentioned here because it's not a new feature.

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#79
post #55

Earlier quoted context omitted.

Same here. I still feel Firefox devtools are not innovating fast enough. Chrome workspaces and a lot of other useful features are just not present in Firefox. I feel that's one of the major reason I could never migrated to Firefox professionally. I am also quite impressed with IE 10 & 11 devtools. It is really useful and has clean UI and UX. In short I could say that: Chrome Devtools > Firebug > IE devtools > Firefox…

I'll use chrome devtools the day they add multiline console support. Really? In 2014, and you want me to shift-enter 200 lines of code?

Why are you putting 200 lines of code into the console?

Re: Firefox Developer Tools – Editable box model, Sublime Text keys

#80

Earlier quoted context omitted.

Firefox is Free software, Chrome is proprietary and made by the company that employs this guy: http://mostlysignssomeportents.tumblr.com/post/84829703425/r... I know what I'd choose.

Chromium is open source.

I'm tired of hearing that argument. Chromium !== Chrome.

Call me back when Chromium, not Chrome, wins a 20% share of the browser market.

Post reply on HN