Merge branch 'master' of ssh://cmpl.cc:2323/qutebrowser
This commit is contained in:
commit
57024f3174
3
BUGS
3
BUGS
@ -59,9 +59,6 @@ Bugs
|
||||
window has a bigger size hint instead of tabs getting smaller than the
|
||||
minimum size (iggy)
|
||||
|
||||
- Directly opening a webm video (e.g.
|
||||
http://fat.gfycat.com/AlienatedMaleAplomadofalcon.webm ) prints a webkit error.
|
||||
|
||||
Upstream Bugs
|
||||
=============
|
||||
|
||||
|
@ -65,6 +65,7 @@ class BrowserPage(QWebPage):
|
||||
"""
|
||||
ignored_errors = [
|
||||
(QWebPage.QtNetwork, QNetworkReply.OperationCanceledError),
|
||||
(QWebPage.WebKit, 203), # "Loading is handled by the media engine"
|
||||
]
|
||||
info = sip.cast(opt, QWebPage.ErrorPageExtensionOption)
|
||||
errpage = sip.cast(out, QWebPage.ErrorPageExtensionReturn)
|
||||
|
Loading…
Reference in New Issue
Block a user