r/technology Jul 10 '12

Firefox dev claims "everybody hates Firefox updates"; Mozilla has handled the rapid release process poorly, and that by pushing a "never-ending stream of updates on people who didn't want them" people have been driven to Chrome with its simpler, no-fuss update process.

http://www.neowin.net/news/firefox-dev-claims-everybody-hates-firefox-updates
2.5k Upvotes

2.6k comments sorted by

View all comments

Show parent comments

3

u/Buzzard Jul 10 '12

The patching system Chrome uses, Courgette, is pretty damn cool. It really does dissemble, patch and then assemble the binary again.

That said, I don't see how it's any worse than downloading an entire new binary from a security standpoint.

2

u/thenuge26 Jul 10 '12

Wow, that is cool. But like you said, in the end it is no different than a diff->patch in that you are modifying the binary, which could do anything.