Commit Graph

  • 1febcb9fce Also call sanitize_filename in TempDownloadManager Jimmy 2018-06-26 15:39:16 +1200
  • ffd6ffef45 Add force_encoding call to sanitize_filename. Jimmy 2018-06-26 15:38:01 +1200
  • d31fa5229d Stringify py.path object for py3.5 Jimmy 2018-06-05 20:36:07 +1200
  • 2510fde80f Add unit test for sanitized download filenames. Jimmy 2018-06-04 10:57:16 +1200
  • 75c6e087c7 Refactor individual tmpdir fixtures. Jimmy 2018-06-04 10:54:02 +1200
  • 5f4efced7b Sanitize generated filenames for downloads. Jimmy 2018-05-27 18:03:43 +1200
  • 324966cfe7 greasemonkey: also support qute-js-world on 5.7.1 Jimmy 2018-06-26 13:05:27 +1200
  • 521268a1f7 Update comment. Jimmy 2018-06-26 12:33:40 +1200
  • 54ca9b34e5 greasemonkey: enable running in isolated js worlds Jimmy 2018-06-25 14:28:28 +1200
  • 1bc3d444b6 Stabilize escaping URLs test Florian Bruhin 2018-06-25 23:01:17 +0200
  • 876aa5a9b1 Fix lint Florian Bruhin 2018-06-25 22:51:55 +0200
  • 87778277e0 Fix SSL error page tests Florian Bruhin 2018-06-25 22:51:48 +0200
  • 81b3ef937e Move handling of certificate errors to webenginetab Florian Bruhin 2018-06-25 21:04:32 +0200
  • 8a4bba11ed Disable certificate workaround on Qt >= 5.9 Florian Bruhin 2018-06-25 20:35:48 +0200
  • 3f923b41e0 Revert "Update pyqt5 from 5.10.1 to 5.11.1" Florian Bruhin 2018-06-25 20:08:50 +0200
  • 158ccd7d54 Revert "Update pyqt5 from 5.10 to 5.11.1" Florian Bruhin 2018-06-25 20:08:42 +0200
  • 228ca732d5 Merge remote-tracking branch 'origin/pyup-scheduled-update-2018-06-25' Florian Bruhin 2018-06-25 20:08:24 +0200
  • b3790f7a7e Update pytest from 3.6.1 to 3.6.2 pyup-bot 2018-06-25 19:21:17 +0200
  • d6554a131e Update hypothesis from 3.59.1 to 3.61.0 pyup-bot 2018-06-25 19:21:15 +0200
  • 1f19db0785 Update pyqt5 from 5.10.1 to 5.11.1 pyup-bot 2018-06-25 19:21:14 +0200
  • e1bc5389a2 Update pyqt5 from 5.10 to 5.11.1 pyup-bot 2018-06-25 19:21:12 +0200
  • da0a6305df
    Fix crash when tab is closed after a per-domain forced reload Jay Kamat 2018-06-25 12:45:17 -0400
  • 6c9e23af4a eslint: Turn off max-lines-per-function Florian Bruhin 2018-06-25 08:14:02 +0200
  • 13f765a000 Fix changelog formatting Florian Bruhin 2018-06-24 22:33:46 +0200
  • fc19262eaa Fix test_shared.py Florian Bruhin 2018-06-24 22:31:27 +0200
  • f2f481d991 Support URL patterns for permissions and ssl_strict Florian Bruhin 2018-06-24 21:38:37 +0200
  • f5e69b2174 Show inspector after creating it Florian Bruhin 2018-06-24 19:57:52 +0200
  • e6e844b039 Support URL patterns for content.headers settings Florian Bruhin 2018-06-24 19:54:24 +0200
  • 454c532668
    Fix behavior when toggling stacking behavior in a single tab Jay Kamat 2018-06-21 18:58:48 -0400
  • a02c25dfb1 Don't escape URLs for qute://history Florian Bruhin 2018-06-23 14:27:07 +0200
  • d2254ca48b Release v1.3.3 Florian Bruhin 2018-06-21 23:30:51 +0200
  • 66fc3a30dd Update changelog Florian Bruhin 2018-06-21 23:30:27 +0200
  • 0864ad4069 Fix shadowing of 'html' name Florian Bruhin 2018-06-21 22:28:27 +0200
  • 9a5439e5d0 Re-add waiting for QQuickWidget Florian Bruhin 2018-06-21 22:22:04 +0200
  • 7a7e04a054 Move fix to v1.3.3 in changelog Florian Bruhin 2018-06-21 21:42:44 +0200
  • d961eab1d2 Update changelog for v1.3.3 Florian Bruhin 2018-06-21 21:42:08 +0200
  • 5a7869f2fe Fix XSS issue on qute://history Florian Bruhin 2018-06-21 21:20:19 +0200
  • 62d8b5b574 Don't depend on PyQt5.QtQuickWidgets to get RWHV Florian Bruhin 2018-06-21 17:14:29 +0200
  • c87757a913 Revert "Properly add QtQuickWidgets dependency" Florian Bruhin 2018-06-21 16:35:17 +0200
  • 9f5ca475c9 Don't try to set focus if prev_focus is None Florian Bruhin 2018-06-21 01:44:15 +0200
  • e7a300865c Fix lint Florian Bruhin 2018-06-21 01:43:09 +0200
  • 4887385bdd Fix test_dictionary_dir Florian Bruhin 2018-06-21 01:40:36 +0200
  • 1000a1eac2 Merge remote-tracking branch 'origin/pr/4005' Florian Bruhin 2018-06-21 01:01:27 +0200
  • e5405f0ae9 Properly add QtQuickWidgets dependency Florian Bruhin 2018-06-21 00:21:52 +0200
  • 0e7bbccd71
    Fix stacking tabs setting with new_tab prev Jay Kamat 2018-06-19 12:06:26 -0400
  • 1919029858
    Add setting for controlling stacking of new tabs Jay Kamat 2018-06-18 18:09:13 -0400
  • a73a778b9d Update pytest-qt from 2.4.0 to 2.4.1 pyup-bot 2018-06-18 19:11:20 +0200
  • 7c4eaa80b0 Update hypothesis from 3.57.0 to 3.59.1 pyup-bot 2018-06-18 19:11:19 +0200
  • c3b76d1d01 Update cheroot from 6.3.1 to 6.3.2 pyup-bot 2018-06-18 19:11:17 +0200
  • fa0e8c1b51 Update requests from 2.18.4 to 2.19.1 pyup-bot 2018-06-18 19:11:16 +0200
  • da8f76d082 Update requests from 2.18.4 to 2.19.1 pyup-bot 2018-06-18 19:11:14 +0200
  • 91c0aae05b Update requests from 2.18.4 to 2.19.1 pyup-bot 2018-06-18 19:11:13 +0200
  • 3399f2df96 Always clear searches between page loads Florian Bruhin 2018-06-17 21:03:44 +0200
  • 2029f52fdc Show cause when ~/.netrc can't be read Florian Bruhin 2018-06-17 20:52:35 +0200
  • 663d1a4d2f Read dictionaries from /usr/share/qt on Qt >= 5.10 Florian Bruhin 2018-06-17 19:56:26 +0200
  • 0a9806daf3 Fixed crash which could occur if user adds nonexistent category to url.open_categories_shown Philip 2018-06-17 10:42:45 +0200
  • a2b1e041d6 Implemented use of the order of url.open_categories_shown in the :open dialogue. Philip 2018-06-17 10:29:57 +0200
  • a62aeb4abe Added support for searchengines listing in :open dialogue. Added settings for selecting what categories are shown in the :open dialogue. Philip 2018-06-17 05:33:53 +0200
  • 7b7e0c93f5 Update Chromium version in changelog Florian Bruhin 2018-06-16 11:54:53 +0200
  • e2ef39e872 Add Comment to .desktop file Florian Bruhin 2018-06-14 23:29:16 +0200
  • 7654467f36 Remove unused import Florian Bruhin 2018-06-14 17:43:20 +0200
  • b1b06fcb43 Fix restore test Florian Bruhin 2018-06-14 17:42:33 +0200
  • 746c2986f0 Fix test_stylesheet on Qt 5.11 Florian Bruhin 2018-06-14 16:42:24 +0200
  • f4386fa9ea Update changelog Florian Bruhin 2018-06-14 16:35:16 +0200
  • 07cf2f5b60 Unconditionally restore mode after prompt Florian Bruhin 2018-06-14 16:09:30 +0200
  • 4dddc07753 Make sure modeman.enter(KeyMode.normal) does something sensible Florian Bruhin 2018-06-14 16:07:39 +0200
  • 11fce30ed0 Stabilize mode_on_change tests Florian Bruhin 2018-06-14 15:56:48 +0200
  • 1335fccba1 Merge remote-tracking branch 'origin/pr/3590' into tab-mode Florian Bruhin 2018-06-14 15:40:58 +0200
  • e4e982c0a7 Remove unused variable Florian Bruhin 2018-06-14 14:57:55 +0200
  • 7592186181 Update changelog Florian Bruhin 2018-06-14 14:54:48 +0200
  • 868cd115be Remove old focus handling code Florian Bruhin 2018-06-14 14:50:45 +0200
  • cec63ea449 Merge remote-tracking branch 'origin/pr/3906' Florian Bruhin 2018-06-14 14:49:30 +0200
  • fc95fdd593 Update QtWebKit user stylesheets when URL changes Florian Bruhin 2018-06-14 14:28:07 +0200
  • 39976f543b Partially revert moving webkit settings Florian Bruhin 2018-06-14 14:22:16 +0200
  • 4af58d39ed Move webkitsettings to WebKitSettings object Florian Bruhin 2018-06-14 14:06:00 +0200
  • fbbb290e16 Re-add blank line Florian Bruhin 2018-06-14 13:43:57 +0200
  • 0d4173d31b Use single quotes Florian Bruhin 2018-06-14 13:37:31 +0200
  • 6a00877a71 Only update stylesheet if it's overridden per-domain Florian Bruhin 2018-06-14 13:24:50 +0200
  • 4f665784f2 Make it possible to call config.get with fallback=False Florian Bruhin 2018-06-14 13:24:06 +0200
  • 18f4d1d546 Make url mandatory for _update_stylesheet Florian Bruhin 2018-06-14 12:05:34 +0200
  • 1cf8011eb1 Remove unnecessary _init_stylesheet call Florian Bruhin 2018-06-14 12:04:35 +0200
  • 2c8ab580ce Remove blank line Florian Bruhin 2018-06-14 12:01:57 +0200
  • b6703d1189 Avoid unnecessary CSS updates Florian Bruhin 2018-06-14 00:16:09 +0200
  • 651ed5247b Don't use requested URLs Florian Bruhin 2018-06-14 00:08:43 +0200
  • e5b6552568
    Clean up and simplify some logic Jay Kamat 2018-06-13 15:37:32 -0700
  • 394d91a11b Adjust for _WebEngineScripts move Florian Bruhin 2018-06-13 23:32:23 +0200
  • 7141f9a2be Revert "Try to fix intermittent per-domain stylesheets". Jordyn/The Linux Geek 2018-05-03 17:54:43 -0500
  • 92211caea4 Ignore blank URLs when applying per-domain stylesheets Jordyn/The Linux Geek 2018-04-20 00:29:48 -0500
  • b04934c2b3 Try to fix intermittent per-domain stylesheets Jordyn/The Linux Geek 2018-04-20 00:27:59 -0500
  • f391d726c0 Add per-domain user stylesheet support Jordyn/The Linux Geek 2018-04-18 15:42:15 -0500
  • a0adee55c9 Quit hard on ignored exceptions Florian Bruhin 2018-06-13 21:07:54 +0200
  • 389c1d11a0 Merge remote-tracking branch 'origin/pr/3990' Florian Bruhin 2018-06-13 20:28:08 +0200
  • b67733b781 Use ImportError for winreg import Florian Bruhin 2018-06-13 20:15:16 +0200
  • bcc4bd22ee Merge remote-tracking branch 'origin/pr/3991' Florian Bruhin 2018-06-13 20:15:06 +0200
  • cb2881e0d7 Use info loglevel for :debug-cache-stats Florian Bruhin 2018-06-13 19:10:01 +0200
  • 1541088e76 Use -webkit-filter on old Qt Florian Bruhin 2018-06-12 17:01:34 +0200
  • 5435609552 Update changelog Florian Bruhin 2018-06-12 16:50:32 +0200
  • c37134861e Use ES6 template strings Florian Bruhin 2018-06-12 16:49:54 +0200
  • 772654bcae Use calculated background color for newer Qt versions Florian Bruhin 2018-06-12 16:46:03 +0200
  • 68a7387b6b Merge remote-tracking branch 'origin/pr/3940' Florian Bruhin 2018-06-12 16:32:05 +0200