Florian Bruhin
|
45cc1aaeb0
|
urlmatch: Add tests for file://
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
0a10a4f751
|
urlmatch: Add more tests for special schemes
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
28aadc4f96
|
urlmatch: Add tests for <all_urls>
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
867f2a8e2b
|
urlmatch: Use None for match-all path
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
a8a9cdd81e
|
urlmatch: Add more tests from Chromium
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
978b90b5b1
|
urlmatch: Implement correct IP matching
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
2d43a1d2e7
|
urlmatch: Use None as default for host
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
5419d1caa1
|
urlmatch: Add glob escaping tests
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
faeca30dfa
|
urlmatch: Add more tests
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
b7c3c10b87
|
urlmatch: Use class in test
|
2018-02-15 18:47:03 +01:00 |
|
Florian Bruhin
|
2b274f8e0b
|
urlmatch: Implement initial matching
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
3d6cbcf396
|
urlmatch: Improve matching error for TLD wildcards
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
fa329c698e
|
urlmatch: Finish port parsing
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
a2a95f5fee
|
urlmatch: Improve port handling
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
d266190518
|
urlmatch: Improve port tests
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
c728d78bea
|
urlmatch: Host/port parsing
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
32abb67d1f
|
urlmatch: Use dedicated ParseError exception
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
3c17bb97c0
|
urlmatch: Start with port parsing
|
2018-02-15 18:47:02 +01:00 |
|
Florian Bruhin
|
1b8dfb6c36
|
urlmatch: Disallow NUL byte
See https://bugs.chromium.org/p/chromium/issues/detail?id=390624
With Qt, we might run into the same issue as well at some point, and it sure
can't hurt to disallow it.
|
2018-02-15 18:46:58 +01:00 |
|
Florian Bruhin
|
76efba296f
|
urlmatch: Store path/port
|
2018-02-15 18:46:55 +01:00 |
|
Florian Bruhin
|
b93c0dad5a
|
urlmatch: Start UrlPattern
|
2018-02-15 18:46:51 +01:00 |
|