touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #82051
[Bug 1458963] Re: Favicons are saved to disk in private browsing mode
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150602-0ubuntu1
---------------
webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium
[ CI Train Bot ]
* New rebuild forced.
[ Olivier Tilloy ]
* Actually clear the network cache by deleting the correct set of
files in the correct directory. (LP: #1459956)
* Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
tests.
* Do not cache favicons on disk when browsing in private mode. (LP:
#1458963)
* Do not try to remove a file that doesn’t exist.
* Pass plain strings to the worker script instead of RegExps. (LP:
#1445673)
* Remove the upstreamcomponents folder, and use components from the
UITK instead. Add autopilot tests for the new tab view.
* Update translation template.
* Updated icon. (LP: #1457424)
[ Riccardo Padovani ]
* New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
* New tab view refactoring. (LP: #1371248, #1444023, #1351157,
#1389605, #1442190)
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Tue, 02 Jun 2015 14:26:50
+0000
** Changed in: webbrowser-app (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1458963
Title:
Favicons are saved to disk in private browsing mode
Status in Oxide Webview:
Triaged
Status in Web Browser App:
In Progress
Status in webbrowser-app package in Ubuntu:
Fix Released
Bug description:
Currently, Oxide provides a http URL for the favicon via WebView.icon
and the browser uses this URL to download the image via Qt's network
stack. As well as displaying this in the addressbar, it also writes it
to disk.
There's a couple of problems here:
1) The favicon is written to disk even in private browsing mode.
2) I'm not too sure about this, but downloading using Qt's network stack potentially leaves a cache footprint. In any case, we don't audit its suitability for use with private browsing.
The first part will need to be fixed in the browser.
For the second part, I think that Oxide should do the actual network
transaction to fetch the favicon. We can provide an implementation of
QQmlImageProvider and make WebView.icon a image: URL. The browser
should still be able to use this URL to access and write the icons to
disk (I assume this is for displaying history), but it would do this
by requesting the QImage from Oxide's image provider, using
QQmlEngine::imageProvider() rather than doing the network transaction
itself.
To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1458963/+subscriptions