qutebrowser/tests
Jimmy c5334fb683 Greasemonkey: use UrlPatterns for match directives
The greasemonkey `@match` directive is used to match urls against
chromium url patterns (as opposed to `@include` which treats its
argument as a glob expression). I was using fnmatch for both here
because I am lazy and knew someone else was going to implement chromium
url patterns for me eventually. Now it is done and I should switch to
using them instead. The most common failing case that this will fix is
something matching on `*://*.domain.com/*` because it wouldn't match
the url with no subdomain.

This codepath is only used on webengine 5.7.1 and webkit backends.
2018-04-14 10:31:20 +12:00
..
end2end Added debug() logging for next/prev-tab and test scenarios 2018-04-09 02:03:02 +01:00
helpers Simplify tests 2018-03-28 09:33:27 +02:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Greasemonkey: use UrlPatterns for match directives 2018-04-14 10:31:20 +12:00
conftest.py Show version for POSIX OSes 2018-03-11 13:28:53 +04:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00