aboutsummaryrefslogtreecommitdiff
path: root/lib/webprofile/webprofilemanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-85/+0
|
* Drop boost dependencyAqua-sama2019-11-031-2/+9
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-0/+78
- 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.