Commit Graph

  • d288c9598d tests: Add some quteprocess.LogLine tests. Florian Bruhin 2015-11-09 19:34:34 +0100
  • 4f6415631f tests: Parse function/line being unset for LogLine. Florian Bruhin 2015-11-09 19:34:13 +0100
  • 9a2125fc18 Update changelog. Florian Bruhin 2015-11-09 18:24:23 +0100
  • 65648da1ad Fix #889 during a webpage shutdown. Florian Bruhin 2015-11-09 18:22:35 +0100
  • dce44f2dc5 bdd: Add some first tests for hints. Florian Bruhin 2015-11-09 18:17:13 +0100
  • f3d76b5af6 Fix :follow-hint with an invalid keystring. Florian Bruhin 2015-11-09 18:16:59 +0100
  • 1aebefca18 bdd: Make "I run ..." work with PrerequisitesError. Florian Bruhin 2015-11-09 18:07:51 +0100
  • 35c36725f2 Disallow :follow-hint outside of hint mode. Florian Bruhin 2015-11-09 18:07:29 +0100
  • f79722975f Fix _download_dir reference Daniel 2015-11-09 17:06:50 +0100
  • a1bc020fec mhtml: Sanitize default filename suggestion Daniel 2015-10-30 21:08:37 +0100
  • 4f01382c64 mhtml: Ignore non-http(s) assets Daniel 2015-10-30 19:59:58 +0100
  • 71533b3456 mhtml: Add comments describing the hostblock check Daniel 2015-10-24 12:12:07 +0200
  • 5601c8e7c1 mhtml: Skip test if cssutils is unavailable Daniel 2015-10-24 11:54:25 +0200
  • 9694b3b548 downloads: Remove safety check in on_reply_error Daniel 2015-10-24 11:33:04 +0200
  • 252dc9a8bd mhtml: Don't attempt to download hostblocked urls Daniel 2015-10-24 11:32:25 +0200
  • c2218f51cd Add mhtml.last_used_directory to vulture whitelist Daniel 2015-10-24 11:21:00 +0200
  • f34161423c Fix "line too long" Daniel 2015-10-19 20:17:22 +0200
  • a780325a3a Allow directories to be entered as destination Daniel 2015-10-19 20:08:37 +0200
  • ae8a9b8798 Handle non-ASCII in headers/url better Daniel 2015-10-19 14:05:59 +0200
  • 8bb887ddab Specify window and tab instead of 'current' Daniel 2015-10-19 12:13:49 +0200
  • a1e0ccb787 Fix spelling/style. Daniel 2015-10-19 11:55:11 +0200
  • f2f9529af7 Remove sys import in test_mhtml Daniel 2015-10-11 11:51:22 +0200
  • ed8a6a4c7b Update to cssutils 1.0.1 Daniel 2015-10-11 11:06:00 +0200
  • 3a2bb2d348 Add cssutils to README and utils/version.py Daniel 2015-10-08 18:04:53 +0200
  • 12a9deb9bc Fix lints Daniel 2015-10-07 23:53:03 +0200
  • d1f8d29c20 Add --mhtml flag to :download Daniel 2015-10-07 23:22:21 +0200
  • 8cf0af004f Deprecate :download [url] [dest], add --dest param Daniel 2015-10-07 23:13:17 +0200
  • a898fd21d1 Update docs Daniel 2015-10-07 13:07:59 +0200
  • b17d74452f Expand $HOME before checking if file exists Daniel 2015-10-07 12:12:02 +0200
  • dd8ff860f4 Fix lint Daniel 2015-10-07 12:08:54 +0200
  • b027e6af1b Mark cssutils tests as xfail on Python >= 3.5 Daniel 2015-10-07 11:49:17 +0200
  • dab0db30a5 Remove tests for remove_file from test_mhtml.py Daniel 2015-10-07 11:46:05 +0200
  • 919365dfa1 Remove dead code mhtml.py:MHTMLWriter:remove_file Daniel 2015-10-07 11:34:59 +0200
  • 1902e4858f Also catch re.error on cssutils import Daniel 2015-10-07 11:24:25 +0200
  • 957d68c477 Revert "Remove cssutils from mhtml.py" Daniel 2015-10-07 11:21:47 +0200
  • ce1a99cc7c Remove cssutils from mhtml.py Daniel 2015-10-05 11:52:04 +0200
  • 706b8c6600 Shorten line Daniel 2015-10-02 19:12:30 +0200
  • 6601df14a3 mhtml: ask before overwriting dest Daniel 2015-10-02 13:50:19 +0200
  • 420c087373 use cssutils Daniel 2015-09-25 13:09:39 +0200
  • 749b1c02cc Style changes for mhtml and test_mhtml Daniel 2015-09-25 11:48:43 +0200
  • b05a0d191d Fix module path in test_mhtml Daniel 2015-09-24 22:17:47 +0200
  • 2eeace1c2c Move misc.mhtml to browser.mhtml Daniel 2015-09-24 22:06:34 +0200
  • a092ef1fe6 String quote style changes Daniel 2015-09-24 21:56:02 +0200
  • 9bf9124324 Fix mhtml tests, add test for _NoCloseBytesIO Daniel 2015-09-24 20:43:30 +0200
  • 366916a8bf Use more specific selectors to filter webelements Daniel 2015-09-24 20:36:02 +0200
  • bf90c8c06b Add tests for mhtml Daniel 2015-09-24 17:56:33 +0200
  • 5fcbc839bb Allow many spaces and tabs after @import in CSS Daniel 2015-09-24 17:55:18 +0200
  • afa2f339e6 mhtm: use downloads logger instead of misc Daniel 2015-09-24 14:37:50 +0200
  • cb477a2623 Decode headers with ISO-8859-1 instead of ASCII Daniel 2015-09-24 14:27:17 +0200
  • a63aed5965 Use email.encoders instead of own encoder function Daniel 2015-09-24 14:07:12 +0200
  • ba81332d45 _get_css_imports now works on strings only Daniel 2015-09-24 13:48:58 +0200
  • d3a21927f2 Remove default values in MHTMLWriter.__init__ Daniel 2015-09-24 13:30:47 +0200
  • e5bfb9884b Use WebElementWrapper instead of QWebElement Daniel 2015-09-24 13:22:53 +0200
  • a3cc71e317 Don't from-import functions/classes Daniel 2015-09-24 12:52:10 +0200
  • 83aee4fad5 Rename on_meta_data_change to on_meta_data_changed Daniel 2015-09-24 12:40:40 +0200
  • 8593144fa7 Make _path_suggestion public Daniel 2015-09-24 12:38:52 +0200
  • f58f6f24ee Use email.mime instead of manually writing the msg Daniel 2015-09-23 18:10:14 +0200
  • 64c74bde90 Fix pylint for _NoCloseBytesIO Daniel 2015-09-23 17:18:26 +0200
  • 05cc4b9650 Change boundary Daniel 2015-09-23 16:25:21 +0200
  • 8eafa1a105 Also scan CSS in <style> tags and inline CSS Daniel 2015-09-23 16:18:41 +0200
  • 02c1fa1232 Save mhtml if no assets need to be downloaded Daniel 2015-09-23 14:30:20 +0200
  • 991b6d4fc9 Remove urljoin import Daniel 2015-09-22 19:14:16 +0200
  • 5c6b715720 Use QUrl.resolved instead of urlparse.urljoin Daniel 2015-09-22 18:52:44 +0200
  • 11ed60620a Also load assets referenced in css files Daniel 2015-09-22 18:48:52 +0200
  • 6b086d159d Ask for filename when none is given Daniel 2015-09-22 13:37:03 +0200
  • 679ab65b5f Message on finished download Daniel 2015-09-20 20:44:32 +0200
  • fd7820ea16 occurs -> occurred Daniel 2015-09-20 18:34:45 +0200
  • 111feebf89 Refactor start_download to a class Daniel 2015-09-20 17:57:32 +0200
  • 49a32f0041 First round of lint fixes Daniel 2015-09-20 17:11:28 +0200
  • 024ae52366 Replaced quote-printable with own function Daniel 2015-09-20 16:05:36 +0200
  • 930871be01 First working version Daniel 2015-09-20 14:30:12 +0200
  • fbe5386e56 Initial version of website downloader Daniel 2015-09-19 20:06:15 +0200
  • 99e090db78 tox: Update werkzeug to 0.11. Florian Bruhin 2015-11-09 09:46:36 +0100
  • 30db09bbda tox: Update pyroma to 1.8.3. Florian Bruhin 2015-11-09 09:46:02 +0100
  • 0daf5885be Add some BDD tests for downloads. Florian Bruhin 2015-11-09 07:49:11 +0100
  • b59a56921e Fix crashes with downloads in a closed tab. Florian Bruhin 2015-11-09 07:46:22 +0100
  • 89c0ff0d9b bdd: Add a redirect-later page in webserver_sub. Florian Bruhin 2015-11-09 07:46:03 +0100
  • 021ea444a1 bdd: Fix separations between tests. Florian Bruhin 2015-11-09 07:43:48 +0100
  • 8b016df023 bdd: Make InvalidLine show some more informations. Florian Bruhin 2015-11-09 07:41:57 +0100
  • 62f11273c5 tests: Fix quteproc.after_test() fixture. Florian Bruhin 2015-11-09 07:40:25 +0100
  • 64730f566f tests: Make wait for loading work with downloads. Florian Bruhin 2015-11-09 07:39:24 +0100
  • 8aa29a2ba2 bdd: Fix assert in "The requests should be" step. Florian Bruhin 2015-11-09 07:38:34 +0100
  • a05da2a956 bdd: Add a "then no crash should happen" step. Florian Bruhin 2015-11-09 07:37:52 +0100
  • ae0e391c04 bdd: Add a "When I wait for the message ..." step. Florian Bruhin 2015-11-09 07:37:23 +0100
  • 56bdb74ed9 bdd: Allow (port) replacement in "When I run ...". Florian Bruhin 2015-11-09 07:37:04 +0100
  • 9dfe84c197 Accept longer URL in WebView repr before eliding. Florian Bruhin 2015-11-09 07:36:10 +0100
  • 9cfd96fcef Make :follow-hint take a keystring. Florian Bruhin 2015-11-09 07:35:33 +0100
  • c1c5b0f2b4 Fix prompt for download directory when turned off. Florian Bruhin 2015-11-09 07:35:03 +0100
  • 95483f73d8 Add some assertions to DownloadItem.retry. Florian Bruhin 2015-11-09 07:34:49 +0100
  • 612174ada0 Add a :download-retry command. Florian Bruhin 2015-11-09 07:17:54 +0100
  • 19a9985f0d Update changelog. Florian Bruhin 2015-11-09 07:16:55 +0100
  • 44e60ccc3e Rename meles5 2015-11-06 20:37:37 +0100
  • 4c4515cba9 Changed to .tff files and add a license notice meles5 2015-11-06 20:34:59 +0100
  • 4c2e92c998 Make testprocess test more stable. Florian Bruhin 2015-11-06 07:17:15 +0100
  • 25ecd9068c tests: Don't wait for the same line twice. Florian Bruhin 2015-11-06 06:57:38 +0100
  • f5f74b7ddc tests: Use a base class for testprocess lines. Florian Bruhin 2015-11-06 06:49:36 +0100
  • da88908815 Fix deprecation warning when clearing downloads. Florian Bruhin 2015-11-06 06:38:15 +0100
  • 3fcc27636a Improve documentation for general -> editor. Florian Bruhin 2015-11-05 21:42:29 +0100
  • cbb9fd203a Fix test of existing metadata files Lamar Pavel 2015-11-05 23:08:38 +0100
  • 5541e3ed32 bdd: Wait until title is loaded in yankpaste. Florian Bruhin 2015-11-05 08:03:03 +0100