qutebrowser/tests/unit/browser/webkit
Florian Bruhin 0e9159e8e8 Revert "Fix Qt 5.11 issues with clicking invalid links"
This reverts commit 1956590df84a72c7f9a516e805d01529291fccf8.

Turns out the actual issue wasn't due to *invalid* links - it's with links
which have an unknown scheme.

There's still a change in behavior between Qt 5.10 and 5.11 though: Invalid
links are apparently not passed to acceptNavigationRequest (sometimes?) so we
don't show an error message. Instead, we just load about:blank. However,
Chromium does that too and we can't handle a real click easily, so let's just
ignore that one.

See #3661
2018-06-07 13:49:13 +02:00
..
http Update copyright years 2018-02-05 12:19:50 +01:00
network Add a log-requests debug-flag 2018-05-07 10:23:56 +02:00
test_cache.py Update copyright years 2018-02-05 12:19:50 +01:00
test_cookies.py Update copyright years 2018-02-05 12:19:50 +01:00
test_downloads.py Add a log-requests debug-flag 2018-05-07 10:23:56 +02:00
test_mhtml.py Update copyright years 2018-02-05 12:19:50 +01:00
test_tabhistory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_webkitelem.py Revert "Fix Qt 5.11 issues with clicking invalid links" 2018-06-07 13:49:13 +02:00