summaryrefslogtreecommitdiff
path: root/qutebrowser/config/websettings.py
AgeCommit message (Expand)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-05-18Enable URL patterns for fonts.web.*Florian Bruhin
2021-02-10WIP: Refactor QtWebEngine version handlingFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-12-04webenginesettings: Move _init_settings()profile-cleanup-1Florian Bruhin
2020-11-10Merge branch 'master' into issue5810lufte
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Remove tracking of changed settingsFlorian Bruhin
2020-11-04old qt: Remove old inspector logicFlorian Bruhin
2020-11-01Re-apply settings to the newly created private profile.lufte
2020-10-31mypy: use from-import for typing in `config`Tim Brown
2020-08-15Unify backend conditionalsFlorian Bruhin
2020-08-15Fix clearing cookie jar on QtWebKitFlorian Bruhin
2020-08-15Fix lintFlorian Bruhin
2020-08-15Merge remote-tracking branch 'origin/pr/4147' into last-privateFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-07Handle invalid URLs in QWebPage.userAgentForUrlFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-20Don't enable JavaScript for file:// by defaultFlorian Bruhin
2019-12-20Make it possible to hide ScopedValues from dump_userconfig()Florian Bruhin
2019-12-20Refactor user agent handlingFlorian Bruhin
2019-10-13Refactor shutdown to use signalsFlorian Bruhin
2019-06-02Check explicitly for QtWebKitlufte
2019-05-21Merge branch 'master' into issue4125lufte
2019-04-09mypy: Turn on strict_equalityFlorian Bruhin
2019-04-01Get settings every time we use them instead of saving referenceslufte
2019-04-01Fix bugs found by testslufte
2019-03-30Merge branch 'master' into issue4125lufte
2019-02-22Update copyright for 2019Jay Kamat
2018-12-05mypy: Add types for config.websettingsFlorian Bruhin
2018-11-27pylint: disable=unused-import for typingFlorian Bruhin
2018-11-26mypy: Fix AbstractSettings default valuesFlorian Bruhin
2018-11-02Fix flake8 errorslufte
2018-10-26Revert "Write a function that creates profiles and sets them up"lufte
2018-10-26Revert "Cosmetic fixes"lufte
2018-10-01Cosmetic fixeslufte
2018-08-21Write a function that creates profiles and sets them uplufte
2018-08-20No need to clear private data if it's the last windowlufte
2018-08-20Clear cookies for webkit backendlufte
2018-08-20Move the code to a better location and recreate the profile instead of callin...lufte
2018-06-11Make it possible to provide a converter for websettingsFlorian Bruhin
2018-03-13Don't emit predicted_navigation with invalid URLsFlorian Bruhin
2018-03-05Always enable JavaScript for file://, chrome:// and qute://Florian Bruhin
2018-02-25First attempt at reloading pages after setting changesFlorian Bruhin
2018-02-23Track which settings changed for a URLFlorian Bruhin