Activity log for bug #1111732

Date Who What changed Old value New value Message
2013-01-31 19:14:34 Alexandre Abreu bug added bug
2013-01-31 19:14:52 Alexandre Abreu branch linked lp:~abreu-alexandre/unity-firefox-extension/remove-unity-webapps-generation
2013-01-31 19:23:01 Robert Bruce Park bug task added unity-firefox-extension (Ubuntu)
2013-01-31 19:23:24 Robert Bruce Park nominated for series Ubuntu Quantal
2013-01-31 19:27:21 Ken VanDine bug task added unity-firefox-extension (Ubuntu Quantal)
2013-01-31 19:27:30 Ken VanDine unity-firefox-extension (Ubuntu): status New Fix Released
2013-01-31 19:27:41 Ken VanDine unity-firefox-extension (Ubuntu Quantal): importance Undecided Medium
2013-01-31 19:34:44 Robert Bruce Park description [Impact] At the moment, the jsc-types bindings (needed so that the extension can directly access the C API functions exported by libunity-webapps) are being generated automatically every time one builds the extension by direct parsing of the gir files generated from libunity-webapps. Part of those exported bindings are some internal functions part of libunity-webapps that are being wrongly exported as symbols along with public parts of the API. This has been fixed in libunity-webapps trunk, where those symbols are not being exported. But now the issue is that we have a chicken and egg problem is we want to release an update of unity-firefox-extension: - we cannot release a new libunity-webapps version since the already released unity-firefox-extension will look for those missing bindings and break if they are not found, - we cannot guarantee that releasing both libunity-webapps and unity-firefox-extension the user will install both at the same time, and it is not recommended (to keep packages individually "revertible") to add dependencies between updates, The idea is to make sure that we can release a new libunity-webapps version (that does not export anymore the private symbols) that won't break the ufe extension. We statically generate the bindings, instead of dynamically then, to have control over what the extension tries to bind with. The list of bindings is the same as before, just without the private symbols (not used by the extension anyway). [Test Case] Verify that the extension works as expected under Firefox: - opening a integrated website e.g. bbc.co.uk/news or twitter.com - accepting the integration, - making sure that an integration happens: launcher icon is there along with some notifications and/or messaging menu integration (in the case of twitter), [Regression Potential] None really since we only remove some function bindings that are anyway not exposed/used by the extension. The worst case would be that no integration happens anymore at all. [Impact] At the moment, the jsc-types bindings (needed so that the extension can directly access the C API functions exported by libunity-webapps) are being generated automatically every time one builds the extension by direct parsing of the gir files generated from libunity-webapps. Part of those exported bindings are some internal functions part of libunity-webapps that are being wrongly exported as symbols along with public parts of the API. This has been fixed in libunity-webapps trunk, where those symbols are not being exported. But now the issue is that we have a chicken and egg problem: - we cannot release a new libunity-webapps version since the already released unity-firefox-extension will look for those missing bindings and break if they are not found, - we cannot guarantee that releasing both libunity-webapps and unity-firefox-extension the user will install both at the same time, and it is not recommended (to keep packages individually "revertible") to add dependencies between updates, Therefore, this update to unity-firefox-extension does not actually change very much that would be user visible; but it is a necessary prerequisite to a larger libunity-webapps SRU that we will be submitting after this one is approved. If this does not get approved, then the libunity-webapps SRU that we need to do will not function at all. The idea is to make sure that we can release a new libunity-webapps version (that does not export anymore the private symbols) that won't break the ufe extension. We statically generate the bindings, instead of dynamically then, to have control over what the extension tries to bind with. The list of bindings is the same as before, just without the private symbols (not used by the extension anyway). [Test Case] Verify that the extension works as expected under Firefox: - opening a integrated website e.g. bbc.co.uk/news or twitter.com - accepting the integration, - making sure that an integration happens: launcher icon is there along with some notifications and/or messaging menu integration (in the case of twitter), [Regression Potential] None really since we only remove some function bindings that are anyway not exposed/used by the extension. The worst case would be that no integration happens anymore at all.
2013-01-31 19:47:17 Robert Bruce Park branch linked lp:~robru/unity-firefox-extension/quantal-sru-candidate
2013-01-31 20:35:14 Robert Bruce Park bug added subscriber Ubuntu Stable Release Updates Team
2013-02-20 07:59:04 Chris Halse Rogers unity-firefox-extension (Ubuntu Quantal): status New Fix Committed
2013-02-20 07:59:07 Chris Halse Rogers bug added subscriber SRU Verification
2013-02-20 07:59:09 Chris Halse Rogers tags verification-needed
2013-03-21 16:26:33 Brian Murray tags verification-needed verification-done
2013-03-21 16:28:00 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2013-03-21 16:28:11 Launchpad Janitor unity-firefox-extension (Ubuntu Quantal): status Fix Committed Fix Released
2013-03-21 16:28:11 Launchpad Janitor cve linked 2012-0958
2013-03-21 16:28:11 Launchpad Janitor cve linked 2012-0960