Code review comment for lp:~osomon/webbrowser-app/webapp-confinement

Revision history for this message
Olivier Tilloy (osomon) wrote :

> the application name will be used to alter the path for the cache, storage etc
> caches? no need to manually set the qtwebkit settings ?

No need indeed, because QtWebKit already uses QStandardPaths internally. See http://code.woboq.org/qt5/qtwebkit/Source/WebKit2/Shared/qt/QtDefaultDataLocation.cpp.html.

« Back to merge proposal