]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit - src/delegates/ViewOnlyDelegate.cpp
Add a durable cookies dialog.
authorSoren Stoutner <soren@stoutner.com>
Tue, 21 Jun 2022 20:43:00 +0000 (13:43 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 21 Jun 2022 20:43:00 +0000 (13:43 -0700)
commitadf448e4cca7b96f6db9fc2048e9a64fa24a9bba
tree231db4c65b87cd60309b8f682fae19f99ebf724f
parentb105f2cce889a132faa9d7a5cdc8505b75965321
Add a durable cookies dialog.
15 files changed:
src/CMakeLists.txt
src/databases/CookiesDatabase.cpp
src/databases/CookiesDatabase.h
src/delegates/CMakeLists.txt [new file with mode: 0644]
src/delegates/ViewOnlyDelegate.cpp [new file with mode: 0644]
src/delegates/ViewOnlyDelegate.h [new file with mode: 0644]
src/dialogs/CMakeLists.txt
src/dialogs/CookiesDialog.cpp
src/dialogs/CookiesDialog.h
src/dialogs/DomainSettingsDialog.cpp
src/dialogs/DurableCookiesDialog.cpp [new file with mode: 0644]
src/dialogs/DurableCookiesDialog.h [new file with mode: 0644]
src/filters/MouseEventFilter.cpp
src/uis/CookiesDialog.ui
src/uis/DurableCookiesDialog.ui [new file with mode: 0644]