[Merge] lp:~mardy/webbrowser-app/add-onlineaccount-support-for-container2 into lp:webbrowser-app

Olivier Tilloy olivier.tilloy at canonical.com
Thu May 29 09:00:33 UTC 2014


1108	+    WebkitCookieStore {
1109	+        id: webkitCookieStore
1110	+        dbPath: dataLocation + "/.QtWebKit/cookies.db"
1111	+    }
1112	+
1113	+    ChromeCookieStore {
1114	+        id: chromeCookieStore
1115	+        dbPath: dataLocation + "/cookies.sqlite"
1116	+    }

The two implementations of CookieStore are instantiated at all times, even though only one (or possibly none) of them is used. Can only one of them be instantiated dynamically in loadLoginView() instead?
-- 
https://code.launchpad.net/~mardy/webbrowser-app/add-onlineaccount-support-for-container2/+merge/211701
Your team Ubuntu Phablet Team is subscribed to branch lp:webbrowser-app.



More information about the Ubuntu-reviews mailing list