]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit - src/widgets/PrivacyWebEngineView.cpp
Handle HTTP authentication. https://redmine.stoutner.com/issues/898
authorSoren Stoutner <soren@stoutner.com>
Mon, 11 Mar 2024 22:03:14 +0000 (15:03 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 11 Mar 2024 22:03:14 +0000 (15:03 -0700)
commit3ea5ede1fd0721bea6813f36388ba6387bdbfcfe
treefe9708a0cddfd52ed413504931196d21b4afa28d
parentf7522adfac888208a7006eb7e67a7173e995ec48
Handle HTTP authentication.  https://redmine.stoutner.com/issues/898
src/CMakeLists.txt
src/dialogs/AddBookmarkDialog.cpp
src/dialogs/CMakeLists.txt
src/dialogs/HttpAuthenticationDialog.cpp [new file with mode: 0644]
src/dialogs/HttpAuthenticationDialog.h [new file with mode: 0644]
src/uis/HttpAuthenticationDialog.ui [new file with mode: 0644]
src/widgets/PrivacyWebEngineView.cpp
src/widgets/PrivacyWebEngineView.h
src/widgets/UrlLineEdit.cpp