summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webkit/network/networkmanager.py
AgeCommit message (Expand)Author
2018-07-11CVE-2018-10895: Fix CSRF issues with qute://settings/set URLv1.2.xFlorian Bruhin
2018-02-11Simplify QtWebKit scheme handlersFlorian Bruhin
2018-02-11Make QtNetwork download manager great^H^H^H^Hlobal againFlorian Bruhin
2018-02-11Clean up netrc supportFlorian Bruhin
2018-02-10Merge branch 'master' into issue#2785Marc Jauvin
2018-02-09syntax improvements and use real class attributesMarc Jauvin
2018-02-05Update copyright yearsFlorian Bruhin
2018-01-19use a temporary attribute of the class to prevent the loop; tested to work in...Marc Jauvin
2018-01-19might as well use the same loop prevention mechanism for both backendsMarc Jauvin
2018-01-18add netrc support for webengine. resolves #2785.Marc Jauvin
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-09-20Use utils.is_* for platform checks everywhereFlorian Bruhin
2017-09-20Make sure ProxyId is hashableFlorian Bruhin
2017-09-19Start using attrsFlorian Bruhin
2017-09-18Fix lintFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
2017-07-04Add content.headers and content.cache groupsFlorian Bruhin
2017-07-02Refactor former network sectionFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-06-05Remove request tracking from NetworkManagerFlorian Bruhin
2017-05-10Initial work on new private browsingFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-05-03Block all request methods in host blockerFlorian Bruhin
2017-02-05Remove @pyqtSlot annotation which breaks with LibreSSLFlorian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-12-07Add PAC files supportNikolay Amiantov
2016-11-22Use per-tab QNAM for QtNetwork downloads againFlorian Bruhin
2016-11-10Get rid of NetworkManager._askFlorian Bruhin
2016-11-10Fix lintFlorian Bruhin
2016-11-10Avoid circular importFlorian Bruhin
2016-11-10Make prompt tests runFlorian Bruhin
2016-11-10webengine: Initial SSL error supportFlorian Bruhin
2016-11-10webengine: Initial support for authentication and javascript promptsFlorian Bruhin
2016-11-08Always use a global QNAM for downloadsFlorian Bruhin
2016-11-04Rename DownloadItem.do_retryFlorian Bruhin
2016-11-03Use jinja for SSL error messageFlorian Bruhin
2016-11-03Show URL in most questionsFlorian Bruhin
2016-11-03First attempt at showing prompts in all windowsFlorian Bruhin
2016-11-03Add a default for SSL questionsFlorian Bruhin
2016-11-03Fix lintFlorian Bruhin
2016-11-03Use message module as API for most questionsFlorian Bruhin
2016-11-03Add title/text to questionsFlorian Bruhin
2016-10-09Add setting for location of netrc fileKevin Velghe
2016-10-05Set netrc location with QUTE_NETRCKevin Velghe
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-09-14Initial qute:* support for QtWebEngineFlorian Bruhin
2016-09-07QtWebEngine: Implement custom HTTP headersFlorian Bruhin
2016-07-08Don't register webview in objregFlorian Bruhin
2016-06-13Split browser into browser/browser.webkitFlorian Bruhin