aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofilemanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Move src/webengine to lib/webengineAqua-sama2020-12-151-126/+0
|
* Code cleanupAqua-sama2020-12-141-1/+14
|
* Fix segfault in release buildAqua-sama2020-05-291-6/+7
| | | | | | | | When creating a WebView out of a Session struct, fall back to the default profile if one is not set, or a profile with that ID is not found. - Update PKGBUILD
* Update ProfileEditor pluginAqua-sama2020-05-261-1/+1
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* libwebengineAqua-sama2020-05-081-34/+68
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* Code cleanupAqua-sama2020-01-051-7/+16
| | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles
* WebProfile refactoringAqua-sama2019-11-221-15/+0
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-0/+84