Live data from Hacker News

Firefox 6 for web developers

hacks.mozilla.org

11–20 of 32 posts

Re: Firefox 6 for web developers

#11
post #5

> WebSockets are back! I have a feeling that's going to make a lot of people very happy. Good to see that they were able to solve the security issues.

Server-sent events seem awesome as well. Open a connection to the server, let it stream you events, and each one generates a Javascript event.

It's hard to believe it's 2011 and there's still no standard way of sending data from a server to a browser other than ajax and comet trickery.

This sounds like a step in the right direction.

Re: Firefox 6 for web developers

#12
post #5

> WebSockets are back! I have a feeling that's going to make a lot of people very happy. Good to see that they were able to solve the security issues.

Mozilla is supporting a new version of websockets (https://bugzilla.mozilla.org/show_bug.cgi?id=640003) that as of a week ago did not work with a lot of popular libraries yet (socket.io). Its awesome to see better security features in place and I hope that library distributors are fast to follow up with changes in their library.

Re: Firefox 6 for web developers

#14
post #2

"For security reasons, data: and javascript: URIs no longer inherit the security context of the current page when the user enters them in the location bar; instead, a new, empty, security context is created. This means that script loaded by entering javascript: URIs in the location bar no longer has access to DOM methods and the like, for example. These URIs continue to work as before when used by script, however." G…

Hopefully there is an about:config to undo that for power-users.

Re: Firefox 6 for web developers

#15
I think my favorite part is that they've finally added an auto-update feature. If you open about Firefox, it checks to determine whether or not you're up to date. Especially if they're going to be bringing out frequent releases, I don't want to be constantly reinstalling Firefox.

Re: Firefox 6 for web developers

#16

I think my favorite part is that they've finally added an auto-update feature. If you open about Firefox, it checks to determine whether or not you're up to date. Especially if they're going to be bringing out frequent releases, I don't want to be constantly reinstalling Firefox.

That's been there since 4.0 for me.

Re: Firefox 6 for web developers

#17
post #5

> WebSockets are back! I have a feeling that's going to make a lot of people very happy. Good to see that they were able to solve the security issues.

Server-sent events seem awesome as well. Open a connection to the server, let it stream you events, and each one generates a Javascript event.

Also seems like server-sent events should be a lot easier to pass through standard load balancers and proxies than web sockets. Very cool...

Re: Firefox 6 for web developers

#18

I think my favorite part is that they've finally added an auto-update feature. If you open about Firefox, it checks to determine whether or not you're up to date. Especially if they're going to be bringing out frequent releases, I don't want to be constantly reinstalling Firefox.

That's been there for a while - I'd prefer if they would silently update the browser in the background and active it on the next restart, just as Chrome does.

I hate being told that Firefox 5.0 or 6.0 is out, only to find out that there are barely any major changes in this seemingly major version. If you want to release more often and make it a more seemless process, the app should stop announcing each new version like a major release.

Re: Firefox 6 for web developers

#20

I think my favorite part is that they've finally added an auto-update feature. If you open about Firefox, it checks to determine whether or not you're up to date. Especially if they're going to be bringing out frequent releases, I don't want to be constantly reinstalling Firefox.

That's been there for a while - I'd prefer if they would silently update the browser in the background and active it on the next restart, just as Chrome does. I hate being told that Firefox 5.0 or 6.0 is out, only to find out that there are barely any major changes in this seemingly major version. If you want to release more often and make it a more seemless process, the app should stop announcing each new version li…

The app doesn't announce each new version unless you have add-ons that are incompatible with the new version (in which case you get a dialog telling you so), last I checked.

It does tell you that it's applying an update when you do the update startup, so far. That's likely to go away as well.

Post reply on HN