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)
13 years ago
nowrep
668022ed64
Improved parsing of Content-Disposition header.
...
It now tries to detect whether UTF-8 encoding is used.
Closes #745
13 years ago
nowrep
00a5b62667
Fixed matching cookies according RFC 6265.
...
Perform cookie domain matching on domains without
leading dot.
Matching cookies against blocklist/whitelist is now
also properly working.
13 years ago
nowrep
88c2c25490
[Tests] Add tests for PageFormCompleter.
...
Also updated copyright on other tests.
13 years ago
nowrep
21d2c57dd8
Added autotests for QzTools helper functions.
13 years ago
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
nowrep
977f9db6f6
Refactoring whole code to support popup windows.
...
- it is needed to provide support for casting WebView
into TabbedWebView and PopupWebView
14 years ago
nowrep
f3970f164b
Updated copyright for new year. Closes #100
14 years ago
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
14 years ago
nowrep
6f395631ad
Updated copyright informations
15 years ago
nowrep
d9d8506536
Updated code model
15 years ago
nowrep
3847f8662d
Added copyright header to all files
15 years ago
nowrep
300c4094ae
src/tools folder
15 years ago