1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00
falkonOfficial/tests/autotests
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
..
adblocktest.cpp AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
adblocktest.h AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
autotests.pro AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
cookiestest.cpp Fixed matching cookies according RFC 6265. 2013-02-01 14:45:42 +01:00
cookiestest.h Fixed matching cookies according RFC 6265. 2013-02-01 14:45:42 +01:00
downloadstest.cpp Improved parsing of Content-Disposition header. 2013-02-04 22:48:34 +01:00
downloadstest.h Improved parsing of Content-Disposition header. 2013-02-04 22:48:34 +01:00
formcompletertest.cpp [AutoFill] Fixed extracting form on Twitter.com 2013-02-16 11:20:03 +01:00
formcompletertest.h [AutoFill] Fixed extracting form on Twitter.com 2013-02-16 11:20:03 +01:00
main.cpp AdBlock: Greatly improves performance of regexp rules. 2013-02-26 15:48:47 +01:00
qztoolstest.cpp [QzTools] Added function to split arguments from command. 2013-02-15 11:05:46 +01:00
qztoolstest.h [QzTools] Added function to split arguments from command. 2013-02-15 11:05:46 +01:00