GNOME Bugzilla – Bug 682578
Fix extension installation and reloading
Last modified: 2012-08-24 02:06:38 UTC
See patches. I swore I tested these (I remember showing these features off to people at some point), so I'm blaming it on review changes without retesting it myself. I am a terrible person for doing this.
Created attachment 222271 [details] [review] extensionSystem: Make unloadExtension take an extension object, not a UUID For consistency with loadExtension.
Created attachment 222272 [details] [review] shellDBus: Fix reloadExtension We need to recreate and reimport the extension here, not just reimport the same exact code.
Created attachment 222273 [details] [review] extensionDownloader: Fix extension installation The name of the method is "get_as_bytes"
Review of attachment 222271 [details] [review]: I'm just trusting you've tested these ones then =)
Review of attachment 222272 [details] [review]: Seems reasonable.
Review of attachment 222273 [details] [review]: Right.
Attachment 222271 [details] pushed as 4696bfb - extensionSystem: Make unloadExtension take an extension object, not a UUID Attachment 222272 [details] pushed as 4ca2697 - shellDBus: Fix reloadExtension Attachment 222273 [details] pushed as 67115b3 - extensionDownloader: Fix extension installation That's probably the speediest review I've seen yet.