The previous solution has no effect on entries which already exist in the lists.
As a result the lists are not sorted. It is only functional when the lists were
initially empty, which is a sub-optimal case.
Test plan: open Cookies Manager, switch to Cookie Filtering tab, see the items being alphabetically sorted
Summary: From now, when the user saves the password by clicking remember he will get a notification that the password is saved.
Reviewers: SGOrava, drosca
Reviewed By: SGOrava, drosca
Subscribers: drosca, alukichev, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D26932
Summary: BUG: 395429
Test Plan: Open searchbar on webpage and type some text which is present on the page
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D27095
Summary:
Bug 398767
Currently, when the user clicks //remember password// when KWallet is disabled, **falkon** gets crashed.
This patch fixes the crash by checking if `KWallet` object is created and only then it adds to the folder.
The following functions are fixed:
- addEntry
- Update Entry
- updateLastUsed
- removeEntry
- removeAll
Reviewers: SGOrava, drosca
Reviewed By: SGOrava, drosca
Subscribers: drosca, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D26872
Summary:
Qt 5.13+ has a built-in PDFium-based PDF viewer enabled in
QWebEngineSettings by default. There is no way to disable it at
run time by the user, and leaving it "as is" changes the browser's
behavior, depending on which version of Qt is installed on a
target system. The built-in plugin currently has quite a limited
functionality and, e.g., misses ability to download the document
being viewed.
This adds a checkbox in Preferences->Browsing->Web configuration
to enable/disable usage of internal Qt's PDF viewer on systems
with Qt 5.13 and above.
The feature uses Pepper plugin API (PPAPI) of QtWebEngine. The
corresponding checkbox's text has been renamed to better reflect
its impact on QtWebEngine's operation ("Allow Pepper Plugins
(Flash plugin)" -> "Enable Pepper plugin API (PPAPI)").
To clarify dependency of internal PDF viewer on PPAPI, the
checkbox gets disabled when the user unchecks "Enable Pepper
plugin API (PPAPI)" checkbox. Also, the dependency is mentioned
in its text.
Reviewers: #falkon, SGOrava
Reviewed By: #falkon, SGOrava
Subscribers: pshaw, SGOrava, falkon, alukichev
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D26753
Summary:
Add basic support for web notifications with icon, title and body text.
FEATURE: 409045
Test Plan: Fire some notifications from webpage
Reviewers: #falkon
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D26452