Slashdot Mirror


Mozilla Launches Browser Built For Developers

HughPickens.com writes "Mozilla announced that they are excited to unveil Firefox Developer Edition, the first browser created specifically for developers that integrates two powerful new features, Valence and WebIDE that improve workflow and help you debug other browsers and apps directly from within Firefox Developer Edition. Valence (previously called Firefox Tools Adapter) lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. WebIDE allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. "It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app's files. It's one click to run the app in a simulator and one more to debug it with the developer tools."

Firefox Developer Edition also includes all the tools experienced Web developers are familiar with including: Responsive Design Mod, Page Inspector, Web Console, JavaScript Debugger, Network Monitor, Style Editor, and Web Audio Editor. At launch, Mozilla is starting off with Chrome for Android and Safari for iOS. and the eventual goal is to support more browsers, depending on what developers tell Mozilla they want, but the primary focus is on the mobile Web. "One of the biggest pain points for developers is having to use numerous siloed development environments in order to create engaging content or for targeting different app stores. For these reasons, developers often end up having to bounce between different platforms and browsers, which decreases productivity and causes frustration," says the press release. "If you're a new Web developer, the streamlined workflow and the fact that everything is already set up and ready to go makes it easier to get started building sophisticated applications."
Mozilla released a teaser trailer for the browser last week.

4 of 74 comments (clear)

  1. Re:Not going to happen by Microlith · · Score: 3, Insightful

    The whole Brendan Eich situation and your cowering to the social justice warriors makes me not only avoid your products, but actively remind people that you are a sleazy political organization first, with a browser tool far second

    Yeah, how dare an organization that is, essentially, politically minded in the first place take a principled stand for acceptance, respect, and equality instead of falling on Eich's sword for him.

    Also:

    social justice warriors

    Yeah, fuck them for even thinking about changing the status quo. People should just accept their lot in life, even if that means they get shit on for no good reason. Just so long as you don't have to care!

    Google's heart isn't much better but at least they have tact in their public relations.

    Yeah, a better organization would defend bigotry and turn a blind-eye towards abusive behavior. /s

  2. Self-XSS blocking is only the beginning by tepples · · Score: 4, Insightful

    Now the Firefox team can remove all the developer crap from the regular browser.

    Removing even the most basic JavaScript console from the standard browser would be a bad idea. It'd encourage some developers of prominent web sites to block users of the developer browser as a "security" measure. Facebook and Netflix, for instance, already block use of the JavaScript console out of "self-XSS" worries; removing even "view source" would make it even worse.

    1. Re:Self-XSS blocking is only the beginning by narcc · · Score: 3, Insightful

      RMS predicted this in The Right to Read.

  3. Re:please remove al the developer crap from the re by Anonymous Coward · · Score: 2, Insightful

    Please don't. Even non-developers are increasingly using the basic devtools to manage the modern web (defeating right-clicks, removing elements that get in the way, etc). And far more practically, the dev tools let devs diagnose bugs with users as they happen, without having to frustrate them with lots of extra steps that might lose their session entirely. At this point it would be like removing images from the browser core just because blind people have no need for them.