GNOME Bugzilla – Bug 685630
Remove old school extensions support
Last modified: 2012-10-08 14:20:29 UTC
There's many problems with the current extension model: - They are crash prone and insecure (run in the same browser process) - Model is hard to maintain (API surface is huge, can't commit to maintain that much stuff) - They can do way too much - Finally, they are not really going to work with WebKit2, which hopefully will be the default for 3.8 Given all this the Web maintainers think the way forward at this point is to remove the current extension model support from the tree, and start working on a new model (similar to Chrome extensions or Firefox jetpack) and implement that ASAP.
Created attachment 226042 [details] [review] Remove extensions. OK, this removes the extension code and also the introspection support, since it would be useless without extensions.
Comment on attachment 226042 [details] [review] Remove extensions. OK, pushed as d60c1783ef90e9. Now we need to write an announcement on the list.