Commit Graph

17117 Commits

Author SHA1 Message Date
pyup-bot
0cc0d41b81 Update coverage from 4.5.1 to 4.5.2 2018-11-12 19:01:13 +01:00
Vicente Reyes
bd887ce988
allow password_fill to work without final newline 2018-11-11 18:09:13 -03:00
Florian Bruhin
3fd097066a Disallow spaces in search engine names 2018-11-08 12:43:53 +01:00
Ryan Roden-Corrent
2e562a926b
Don't complete url and title from same search word.
Resolves #4411:

> When opening a webpage, the suggested results will include those whose
> URL ends with the beginning of the string you've typed and whose title
> begins with the rest of the string.

By joining the url and title with a space, we ensure that the last word
of the url and the first word of the title are treated as separate
words.
2018-11-06 08:05:17 -05:00
Florian Bruhin
64f0e2471a
Merge pull request #4410 from qutebrowser/pyup-scheduled-update-2018-11-05
Scheduled weekly dependency update for week 44
2018-11-05 22:42:52 +01:00
pyup-bot
32084de617 Update markupsafe from 1.0 to 1.1.0 2018-11-05 18:59:25 +01:00
pyup-bot
62be152c1a Update virtualenv from 16.0.0 to 16.1.0 2018-11-05 18:59:23 +01:00
pyup-bot
df134fd67f Update pytest from 3.9.3 to 3.10.0 2018-11-05 18:59:21 +01:00
pyup-bot
f8143dcf54 Update hypothesis from 3.81.0 to 3.82.1 2018-11-05 18:59:20 +01:00
pyup-bot
1e78f02daf Update jwcrypto from 0.5.0 to 0.6.0 2018-11-05 18:59:18 +01:00
pyup-bot
5b6233701d Update future from 0.17.0 to 0.17.1 2018-11-05 18:59:17 +01:00
pyup-bot
31018e8717 Update pyparsing from 2.2.2 to 2.3.0 2018-11-05 18:59:15 +01:00
pyup-bot
0070be00af Update urllib3 from 1.24 to 1.24.1 2018-11-05 18:59:14 +01:00
pyup-bot
04fad935a0 Update urllib3 from 1.24 to 1.24.1 2018-11-05 18:59:12 +01:00
Florian Bruhin
c09c34f465 Update _chromium_version comment for Qt 5.12 2018-11-05 18:58:52 +01:00
Florian Bruhin
6931f17f13 Add debug logging for netrc 2018-11-05 14:52:18 +01:00
Florian Bruhin
b3493efc80 Remove unused import 2018-11-05 11:19:39 +01:00
Florian Bruhin
27d4796c2f Add adblock benchmark 2018-11-05 10:05:59 +01: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