Florian Bruhin
|
7c1fb1d215
|
Refactor acceptNavigationRequest handling to use signals
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
2a7998847f
|
Unset values properly
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
74a7676111
|
Fix issues with per-domain proof-of-concept
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
d09afdf0ee
|
Refactor handling of mutables with url/pattern in Config
This also should not copy stuff coming from the config if it's not needed.
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
8551288efb
|
Start working on different per-URL storage
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
5e50824042
|
Broken per-URL proof-of-concept
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
4ed07d6062
|
Initial implementation of per-URL setting storage
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
894da598d6
|
urlmatch: Remove dead code
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
7033af816a
|
urlmatch: Add equality testcases
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
eda15c53ad
|
urlmatch: Improve port error output
|
2018-02-19 22:07:53 +01:00 |
|
Florian Bruhin
|
d6ea9b1e47
|
urlmatch: Add test for invalid IPv6 URL
|
2018-02-19 22:07:53 +01:00 |
|
pyup-bot
|
8a0be83e1e
|
Update pytest-mock from 1.6.3 to 1.7.0
|
2018-02-19 17:04:13 +01:00 |
|
pyup-bot
|
11579b3511
|
Update hypothesis from 3.44.26 to 3.45.2
|
2018-02-19 17:04:12 +01:00 |
|
bttner
|
e169e2165d
|
Refactor TabbedBrowser from inheritance to composition
|
2018-02-19 14:29:05 +01:00 |
|
Jay Kamat
|
84907d5a2e
|
Simplify readability logic using get defaults
:D
|
2018-02-18 14:49:09 -05:00 |
|
Jay Kamat
|
c844023077
|
Use QUTE_DATA_DIR in readability userscript
|
2018-02-18 14:28:46 -05:00 |
|
Florian Bruhin
|
ab0034f9da
|
Merge pull request #3607 from rasa/patch-1
Add scoop installer
|
2018-02-18 11:30:25 +01:00 |
|
Ross Smith II
|
bf72d81bd3
|
Add scoop installer
See https://github.com/lukesampson/scoop-extras/pull/783
|
2018-02-18 00:07:02 -08:00 |
|
jnphilipp
|
60a7e483af
|
Add import error message for stem.
|
2018-02-17 19:57:44 +01:00 |
|
jnphilipp
|
6219119476
|
Update output.
|
2018-02-17 09:48:39 +01:00 |
|
jnphilipp
|
3ee765869d
|
Add tor_identity userscript.
|
2018-02-16 14:22:08 +01:00 |
|
Florian Bruhin
|
174dd5dd9e
|
urlmatch: Remove performance FIXME
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
5f6c8435a4
|
urlmatch: Add initial benchmark/hypothesis test
|
2018-02-15 18:47:07 +01:00 |
|
Florian Bruhin
|
41b7ac27d7
|
urlmatch: Postpone checking scheme
|
2018-02-15 18:47:07 +01:00 |
|
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 |
|