aboutsummaryrefslogtreecommitdiff
path: root/lib/webprofile/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Add WIP Python REPL interfaceAqua-sama2019-02-231-1/+1
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-0/+12
- 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.