~osomon/webbrowser-app/rewrite-uppercase-scheme

« back to all changes in this revision

Viewing changes to src/Ubuntu/Web/UbuntuWebContext.qml

  • Committer: CI Train Bot
  • Author(s): Olivier Tilloy
  • Date: 2015-02-27 10:08:05 UTC
  • mfrom: (910.2.2 cacheLocation)
  • Revision ID: ci-train-bot@canonical.com-20150227100805-smvhmd3ixfff3ve9
Specify the cache path on the web context, to avoid caching data under ~/.local/share/. Fixes: #1424726

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014 Canonical Ltd.
 
2
 * Copyright 2014-2015 Canonical Ltd.
3
3
 *
4
4
 * This file is part of webbrowser-app.
5
5
 *
22
22
Oxide.WebContext {
23
23
    readonly property string defaultUserAgent: __ua.defaultUA
24
24
 
 
25
    cachePath: cacheLocation
25
26
    dataPath: dataLocation
26
27
    userAgent: defaultUserAgent
27
28