Commit Graph

  • 5627a63265 urlmatch: Fix lint Florian Bruhin 2018-02-15 18:10:11 +0100
  • e161458f91 urlmatch: Add test cases for oddballs Florian Bruhin 2018-02-15 18:07:06 +0100
  • 33b7c4bdd0 urlmatch: Fix and test port handling Florian Bruhin 2018-02-15 17:51:50 +0100
  • 45cc1aaeb0 urlmatch: Add tests for file:// Florian Bruhin 2018-02-15 17:42:24 +0100
  • a2836ba945 urlmatch: Make sure URLs are valid Florian Bruhin 2018-02-15 17:26:06 +0100
  • 0a10a4f751 urlmatch: Add more tests for special schemes Florian Bruhin 2018-02-15 17:25:23 +0100
  • 084d3de65b urlmatch: Add support for data: and javascript: Florian Bruhin 2018-02-15 17:25:10 +0100
  • dae164abee urlmatch: Get rid of scheme whitelist Florian Bruhin 2018-02-15 17:16:20 +0100
  • 28aadc4f96 urlmatch: Add tests for <all_urls> Florian Bruhin 2018-02-15 17:11:24 +0100
  • 867f2a8e2b urlmatch: Use None for match-all path Florian Bruhin 2018-02-15 17:10:53 +0100
  • 8fd0690959 urlmatch: Fix handling of *:// as scheme Florian Bruhin 2018-02-15 17:03:59 +0100
  • a8a9cdd81e urlmatch: Add more tests from Chromium Florian Bruhin 2018-02-15 17:03:47 +0100
  • 978b90b5b1 urlmatch: Implement correct IP matching Florian Bruhin 2018-02-15 16:52:35 +0100
  • 2d43a1d2e7 urlmatch: Use None as default for host Florian Bruhin 2018-02-15 16:42:41 +0100
  • 5419d1caa1 urlmatch: Add glob escaping tests Florian Bruhin 2018-02-15 16:39:07 +0100
  • 9092c3a87f urlmatch: Increase debuggability Florian Bruhin 2018-02-15 16:22:29 +0100
  • faeca30dfa urlmatch: Add more tests Florian Bruhin 2018-02-15 16:19:22 +0100
  • b7c3c10b87 urlmatch: Use class in test Florian Bruhin 2018-02-15 15:51:26 +0100
  • a8a976b324 urlmatch: Simplify/fix matching by using None as sentinel Florian Bruhin 2018-02-15 15:49:29 +0100
  • 2b274f8e0b urlmatch: Implement initial matching Florian Bruhin 2018-02-15 15:39:03 +0100
  • 3d6cbcf396 urlmatch: Improve matching error for TLD wildcards Florian Bruhin 2018-02-15 14:31:08 +0100
  • fa329c698e urlmatch: Finish port parsing Florian Bruhin 2018-02-15 14:29:39 +0100
  • a2a95f5fee urlmatch: Improve port handling Florian Bruhin 2018-02-15 14:24:07 +0100
  • d266190518 urlmatch: Improve port tests Florian Bruhin 2018-02-14 23:32:40 +0100
  • c728d78bea urlmatch: Host/port parsing Florian Bruhin 2018-02-14 23:29:02 +0100
  • 32abb67d1f urlmatch: Use dedicated ParseError exception Florian Bruhin 2018-02-14 23:28:14 +0100
  • 3c17bb97c0 urlmatch: Start with port parsing Florian Bruhin 2018-02-14 22:30:35 +0100
  • 1b8dfb6c36 urlmatch: Disallow NUL byte Florian Bruhin 2018-02-14 22:20:51 +0100
  • 76efba296f urlmatch: Store path/port Florian Bruhin 2018-02-14 20:08:14 +0100
  • b93c0dad5a urlmatch: Start UrlPattern Florian Bruhin 2018-02-14 20:03:01 +0100
  • 541abb2324
    Merge pull request #3602 from jgkamat/jay/js-linkfix Florian Bruhin 2018-02-14 17:49:53 +0100
  • 12d74c5b52 Fix broken language links in contributing Jay Kamat 2018-02-14 11:40:51 -0500
  • 620a966d1e add debug logs and adjust tests to use them Marc Jauvin 2018-02-14 09:58:23 -0500
  • b791dd3eb4 no restore while in prompt modes on tab change Marc Jauvin 2018-02-14 09:44:40 -0500
  • 8a3049f09b make sure there IS a current widget before using it Marc Jauvin 2018-02-14 08:33:32 -0500
  • 9b8a182a78 history-clear does nothing to help here Marc Jauvin 2018-02-13 17:03:01 -0500
  • f94e12008a fix the tests by clearing history Marc Jauvin 2018-02-13 16:23:56 -0500
  • 1893a33708 Monkeypatch qapp.launch_time too George Edward Bulmer 2018-02-13 20:51:18 +0000
  • 29ff4259d6 Add test for _uptime() George Edward Bulmer 2018-02-13 20:09:19 +0000
  • 681bb058fa Use HTTPStatus enum instead of http.client in webserver fixture Jonathan Berglind 2018-02-13 17:58:11 +0100
  • 3d5bba9cff Use HTTPStatus in flask test server Jonathan Berglind 2018-02-13 15:05:15 +0100
  • 81acba4700 Use HTTPStatus for existing tests, add more ones Add tests for endpoints being refactored Jonathan Berglind 2018-02-13 15:01:45 +0100
  • ca8d935cf4 Update tests as per code review George Edward Bulmer 2018-02-13 18:38:27 +0000
  • e38df261cb skip this test for qt>=5.10 until the log problem gets resolved Marc Jauvin 2018-02-13 13:00:44 -0500
  • cfa779ecb7 Add trivial test for _uptime George Edward Bulmer 2018-02-13 16:02:20 +0000
  • b959e885fc Pylint fix George Edward Bulmer 2018-02-13 15:25:40 +0000
  • e349af7524 Fix testing with error pastebin_version() George Edward Bulmer 2018-02-13 14:49:15 +0000
  • 6eeacfe82b
    Fix caret being cleared when leaving any mode Jay Kamat 2018-02-12 22:51:04 -0500
  • 942dca3444 Add test for pastebin_version() George Edward Bulmer 2018-02-13 13:31:27 +0000
  • 171392b582 Update changelog Florian Bruhin 2018-02-13 09:44:10 +0100
  • 9bf5ff1583 Merge remote-tracking branch 'origin/pr/3584' Florian Bruhin 2018-02-13 09:43:44 +0100
  • 0e87c46849 Remove unused win_id argument Florian Bruhin 2018-02-13 09:43:21 +0100
  • fbb78f1133 hook into modeman's entered and left signals Marc Jauvin 2018-02-12 21:57:53 -0500
  • 22d7490126 Remove unused import and TODO from urlmarks test. Ryan Roden-Corrent 2018-02-12 19:25:24 -0500
  • 6214c38d7e add input_mode tests for tabs.mode_on_change Marc Jauvin 2018-02-12 18:11:32 -0500
  • d04fc29163 save input_mode when entering/leaving mode Marc Jauvin 2018-02-12 18:10:22 -0500
  • 0fae611021 Update changelog Florian Bruhin 2018-02-12 23:00:55 +0100
  • 47451aa495 Open qute://tabs with :buffer Florian Bruhin 2018-02-12 23:00:26 +0100
  • 9f163d90e1 Merge remote-tracking branch 'origin/pr/3450' Florian Bruhin 2018-02-12 22:54:43 +0100
  • ca199b0d3d
    Use separate variable to make pylint happy Simon Doppler 2018-02-12 22:51:36 +0100
  • 7ae0d584e6
    Add 20px margin above the raw list Simon Doppler 2018-02-12 22:49:02 +0100
  • 0b047e3e10
    Handle url with trailing slash and without Simon Doppler 2018-02-12 22:48:41 +0100
  • 15fd552616 Update changelog Florian Bruhin 2018-02-12 22:32:11 +0100
  • 9a0c113f8a
    Fix pylint line-too-long error Simon Doppler 2018-02-12 21:35:33 +0100
  • 1913012c8a Merge remote-tracking branch 'origin/pr/3561' Florian Bruhin 2018-02-12 22:18:49 +0100
  • 5f393ce312 Merge remote-tracking branch 'origin/pr/3588' Florian Bruhin 2018-02-12 22:17:17 +0100
  • 54bc22dfd4 hostblock_blame: Decode lines properly Florian Bruhin 2018-02-12 22:16:41 +0100
  • deb9ccb564 hostblock_blame: Remove unused import Florian Bruhin 2018-02-12 22:16:30 +0100
  • eca1fb7d3b Update hostblock_blame.py for new config Florian Bruhin 2018-02-12 17:54:34 +0100
  • 80a72604c6 Revive hostblock_blame.py Florian Bruhin 2018-02-12 17:49:20 +0100
  • 7fe9f53c97 Update pytest-xvfb from 1.0.0 to 1.1.0 pyup-bot 2018-02-12 17:01:33 +0100
  • 301aaf5783 Update pytest-faulthandler from 1.3.1 to 1.4.1 pyup-bot 2018-02-12 17:01:32 +0100
  • 3aa59ea240 Update hypothesis from 3.44.25 to 3.44.26 pyup-bot 2018-02-12 17:01:30 +0100
  • bd83ff2c64 Update isort from 4.3.2 to 4.3.4 pyup-bot 2018-02-12 17:01:28 +0100
  • e74995e81a Update isort from 4.3.2 to 4.3.4 pyup-bot 2018-02-12 17:01:27 +0100
  • 75e65b9d4a Update setuptools from 38.5.0 to 38.5.1 pyup-bot 2018-02-12 17:01:25 +0100
  • a31f775d70 Update flake8-debugger from 3.0.0 to 3.1.0 pyup-bot 2018-02-12 17:01:24 +0100
  • a506788f4f Update coverage from 4.5 to 4.5.1 pyup-bot 2018-02-12 17:01:22 +0100
  • f64f873c11 Update coverage from 4.5 to 4.5.1 pyup-bot 2018-02-12 17:01:21 +0100
  • 572257921d
    Use QUrl().toDisplayString() instead of url() Simon Doppler 2018-02-12 16:12:15 +0100
  • 417200fa70
    Use QUrl instead of str to compare Simon Doppler 2018-02-12 16:06:17 +0100
  • d6912be223
    Update import order Simon Doppler 2018-02-12 16:04:48 +0100
  • ee57c30c53
    Re-add the raw list (with fixed alignment) Simon Doppler 2018-02-12 16:02:06 +0100
  • 0caa5d04d3
    Use tabs directly Simon Doppler 2018-02-12 15:50:56 +0100
  • c736cdf87f Merge remote-tracking branch 'origin/pr/3587' Florian Bruhin 2018-02-12 15:31:45 +0100
  • e66588f818 Update changelog Florian Bruhin 2018-02-12 15:30:47 +0100
  • 9397cc74c1 Pylint indentation fix George Edward Bulmer 2018-02-12 14:24:53 +0000
  • 561e5d17b9 Remove extraneous space George Edward Bulmer 2018-02-12 14:22:25 +0000
  • 71d33a47b3
    Remove useless intermediary variables Simon Doppler 2018-02-12 15:20:41 +0100
  • ad50a7bfd2
    Move import to external ressources Simon Doppler 2018-02-12 15:20:06 +0100
  • 5b718446b6 Add test for sourcing config with invalid source George Edward Bulmer 2018-02-12 14:19:18 +0000
  • b59a7cdcc0 Report syntax errors as unhandled exceptions George Edward Bulmer 2018-02-12 14:07:05 +0000
  • ce8b457bac Only display exception type if no traceback George Edward Bulmer 2018-02-12 13:43:22 +0000
  • 68b12e6e9f add missing lines Marc Jauvin 2018-02-12 07:31:02 -0500
  • 0a9c0a1385 on_load_finished() signal handler for scroll-pos Marc Jauvin 2018-02-12 07:16:01 -0500
  • a0e028a851 Update tab scroll position when finished loading. Marc Jauvin 2018-02-11 22:32:03 -0500
  • 164b2a3eef Fix a lengthy line George Edward Bulmer 2018-02-11 23:20:24 +0000
  • 72103ec730 Format error type in a different way George Edward Bulmer 2018-02-11 23:16:04 +0000
  • d0ca54a0cf Add unit tests for urlmarks. Ryan Roden-Corrent 2018-02-06 11:14:01 -0500
  • 4a8b23380c Trigger save on bookmark-add --toggle. Ryan Roden-Corrent 2018-02-11 16:19:28 -0500