Earlier quoted context omitted.
The release process might help explain it: https://wiki.mozilla.org/RapidRelease or, if you're familiar with Chrome's stable / beta / dev / canary channels, it's largely the same model. As far as fundamental web platform features are concerned, the Developer Edition is a normal pre-Beta channel. It's primarily that more willing to promote new tooling up from Nightly into the DevEdition or to set different default pre…
I see, the "new rules" are easiest to summarize as one more "let's do it like Chrome" step.
Firefox Developer Edition
161–170 of 300 posts
Re: Firefox Developer Edition
#162Will https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/... switch to this new build or will there be a new PPA for Firefox Developer Edition?
Mozilla doesn't own this PPA, it's third party. Chris Coulson, the maintainer had mentioned he doesn't have the time to maintain this anymore as I recall. Suggest just getting Aurora on aurora.mozilla.org
Re: Firefox Developer Edition
#163Hi! Just a heads up that folks from the dev tools team will be monitoring this thread and are on-hand to answer questions. We'll try not to thread sit too much. :) In brief, the Developer Edition is a new release channel for Firefox, replacing Aurora (our pre-Beta channel). Everything else about the release cadence is the same. There are four major new features here: 1. The Firefox Tools Adapter ("Valence"), which le…
Thanks
Re: Firefox Developer Edition
#164Earlier quoted context omitted.
The release process might help explain it: https://wiki.mozilla.org/RapidRelease or, if you're familiar with Chrome's stable / beta / dev / canary channels, it's largely the same model. As far as fundamental web platform features are concerned, the Developer Edition is a normal pre-Beta channel. It's primarily that more willing to promote new tooling up from Nightly into the DevEdition or to set different default pre…
I see, the "new rules" are easiest to summarize as one more "let's do it like Chrome" step.
Re: Firefox Developer Edition
#165Can I run this Dev Edition side-by-side with the regular version of Firefox, on the same machine?
Re: Firefox Developer Edition
#166Hi! Just a heads up that folks from the dev tools team will be monitoring this thread and are on-hand to answer questions. We'll try not to thread sit too much. :) In brief, the Developer Edition is a new release channel for Firefox, replacing Aurora (our pre-Beta channel). Everything else about the release cadence is the same. There are four major new features here: 1. The Firefox Tools Adapter ("Valence"), which le…
> What tools do you need? Safari 8 introduced "breakpoint actions" similar to Xcode's: when a breakpoint is set, it can be configured to not actually break (keep running even if the breakpoint condition matches) and if it matches: * log a message * play a sound * execute code * run a probe Each action type can be used any number of time on the same breakpoint. It's not the most stable and almost undocumented — the on…
Re: Firefox Developer Edition
#167Re: Firefox Developer Edition
#168Earlier quoted context omitted.
One of the most powerful tools in my chest is Firefile ( https://addons.mozilla.org/en-US/firefox/addon/firefile/ ). Firefile allows you to edit CSS in firebug and save to your stylsheet right from there. It's incredible how this smooths out my workflow and I can't work without it. Firefile, though, doesn't appear to be in development anymore and it's latest release is broken. (I had to make some manual edits to get…
If I'm understanding what you want, this is built in already. https://developer.mozilla.org/en-US/docs/Tools/Style_Editor
It would require a SASS interpreter built into the browser, not sure if that's practical or realistic. But it would help a lot for when you need to make edits locally and see the results on a remote server.
Re: Firefox Developer Edition
#169Hi! Just a heads up that folks from the dev tools team will be monitoring this thread and are on-hand to answer questions. We'll try not to thread sit too much. :) In brief, the Developer Edition is a new release channel for Firefox, replacing Aurora (our pre-Beta channel). Everything else about the release cadence is the same. There are four major new features here: 1. The Firefox Tools Adapter ("Valence"), which le…
Having different named profiles for remembered users/passwords for a given site. Chrome can do this but I've never cared for it's interface that much.