~ubuntu-branches/ubuntu/lucid/bleachbit/lucid

« back to all changes in this revision

Viewing changes to cleaners/chromium.xml

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-10-22 21:49:11 UTC
  • mfrom: (1.1.12 upstream) (0.6.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091022214911-splx3epgkuhr48jb
Tags: 0.7.0-1
* New upstream release.
* debian/patches/GUI_relative_imports.patch:
  - Refreshed for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  <option id="cache">
26
26
    <label>Cache</label>
27
27
    <description>Delete the web cache, which reduces time to display revisited pages</description>
28
 
    <action type="children" directories="false">~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Cache</action>
 
28
    <action command="delete" search="walk.files" path="~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Cache"/>
 
29
    <action command="delete" search="walk.files" path="~/.cache/chromium/"/>
29
30
  </option>
30
31
  <option id="cookies">
31
32
    <label>Cookies</label>
32
 
    <description>Delete cookies, which contain information such as web site prefereneces, authentication, and tracking identification</description>
33
 
    <action type="file">~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Cookies</action>
 
33
    <description>Delete cookies, which contain information such as web site preferences, authentication, and tracking identification</description>
 
34
    <action command="delete" search="file" path="~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Cookies"/>
 
35
    <action command="delete" search="file" path="~/.config/chromium/Default/Cookies"/>
 
36
    <action command="delete" search="file" path="~/.config/chromium/Default/Extension Cookies"/>
34
37
  </option>
35
38
  <option id="history">
36
39
    <label>History</label>
37
 
    <description>Delete the history, which includes bookmarks, downloads, and visited sites</description>
38
 
    <action type="file">~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Archived History</action>
39
 
    <action type="glob">~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/History*</action>
 
40
    <description>Delete the history which includes visited sites, downloads, and thumbnails</description>
 
41
    <action command="delete" search="file" path="~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Archived History"/>
 
42
    <action command="delete" search="glob" path="~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/History*"/>
 
43
    <action command="delete" search="file" path="~/.config/chromium/Default/Archived History"/>
 
44
    <action command="delete" search="file" path="~/.config/chromium/Default/Archived History-journal"/>
 
45
    <action command="delete" search="file" path="~/.config/chromium/Default/History"/>
 
46
    <action command="delete" search="glob" path="~/.config/chromium/Default/History Index ????-??"/>
 
47
    <action command="delete" search="glob" path="~/.config/chromium/Default/History Index ????-??-journal"/>
 
48
    <action command="delete" search="file" path="~/.config/chromium/Default/History-journal"/>
 
49
    <action command="delete" search="file" path="~/.config/chromium/Default/Thumbnails"/>
 
50
    <action command="delete" search="file" path="~/.config/chromium/Default/Thumbnails-journal"/>
 
51
    <action command="delete" search="file" path="~/.config/chromium/Default/Visited Links"/>
40
52
  </option>
41
53
  <option id="current_session">
42
54
    <label>Current session</label>
43
55
    <description>Delete the current session</description>
44
 
    <action type="file">~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Current Session</action>
 
56
    <action command="delete" search="file" path="~/.cxchromium/chromium/drive_c/windows/profiles/crossover/Local Settings/Application Data/Google/Chrome/User Data/Default/Current Session"/>
 
57
    <action command="delete" search="file" path="~/.config/chromium/Default/Current Session"/>
 
58
    <action command="delete" search="file" path="~/.config/chromium/Default/Current Tabs"/>
 
59
    <action command="delete" search="file" path="~/.config/chromium/Default/Last Session"/>
 
60
    <action command="delete" search="file" path="~/.config/chromium/Default/Last Tabs"/>
 
61
  </option>
 
62
  <option id="vacuum">
 
63
    <label>Vacuum</label>
 
64
    <description>Clean database fragmentation to reduce space and improve speed without removing any data</description>
 
65
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Safe Browsing Bloom"/>
 
66
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/Archived History"/>
 
67
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/Cookies"/>
 
68
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/Extension Cookies"/>
 
69
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/History"/>
 
70
    <action command="sqlite.vacuum" search="glob" path="~/.config/chromium/Default/History Index ????-??"/>
 
71
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/Thumbnails"/>
 
72
    <action command="sqlite.vacuum" search="file" path="~/.config/chromium/Default/Web Data"/>
45
73
  </option>
46
74
</cleaner>