Florian Bruhin
|
5627a63265
|
urlmatch: Fix lint
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
e161458f91
|
urlmatch: Add test cases for oddballs
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
33b7c4bdd0
|
urlmatch: Fix and test port handling
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
45cc1aaeb0
|
urlmatch: Add tests for file://
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
a2836ba945
|
urlmatch: Make sure URLs are valid
|
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
|
084d3de65b
|
urlmatch: Add support for data: and javascript:
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
dae164abee
|
urlmatch: Get rid of scheme whitelist
There are more schemes like data: or javascript:, and we don't want to restrict
schemes anyways.
|
2018-02-15 18:47:03 +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
|
8fd0690959
|
urlmatch: Fix handling of *:// as scheme
|
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
|
9092c3a87f
|
urlmatch: Increase debuggability
|
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
|
a8a976b324
|
urlmatch: Simplify/fix matching by using None as sentinel
|
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 |
|
Florian Bruhin
|
541abb2324
|
Merge pull request #3602 from jgkamat/jay/js-linkfix
Fix broken language links in contributing
|
2018-02-14 17:49:53 +01:00 |
|
Jay Kamat
|
12d74c5b52
|
Fix broken language links in contributing
|
2018-02-14 11:40:51 -05:00 |
|
Florian Bruhin
|
171392b582
|
Update changelog
|
2018-02-13 09:44:10 +01:00 |
|
Florian Bruhin
|
9bf5ff1583
|
Merge remote-tracking branch 'origin/pr/3584'
|
2018-02-13 09:43:44 +01:00 |
|
Florian Bruhin
|
0e87c46849
|
Remove unused win_id argument
|
2018-02-13 09:43:21 +01:00 |
|
Ryan Roden-Corrent
|
22d7490126
|
Remove unused import and TODO from urlmarks test.
|
2018-02-12 19:25:24 -05:00 |
|
Florian Bruhin
|
0fae611021
|
Update changelog
|
2018-02-12 23:00:55 +01:00 |
|
Florian Bruhin
|
47451aa495
|
Open qute://tabs with :buffer
|
2018-02-12 23:00:26 +01:00 |
|
Florian Bruhin
|
9f163d90e1
|
Merge remote-tracking branch 'origin/pr/3450'
|
2018-02-12 22:54:43 +01:00 |
|
Simon Doppler
|
ca199b0d3d
|
Use separate variable to make pylint happy
|
2018-02-12 22:51:36 +01:00 |
|
Simon Doppler
|
7ae0d584e6
|
Add 20px margin above the raw list
|
2018-02-12 22:49:02 +01:00 |
|
Simon Doppler
|
0b047e3e10
|
Handle url with trailing slash and without
|
2018-02-12 22:48:41 +01:00 |
|
Florian Bruhin
|
15fd552616
|
Update changelog
|
2018-02-12 22:32:11 +01:00 |
|
Simon Doppler
|
9a0c113f8a
|
Fix pylint line-too-long error
|
2018-02-12 22:25:21 +01:00 |
|
Florian Bruhin
|
1913012c8a
|
Merge remote-tracking branch 'origin/pr/3561'
|
2018-02-12 22:18:49 +01:00 |
|
Florian Bruhin
|
5f393ce312
|
Merge remote-tracking branch 'origin/pr/3588'
|
2018-02-12 22:17:17 +01:00 |
|
Florian Bruhin
|
54bc22dfd4
|
hostblock_blame: Decode lines properly
|
2018-02-12 22:16:41 +01:00 |
|
Florian Bruhin
|
deb9ccb564
|
hostblock_blame: Remove unused import
|
2018-02-12 22:16:30 +01:00 |
|
Florian Bruhin
|
eca1fb7d3b
|
Update hostblock_blame.py for new config
|
2018-02-12 17:54:34 +01:00 |
|
Florian Bruhin
|
80a72604c6
|
Revive hostblock_blame.py
|
2018-02-12 17:49:20 +01:00 |
|