diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-16 16:52:07 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-16 16:52:07 +0100 |
commit | 2a696a57abafb25978aef1af5758fe75b706d1f0 (patch) | |
tree | 9c9b3468398b16711a573e0c8b87ae2ad03100b4 /doc/Usage/Profile.asciidoc | |
parent | Rewrite lib/urlfilter (diff) | |
download | smolbote-2a696a57abafb25978aef1af5758fe75b706d1f0.tar.xz |
Rewrite lib/web to lib/webprofile
- libweb was supposed to be a general QtWebEngine wrapper, but only
turned out to do profiles and profile management. The new name should
make this more obvious.
- Renamed ProfileManager to WebProfileManager, and cut out duplicate
code.
- Temporary profiles: temporary profiles are not kept after closing the
browser.
Diffstat (limited to 'doc/Usage/Profile.asciidoc')
-rw-r--r-- | doc/Usage/Profile.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Usage/Profile.asciidoc b/doc/Usage/Profile.asciidoc index 9b00dbc..79506fd 100644 --- a/doc/Usage/Profile.asciidoc +++ b/doc/Usage/Profile.asciidoc @@ -2,6 +2,12 @@ A Profile is a collection of settings, policies, scripts, cookies, cache and history. Profiles can be used to isolate pages from each other. +Off-the-record profiles only use in-memory cache and save no files to disk. + +Profiles can be either temporary or permanent. Temporary profiles are expire +when the application is closed, whereas permanent profiles are kept between +runs. + Each window has a default profile it uses when opening new tabs. This can be changed from the window's menu. Additionally, tabs can have their profiles individually changed from their context menu. |