summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-02Add test for remembered ignored certificate errorsv1.5.xFlorian Bruhin
This is a continuation of the previous commit for #5403. The tests are split up from the commit itself so that the fix can be backported with less conflicts. See #5403 (cherry picked from commit 45a2be3f9f32f900c0b567998433d43055f722e2)
2020-05-02Security: Remember hosts with ignored cert errors for load statusFlorian Bruhin
Without this change, we only set a flag when a certificate error occurred. However, when the same certificate error then happens a second time (e.g. because of a reload or opening the same URL again), we then colored the URL as success_https (i.e. green) again. See #5403 (cherry picked from commit 021ab572a319ca3db5907a33a59774f502b3b975)
2018-10-26Release v1.5.2v1.5.2Florian Bruhin
2018-10-26Update changelogFlorian Bruhin
(cherry picked from commit 5ad79ee6cdb9dce7f11eb8761d3de387b87dd484)
2018-10-26Set content.cookies.accept to all by defaultFlorian Bruhin
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 (cherry picked from commit a5dba340887fb325d1937d26c07cdcbb6cf27ab1)
2018-10-10Release v1.5.1v1.5.1Florian Bruhin
2018-10-10Update changelog for v1.5.1Florian Bruhin
2018-10-07Fix crash when closing tab during a searchFlorian Bruhin
(cherry picked from commit b130162d56bd5f8d5e0784c6f6efe4c894212722)
2018-10-06Decrease num_tabs for test_add_remove_tab_benchmarkFlorian Bruhin
With 100 tabs, this takes 28s on my machine, and sometimes >90s on Travis. With 70 tabs, it's down to 14s. (cherry picked from commit eb2ec3df58848f65a97a5a28220a77e34bcd2185)
2018-10-06Fix tabs appearing when updating all tab titlesJay Kamat
Closes #4295 (cherry picked from commit 2f155e5d2b1af28c4f925145f91d547a6d979df6)
2018-10-05Fix lintFlorian Bruhin
thanks emacs... (cherry picked from commit f75348e36b95fb6334a80bb903ff1002267c520c)
2018-10-05Fix and test remaining PDF.js OSError issuesFlorian Bruhin
(cherry picked from commit 616cd0a59c2f3036dc1d8e6730f84fa9296604d7)
2018-10-05Fix issues with PDF.js path changesFlorian Bruhin
(cherry picked from commit b5b4fda676076b08e04661f51c3ed1659564e30e)
2018-10-04Log OSError for PDF.js more explicitlyFlorian Bruhin
Closes #4289 (cherry picked from commit 5514ddeed5daa077f8f6933543ec9bcbbdd13143)
2018-10-04Don't log stacktraces for qute:// errorsFlorian Bruhin
(cherry picked from commit 659be2296f005194c3e0f74f00ff89909e0a893c)
2018-10-04Use a proper data dir for PDF.jsFlorian Bruhin
(cherry picked from commit 29142f763c4f7acb5fc75ee1788960c34234fa85)
2018-10-04pyinstaller: Re-add pdf.js bundlingFlorian Bruhin
Fixes #4291 (cherry picked from commit c3fec3c8aa59c48fd63ddd53c9bc579ed852e13e)
2018-10-04Show/hide TabBar and not TabWidget with many tabsFlorian Bruhin
(cherry picked from commit 0caff547aa6972adc208e851c29835be52282fe6)
2018-10-04Add coverage commentFlorian Bruhin
(cherry picked from commit d04b435ed2c562f4d4ff92227ef1cb6809ccda60)
2018-10-04Upgrade PyQt and pytest-qt for v1.5.0Florian Bruhin
(cherry picked from commit 7d08714a93ade6ba9c6d9b17490c1ce95dfa758e) (cherry picked from commit cfffc628f3c3416391903f5dd57b0519172cccaa) (cherry picked from commit c472adfa82fc2143cca831af5cb5127c34b73397)
2018-10-03Release v1.5.0v1.5.0Florian Bruhin
2018-10-03Update changelog for v1.5.0Florian Bruhin
2018-10-03Handle None values in lessThanFlorian Bruhin
2018-10-02Add testFlorian Bruhin
2018-10-02Update changelogFlorian Bruhin
2018-10-02Re-break linesFlorian Bruhin
2018-10-01Fix url available to :navigate (strip query)lyeoh
2018-10-01Fix lintFlorian Bruhin
2018-10-01Merge pull request #4279 from qutebrowser/pyup-scheduled-update-2018-10-01Florian Bruhin
Scheduled weekly dependency update for week 39
2018-10-01Update hypothesis from 3.73.0 to 3.74.0pyup-bot
2018-10-01Update click from 6.7 to 7.0pyup-bot
2018-10-01Update wheel from 0.31.1 to 0.32.0pyup-bot
2018-10-01Update pyparsing from 2.2.1 to 2.2.2pyup-bot
2018-10-01Update packaging from 17.1 to 18.0pyup-bot
2018-10-01Add :tab-{give,take} --keepFlorian Bruhin
2018-10-01Merge remote-tracking branch 'origin/pr/4276'Florian Bruhin
2018-09-30Select text node in tests to imitate real selectionsJay Kamat
2018-09-30Ignore click events with invalid positionsFlorian Bruhin
Since Qt 5.11.2, various crash logs like this popped up after clicking a <select> element: Traceback (most recent call last): File ".../browser/mouse.py", line 239, in eventFilter return self._handlers[evtype](event) File ".../browser/mouse.py", line 121, in _handle_mouse_press self._mousepress_insertmode_cb) File ".../browser/webengine/webenginetab.py", line 624, in find_at_pos assert pos.x() >= 0 AssertionError This is probably caused by https://codereview.qt-project.org/#/c/193908/ in some way...
2018-09-30Merge remote-tracking branch 'origin/pr/4274'Florian Bruhin
2018-09-30Fix _is_pinned() during initFlorian Bruhin
2018-09-30Update docsFlorian Bruhin
2018-09-30Rename variableFlorian Bruhin
2018-09-30Merge remote-tracking branch 'origin/pr/4191'Florian Bruhin
2018-09-30Simplify toggle_visibilityFlorian Bruhin
2018-09-30Merge remote-tracking branch 'origin/pr/4266'Florian Bruhin
2018-09-30FAQ: Add MacOS PATH info to TroubleshootingJoel Gillman
2018-09-30FAQ: Update mailcap answerFlorian Bruhin
2018-09-30Show errors on invalid --mode argument for :hintFlorian Bruhin
2018-09-30Repeat last run macro with @@Florian Bruhin
2018-09-29Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into ↵Jay Kamat
jay/visible-update-titles