S. Razi Alavizadeh
5ea3572368
[Windows][Tests] Fixed compile issues on Windows.
13 years ago
S. Razi Alavizadeh
2abf37ed37
[DatabaseEncryptedPasswordBackend] Added tests.
13 years ago
nowrep
a5a5cfbbf0
[KWalletBackend] Small changes to make tests pass.
13 years ago
nowrep
f8c5415a1b
[PasswordBackends] Added tests for password backends.
13 years ago
nowrep
da46d140bb
[Tests] Updated tests to current API.
...
Make PACTest::inNetTest pass by using qupzilla.com (with stable IP)
instead of google.com.
13 years ago
nowrep
16d5917d43
[Code] Make it possible to move TabbedWebView to other window.
13 years ago
nowrep
a9326eadc5
Added support for Proxy Auto-Config (PAC).
...
.pac files will be downloaded and executed to get
proxy configuration for each url.
Closes #747
13 years ago
nowrep
01d8689a05
Properly fixed comparison of version + added tests.
13 years ago
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
f3c7f5a3ba
[Qt5] Fixed failing FormCompleter tests.
13 years ago
nowrep
a84b180444
[AutoFill] Fixed extracting form on Twitter.com
...
Twitter uses multiple same forms (differing in class and id names).
Now PageFormComplter also tests occurence of username name=value pair
in sent post data.
13 years ago
nowrep
5641d380d8
[QzTools] Added function to split arguments from command.
13 years ago
nowrep
06b582a37e
[popupwindow] Show locationbar's icons also in popup windows.
13 years ago
nowrep
67d1a8af84
[popupwindow] Fixed copying text from locationbar.
13 years ago
nowrep
785b9fcdbe
[spellcheck] Fixed replacing words in multiple lines text.
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
4fc6686185
Properly export form data if password input is the only input in form.
13 years ago
nowrep
772440d86c
Fixed opening target=_blank links in new tab.
...
Regression from b7cc728d63610978dbac37238b00f0e08cf58ddc#L3R102
13 years ago
nowrep
3caf5535cd
PageFormCompleter: Improved detecting sent form.
...
Also added new test.
13 years ago
nowrep
b7cc728d63
Improved PopupWindow + added correspoding tests.
...
Added menu to popup windows. It is now also possible
to search on page in popup window (Ctrl+F).
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
435ab60e79
AdBlock: Fixed $subdocument matching.
...
- also improved a little blocked element's placoholders hiding
14 years ago
nowrep
d8e0556d3e
AdBlock: Changes to element blocking rules are now instant.
...
- instead of need to reload settings / restart browser
14 years ago
nowrep
5c9383a54a
Fix: Flickering when showing site info/bookmarks/rss widget in
...
addressbar
14 years ago
nowrep
b982b3a2a1
AdBlock can now block also unwanted popup windows.
...
- added AdBlock menu into WebView context menu
- added new test file for AdBlock
- small modifications in QupZilla icon
- fixed bug in downloads when accepting Preferences dialog
also accepted opened download dialog
14 years ago
nowrep
995eed9cfa
[Fix] Fixed saving usernames with spaces in Password Manager.
...
- using QUrl::fromEncoded instead of QString constructor everywhere
- reverted JHooverman's patch (changing print preview dialog's window
title)
* sorry about that, I personally think that showing "Print preview"
in print preview dialog is better than "Print..."
14 years ago
nowrep
ea1eceb9d7
Applied patches for Mac OS + little modification of QupZilla icon.
...
- Mac patches by @ryandesign
- icon modifications by Sergio Cipolla, thanks!
- closes #220
- closes #221
- closes #222
14 years ago
nowrep
0c699c709c
Little improvements regarding popup windows + opening new tabs.
...
- showing popup window in center of screen if requested position
has top left coordinates [0,0]
14 years ago
nowrep
195288c83b
[Fix] Fixed restoring multiple windows + added global defines header
...
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
14 years ago