aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webprofilemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ported to qt6aqua2024-04-231-0/+1
|
* Update ProfileEditor pluginAqua-sama2020-05-261-2/+2
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* libwebengineAqua-sama2020-05-081-118/+29
| | | | | | | | | | | 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
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-2/+2
|
* Code cleanupAqua-sama2020-01-051-11/+33
| | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles
* WebProfile refactoringAqua-sama2019-11-221-10/+11
| | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-0/+149