Commit Graph

16951 Commits

Author SHA1 Message Date
Jay Kamat
16bad3184b
Update changelog 2018-11-12 18:38:26 -08:00
Jay Kamat
3e1bfc3e28
Fix 'in' vs 'equal' error 2018-11-12 18:35:11 -08:00
Jay Kamat
4e1d63ee5f
Add tests for query increment 2018-11-03 11:01:50 -07:00
lyeoh
8c7c686d3f Strip fragment and query only for :navigate up 2018-11-03 12:36:19 -05:00
Florian Bruhin
08278138c4 Add :yank markdown 2018-11-03 07:54:37 +01:00
Florian Bruhin
9645b2ed0d Update changelog 2018-10-31 09:13:38 +01:00
Florian Bruhin
cac04d4001 Add workaround for accepting third-party cookies
An empty first-party URL is considered a first-party request. This workaround
is equivalent to the Qt fix: https://codereview.qt-project.org/#/c/244021/

Note that later versions of Chromium changed that check:
https://bugs.chromium.org/p/chromium/issues/detail?id=882107
That shouldn't be a problem since we disable our workaround with Qt 5.11.3, so
once Qt catches up there, the check isn't done anymore.

Fixes #4281
2018-10-31 08:54:29 +01:00
Florian Bruhin
7c43562807 Update changelog 2018-10-30 15:43:04 +01:00
Florian Bruhin
a7fb07fbee Add emacs-like config docs 2018-10-30 15:41:26 +01:00
Florian Bruhin
d5a5e08eff Simplify test 2018-10-30 15:32:35 +01:00
Florian Bruhin
e23b6ef64e Merge remote-tracking branch 'origin/pr/4382' 2018-10-30 08:56:03 +01:00
Florian Bruhin
874cca7c18
Merge pull request #4394 from qutebrowser/pyup-scheduled-update-2018-10-29
Scheduled weekly dependency update for week 43
2018-10-30 08:00:28 +01:00
Florian Bruhin
96ace5aa99 Update flake8 dependencies 2018-10-29 19:57:54 +01:00
pyup-bot
3985908285 Update tox from 3.5.2 to 3.5.3 2018-10-29 18:56:28 +01:00
pyup-bot
130c2bcad4 Update vulture from 0.29 to 1.0 2018-10-29 18:56:26 +01:00
pyup-bot
83e0ea28d2 Update vulture from 0.29 to 1.0 2018-10-29 18:56:25 +01:00
pyup-bot
69b28d6a4d Update pytest from 3.9.2 to 3.9.3 2018-10-29 18:56:23 +01:00
pyup-bot
8d6d4163bb Update hypothesis from 3.79.0 to 3.81.0 2018-10-29 18:56:22 +01:00
pyup-bot
900bfe1e4f Update python-dateutil from 2.7.3 to 2.7.5 2018-10-29 18:56:20 +01:00
pyup-bot
c5526f5c36 Update future from 0.16.0 to 0.17.0 2018-10-29 18:56:19 +01:00
pyup-bot
11184d3d5b Update setuptools from 40.4.3 to 40.5.0 2018-10-29 18:56:17 +01:00
pyup-bot
3714adfe5a Update flake8 from 3.5.0 to 3.6.0 2018-10-29 18:56:15 +01:00
Florian Bruhin
1f86f9814b
Merge pull request #4386 from jgkamat/jay/itsdangerous
Upgrade itsdangerous to 1.1.0
2018-10-28 10:54:20 +01:00
Jay Kamat
27625604b6
Upgrade itsdangerous to 1.1.0
Fixes CI failing due to pulled release
https://github.com/pallets/itsdangerous/issues/112
2018-10-27 16:24:13 -07:00
Jay Kamat
9c73bf9e97
Add tests for selection persisting
- Remove unneeded override of qt home method
2018-10-27 16:15:24 -07:00
Florian Bruhin
a52c24791d Release v1.5.2
(cherry picked from commit a42f37a0c6be5651073754dd6e62cd968df07130)
2018-10-26 10:21:28 +02:00
Florian Bruhin
5ad79ee6cd Update changelog 2018-10-26 10:17:30 +02:00
Florian Bruhin
a5dba34088 Set content.cookies.accept to all by default
Setting it to no-3rdparty is a nice idea from a "privacy by default"
perspective, but it also breaks various pages.

In particular, due to what's probably a Qt bug, it breaks the new GMail:
https://bugreports.qt.io/browse/QTBUG-71393

Let's be in line with what other browsers by default here.

Fixes #4281
2018-10-26 10:14:30 +02:00
Florian Bruhin
5ce1229ee5 Add temporary fix for test_caret.py flakiness
Fixes #4311
Conflicts with #4087, we might be able to revert this for that PR.
2018-10-26 10:05:44 +02:00
Florian Bruhin
9019bf790b Skip "navigating with invalid selector" on QtWebKit 2018-10-26 10:01:01 +02:00
Florian Bruhin
c0dac51459 Merge remote-tracking branch 'origin/pr/4361' 2018-10-26 09:40:20 +02:00
Florian Bruhin
d1640ec064 Merge remote-tracking branch 'origin/pr/4362' 2018-10-26 09:35:21 +02:00
Florian Bruhin
cbc36666d0 Remove old _stop_timers 2018-10-26 09:33:00 +02:00
Florian Bruhin
20c9397b86 Merge remote-tracking branch 'origin/pr/4363' 2018-10-26 09:32:50 +02:00
Florian Bruhin
2c45226b6d Update changelog 2018-10-26 09:15:16 +02:00
Florian Bruhin
ff0c8dc48e Merge remote-tracking branch 'origin/pr/4381' 2018-10-26 09:14:46 +02:00
Florian Bruhin
a458615030 Further simplify caplog.messages 2018-10-25 11:16:26 +02:00
Jay Kamat
11b5958bc4
Fix selection clearing when using <shift-home>
Closes #2886
2018-10-24 20:39:14 -07:00
Jay Kamat
078f5f9f1c
Fix dragging with visibility toggle 2018-10-24 20:00:08 -07:00
Florian Bruhin
3b8964183e Use caplog.messages 2018-10-24 10:57:17 +02:00
Florian Bruhin
77c53707ac Add missing str() 2018-10-24 10:57:17 +02:00
Florian Bruhin
d299e48960 Work around pytest-bdd issues
See https://github.com/ionelmc/pytest-benchmark/issues/124
and https://github.com/ionelmc/pytest-benchmark/issues/125
2018-10-24 10:57:17 +02:00
Florian Bruhin
1c7667014a tests: Fix broken parametrization id functions 2018-10-24 10:57:17 +02:00
Florian Bruhin
185904070a Fix pytest warning precedence
If we use filterwarnings with the commandline argument, the argument wins and
all warnings are an error, even the collections DeprecationWarning.
2018-10-24 10:57:17 +02:00
Florian Bruhin
f5380ea681 Use utils.yaml_load where possible 2018-10-24 10:57:17 +02:00
Florian Bruhin
94c8d1b83e Upgrade pytest 2018-10-24 08:05:00 +02:00
pyup-bot
ab1e12039a Update pytest-bdd from 2.21.0 to 3.0.0 2018-10-22 19:55:27 +02:00
pyup-bot
b145e091c1 Update pluggy from 0.7.1 to 0.8.0 2018-10-22 19:55:26 +02:00
pyup-bot
0cd4f69ff5 Update pluggy from 0.7.1 to 0.8.0 2018-10-22 19:55:24 +02:00
pyup-bot
1f04c2177c Update itsdangerous from 0.24 to 1.0.0 2018-10-22 19:55:23 +02:00