summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-23Update hypothesis from 4.36.1 to 4.36.2pyup-bot
2019-09-23Update packaging from 19.1 to 19.2pyup-bot
2019-09-23Update packaging from 19.1 to 19.2pyup-bot
2019-09-23Update packaging from 19.1 to 19.2pyup-bot
2019-09-23Update packaging from 19.1 to 19.2pyup-bot
2019-09-23Update urllib3 from 1.25.3 to 1.25.5pyup-bot
2019-09-23Update urllib3 from 1.25.3 to 1.25.5pyup-bot
2019-09-23Update urllib3 from 1.25.3 to 1.25.5pyup-bot
2019-09-23Update urllib3 from 1.25.3 to 1.25.5pyup-bot
2019-09-21Merge branch 'pyup-scheduled-update-2019-09-16'Florian Bruhin
2019-09-21Disable XSS auditing by defaultFlorian Bruhin
This follows a similar change in Chromium: https://www.chromium.org/developers/design-documents/xss-auditor https://bugs.chromium.org/p/chromium/issues/detail?id=968591 https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/TuYw-EZhO9g/TCpThW81EAAJ https://www.chromestatus.com/feature/5021976655560704 From the bug: TL:DR Bypasses abound. It prevents some legit sites from working. Once detected, there’s nothing good to do. It introduces cross-site info leaks. Fixing all the info leaks has proven difficult.
2019-09-19Avoid PyQt 5.13.1Florian Bruhin
It's currently unusable because of https://bugreports.qt.io/browse/QTBUG-77364 See #5005
2019-09-19version: Add support for PYQT_WEBENGINE_VERSION_STRFlorian Bruhin
PyQtWebEngine 5.13.2 (or 5.14?) will add this.
2019-09-18Fix bug with specifying --auto-lock argumentJonathan Haylett
2019-09-18Add qute-bitwarden userscriptJonathan Haylett
2019-09-18Rebuild requirementsFlorian Bruhin
2019-09-16Update pluggy from 0.12.0 to 0.13.0pyup-bot
2019-09-16Update pluggy from 0.12.0 to 0.13.0pyup-bot
2019-09-16Update importlib-metadata from 0.20 to 0.23pyup-bot
2019-09-16Update importlib-metadata from 0.20 to 0.23pyup-bot
2019-09-16Update hypothesis from 4.35.0 to 4.36.0pyup-bot
2019-09-16Update pyqtwebengine from 5.13.0 to 5.13.1pyup-bot
2019-09-16Update pyqtwebengine from 5.13.0 to 5.13.1pyup-bot
2019-09-16Update certifi from 2019.6.16 to 2019.9.11pyup-bot
2019-09-16Update certifi from 2019.6.16 to 2019.9.11pyup-bot
2019-09-16Update certifi from 2019.6.16 to 2019.9.11pyup-bot
2019-09-16Update certifi from 2019.6.16 to 2019.9.11pyup-bot
2019-09-16Fix JS_LOGMAPFlorian Bruhin
Move command and make _JS_LOGMAP private
2019-09-16Merge remote-tracking branch 'origin/pr/4712'Florian Bruhin
2019-09-16Merge pull request #5022 from rien333/readability1Florian Bruhin
Add readability-js to the list of userscripts
2019-09-16Add readability-js to the list of userscripts.rien333
The list of userscripts is missing an entry on the new readability-js userscript
2019-09-15Update changelogFlorian Bruhin
2019-09-15Merge remote-tracking branch 'origin/pr/5009'Florian Bruhin
2019-09-15typorien333
2019-09-14qoute error messagesrien333
2019-09-14Check if userscripts dir existsrien333
2019-09-14add jsdom dependencyrien333
2019-09-14Merge branch 'scroll-performance'Florian Bruhin
2019-09-14Use a dict comprehensionFlorian Bruhin
2019-09-14Add mail for contactFlorian Bruhin
2019-09-13use fromFile instead of fromURLrien333
2019-09-13Update _chromium_version() referenceFlorian Bruhin
2019-09-13Fix vultureFlorian Bruhin
2019-09-13Handle unknown values for statusbar.PercentageFlorian Bruhin
2019-09-13Update changelogFlorian Bruhin
2019-09-13Rename throttled_func to throttledFlorian Bruhin
2019-09-13Don't use a decorator for throttle.Florian Bruhin
If this is implemented as a decorator, there's only one global throttle which is shared between windows.
2019-09-13Code style changesFlorian Bruhin
2019-09-13Add _CallArgs type instead of tupleFlorian Bruhin
2019-09-13Add objects.debug_flagsFlorian Bruhin
This removes some objreg.get('args'), see #640