Code review comment for lp:~mardy/webbrowser-app/per-account-dir2

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

In src/app/WebViewImpl.qml:

16 + context: WebContext {
17 + dataPath: webview.dataPath
18 + }

This replaces the use of the custom shared context with a bare one that doesn’t have the functionality of the shared one (UA override mechanism, session cookie mode selection, user scripts). This won’t work.

review: Needs Fixing

« Back to merge proposal