1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/tests
nowrep 7e6d619516 AdBlock: Greatly improves performance of regexp rules.
Regexp will be parsed into parts that can be used with
QString::contains for quick match. If url contains all parts,
real QRegExp matching is applied.

This speedup affects rules that are internally converted into
regexp, not AdBlock's regexp rules (but those rules are very rarely used
in subscriptions, so there's no need to optimise them)
2013-02-26 15:48:47 +01:00
..
autotests AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
adblock.html AdBlock: Fixed $subdocument matching. 2012-07-13 14:12:48 +02:00
form.html [spellcheck] Fixed replacing words in multiple lines text. 2013-02-06 12:06:35 +01:00
link_tests.html Fix: Flickering when showing site info/bookmarks/rss widget in 2012-05-06 20:29:14 +02:00
popup.html Improved PopupWindow + added correspoding tests. 2013-01-25 19:52:30 +01:00
popupwindows.html [popupwindow] Show locationbar's icons also in popup windows. 2013-02-10 14:09:28 +01:00