Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Mozilla Programming The Internet

Mozilla Teases First Browser Dedicated To Devs 132

hypnosec writes Mozilla has teased a browser for developers — a first of its kind — in a bid to equip developers with a set of tools at one place for better and enhanced productivity. Speaking about the perils of web development Mozilla says engineers, while building for the web, use a range of tools that don't always work well together. Because of this, they have to switch between platforms. This process of switching from one platform to another makes a developer less productive, Mozilla says. The not-for-profit organization hasn't detailed its browser for developers to a great extent, but has revealed that the browser will be available on November 10.
This discussion has been archived. No new comments can be posted.

Mozilla Teases First Browser Dedicated To Devs

Comments Filter:
  • SeaMonkey Studio... (Score:2, Interesting)

    by Anonymous Coward

    Isn't SeaMonkey Studio _exactly_ what the summary describes? Maybe I'm missing something, or maybe SeaMonkey is a community fork and not official Mozilla, so it's not counted as the same.

    • by Anonymous Coward

      Why must they tease their own browser? They should pick on IE or something.

      • Re: (Score:3, Funny)

        by Anonymous Coward
        That would be like picking on a disabled kid.
    • by Anonymous Coward

      Gee whiners really of like to get in first...
      Firefox is my main desktop browser its my main browser of choice and I like it. I develop html using vim+firebug+SeaMonkey composer. I do target Firefox first. I do use JavaScript. I do prefer chromes color picker. If Mozilla has something else to add then I'm VERY keen to check it out.

      • by Luckyo ( 1726890 )

        That's okay. Some people are into hardcore BDSM. Some really like to get whipped into unconsciousness. We don't judge.

        But it would be really nice if you didn't preface your masochism with "well those guys can't even take a few hits from the bull whip without whining". Just because you are a hardcore masochist who trained himself to handle the pain doesn't mean that the rest of us should follow your example.

    • Amaya [w3.org] would also like to say hello.

  • Different browsers (Score:5, Insightful)

    by Anonymous Coward on Monday November 03, 2014 @05:14PM (#48304493)

    Unless it can run multiple browser engines I'm not sure how much application switching it will prevent.

  • I write code in the editor of my choice, then I open chrome and look at my results. Any issues are addressed with the already pretty nice built in tools.

    Firefox is just something I check (like IE) for feature parity.

    • by BasilBrush ( 643681 ) on Monday November 03, 2014 @06:00PM (#48304919)

      I write code in the editor of my choice, then I open chrome and look at my results.

      Presumably as you continue to tweak the code, you have to save and wait for the browser to notice one of the source files has changed. An IDE like browser could update live and instantly from memory, every time the source changes to something legally parsable.

      And of course browsers already have built in developer tools, and/or plugins. But there's so much more that's possible.

      • And then I still have to check it every other browser. Plus, many of those fixes are going to be server side. It seems like a solution in need of a problem.

        • by cdrudge ( 68377 )

          That's the great thing about having multiple choices. It may not be a solution to your problem, but it could be a solution for someone else.

    • by jopsen ( 885607 )

      I write code in the editor of my choice, then I open chrome and look at my results. Any issues are addressed with the already pretty nice built in tools.

      This could be interesting... In chrome break points move when you modify the code... It make console.log() debugging hard...
      Yes let's face it we all debug with printf :)

  • by _xeno_ ( 155264 ) on Monday November 03, 2014 @05:36PM (#48304687) Homepage Journal

    It's kind of amusing this should show up today, the same day I discovered a somewhat amusing little issue with the Firefox developer tools:

    The "JavaScript error" developer console log messages (e.g., JavaScript errors) are not necessarily displayed in the same order that "JavaScript console" messages (i.e., console.log) are generated.

    Meaning that if you're trying to track down what's generating a JavaScript message in some library you're calling (that is, a warning because the library "helpfully" catches the error for you and just does nothing), you: 1) can't get a stack trace of where that message was generated and 2) can't rely on "console.log" statements to help you narrow it down since "console.log" messages can be out of order of any other message type. I have no idea why this would be the case since JavaScript execution is explicitly single-threaded and having messages generated by a single thread appear out-of-order makes absolutely no sense, but - well, Firefox managed it.

    I did, eventually, figure out a solution to my problem: I used Chrome instead. Not only did my app run twice as fast, Chrome messages are in order and included the property being read off the null object. (Allowing me to track down how the library managed to find a null off a non-null argument.)

    So I'm glad Firefox is trying to make a "developer-centric browser," now if only their current browser tools weren't terrible.

    • Another annoying behavior of Firefox is that the Javascript included in the browser is pretty buggy.

      I wrote a small tool to detect Javascript errors, but the errors in my code are flooded by Firefox' errors, like this one:
      https://bugzilla.mozilla.org/s... [mozilla.org]

      And they want to help me fix my Javascript ?
      Start with yourself !

  • by nashv ( 1479253 ) on Monday November 03, 2014 @05:37PM (#48304707) Homepage

    I must have missed the memo where Firefox was already properly multi-core ready, with add-ons and jetpack actually growing thus making this browser relevant again.

    I hate Chrome's evil, but I hate suckiness more than I hate evil. So Chrome it is for me.

    • by Dracos ( 107777 )

      Exactly, Firefox would be so much better if they wouldn't have changed the UI every 3 versions (and thus suffocating all the good complete themes) just to keep up with all the bad ideas Chrome came up with.

    • Maybe they've decided the simply can't compete in the standard browser market. Which sounds about right. So a special purpose browser could give them a product people want.

    • Comment removed based on user account deletion
    • I must have missed the memo where Firefox was already properly multi-core ready, with add-ons and jetpack actually growing thus making this browser relevant again.

      I hate Chrome's evil, but I hate suckiness more than I hate evil. So Chrome it is for me.

      This is the most fundamental truth. I hate Chrome for all the tracking it does on me and my browsing habits, but I just can't switch. I almost made the switch to IE(!), but session restore was buggy. I tried to switch back to Firefox, but everything is slow, even scrolling is choppy. Not much, not everyone notices it, but it is there. All the super awesome extensions I used are useless. Features missing, version not supported etc etc. And the UI. OMG the UI. It's a throwback to XP. Tabs made of cheap glossy

  • Apparently it lets you debug other browsers remotely with "Firefox Tools Adapter"
    https://hacks.mozilla.org/2014... [mozilla.org]

    I think that Mozilla still make a wonderful browser for developers but they keep trying to screw it up. Like this
    http://www.donotlick.com/2014/... [donotlick.com]

    Why on earth am I going to choose to develop websites on the one browser that I can be sure that none of the visitors are actually using*? Firebug and Notepad++ is good enough for me.

    * No, not Opera.

  • This is hardly a new idea. Dreamweaver has had the ‘web browser for developers’ functionality via Live Code, Live View, and Inspect, for years.
  • I use Firefox all the time, but of late all the browsers seem basically good-enough (though don’t get me started about HTML5’s implementation of draggable) or at least compatible enough.

    There is always work to do, but Microsoft seems to have largely conceded the battle against standardization.

    I doubt I will find Mozilla’s new browser for developers Earth shattering. I hope I’m wrong.

    What really seems needed is just continued pursuit of refinement of the HTML5 standard and work towar

  • Switching rendering engines between Gecko, Webkit and IE.

    • by Luckyo ( 1726890 )

      There is an add-on for switching between Gecko and IE for most browsers that support firefox's addons. I use Pale Moon, and it's supported. I think SeaMonkey, which is usually considered "the developer browser of gecko family" is supported as well.

      Not sure if there's one for Webkit. Never needed it.

  • I hope Mozilla's new one takes them seriously for a change.

  • Seriously.

    Why do they have to have a distinct browser for devs? What, exactly, can the Mozilla plugin architecture NOT support?

    Building a separate browser simply increases the chance that you will introduce compatibility problems into the environment as both projects progress.

  • by Anonymous Coward

    Focusing on the "end user" was a mistake to begin with, so hopefully this will undo some of that counter-productive effort/pandering. The more the software allows the user to program, the more the user will program. Treating the web like a passive consumer platform has done it, and those who develop and use it, great mental and social harm.

  • WONTFIX tell user to update browser to latest mozillamonkey.
  • Mozilla is loosing it. Fx gets more and more irrelevant between various UI changes and more bloat added. Usage is declining. And yet they try to reinvent themselves with such ideas. What for? Just make a decent browser and build developer tools into it like everybody else does. What is the point of such product? To have yet another browser/platform to build and test for?

  • Comment removed based on user account deletion

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...