Earlier quoted context omitted.
>For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my files directly through the inspector panel. https://code.google.com/p/chromium/issues/detail?id=328026 >Another example would be the use of cache, where I want the minimum possible retention while a user would want the opposite. Chrome Inspector -> [x] Disable ca…
Or Firefox Dev Tools -> Settings -> [x] Disable Cache (when toolbox is open) :)
The First Browser Dedicated to Developers Is Coming
151–160 of 206 posts
Re: The First Browser Dedicated to Developers Is Coming
#152Earlier quoted context omitted.
This speaks to the general low quality of web specifications and/or inability of browser developers to create robust implementations of those specs. In the vast majority of scenarios we don't think about using the same processor to experience the same thing a user does. (Certainly driver developers and other low level h/w people will occasionally run into h/w bugs but they're in a very niche field).
The web platform is a lot more complicated than any ISA. The right comparison is having the same operating system version as the user, and anyone that develops native apps does have to care about that.
Talk to intel engineers and you'll soon be disabused of that notion ;)
Re: The First Browser Dedicated to Developers Is Coming
#153This seems to reinforce the mindset that the web should be experienced and built using different tools for users vs. developers, and aside from thinking that's fundamentally condescending, I don't see why new tools couldn't simply be extended from FF's 'web developer' menu into a different mode of operation or even extensions. I think we're better off in a world where kids don't have to install ScaryFox on their tabl…
I'm not sure I see condescension here. Everyone does deserve access to built-in, high-quality tools. And everyone already gets that, with all major browsers. No one is taking away the built in developer tools in Firefox, Chrome, IE, Safari, or Opera. The problem is that they're always just a little bit older than the tip of the current development branch. And that's fine for folks who are starting to teach themselves…
But if there's a special developer-only Firefox, the dev tools in "regular" Firefox will stop getting new features, will fall out of date, stop providing value, and eventually be removed.
Re: The First Browser Dedicated to Developers Is Coming
#154Earlier quoted context omitted.
I don't quite see it that way. > For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my files directly through the inspector panel. I don't see any inherent conflict between preventing sites from having access to the local filesystem, while having powerful local filesystem access from the browser's integrated devtools…
WRT caching, the experience of a developer is already completely different from that for a user - assets on a dev instance of you infrastructure (including both code and static files) are changing multiple times a minute.
My dev server is set up identically to a production server, except that no concatenation or minification is done. I'm not happy with that last compromise, so fingers crossed that HTTP/2 gets here soon and we can stop concatenating, minifying and otherwise perverting our code and resources.
Re: The First Browser Dedicated to Developers Is Coming
#155I think this is a logical development. Firefox gets more and more Developer tools by default, but most users will never touch them. So it sounds logical to exclude Developer tools from the default package and instead offer an Developer version of Firefox. Firefox is my default browser for a long time (switched briefly to Opera, but when they came with the new Chromium-version I switched back because I didn't like it)…
Re: The First Browser Dedicated to Developers Is Coming
#156This seems to reinforce the mindset that the web should be experienced and built using different tools for users vs. developers, and aside from thinking that's fundamentally condescending, I don't see why new tools couldn't simply be extended from FF's 'web developer' menu into a different mode of operation or even extensions. I think we're better off in a world where kids don't have to install ScaryFox on their tabl…
Re: The First Browser Dedicated to Developers Is Coming
#157Earlier quoted context omitted.
This would probably start the trend of the dev features being reduced in regular browsers, I'd guess. But you're right no one is taking it away yet.
Why would any browser vendor have an incentive to remove or restrict developer features in released browsers?
On the other hand, no one would bother with that in a world where non-mobile computers are increasingly becoming developer-only machines, so this is probably just mild paranoia.
Re: The First Browser Dedicated to Developers Is Coming
#158Re: The First Browser Dedicated to Developers Is Coming
#159Re: The First Browser Dedicated to Developers Is Coming
#160This paradox is similar to creating a new microcomputer only for hackers (Apple I/II) which in turns allows them to develop cool stuff on it (Visicalc) which in turn makes it the standard for all users.