GNOME Bugzilla – Bug 724683
extension system: Add a gsettings key to disable version validation
Last modified: 2014-02-19 16:08:42 UTC
Those patches add a gsettings key to disable the version check when installing extensions. It can be used to force extension to get loaded despite not claiming to support the running shell version. The first patch adds the shell side support and the key. The second (untested!) one exposes it through the browser plugin.
Created attachment 269597 [details] [review] extensionSystem: Add a gsettings key to disable version validation Add a key 'disable-extension-version-validation' key that disables the validation of extension's claimed to be supported shell version with the shell version and just load all extensions unconditionally.
Created attachment 269598 [details] [review] browser_plugin: Expose version validation boolean Expose the version validation boolean through the public JS API so that e.g.o can make use of it.
Pushed after IRC review. Attachment 269597 [details] pushed as 1af40b1 - extensionSystem: Add a gsettings key to disable version validation Attachment 269598 [details] pushed as 6512a5f - browser_plugin: Expose version validation boolean