qutebrowser/qutebrowser/browser
Jakub Klinkovský 35e16a8e6e paste-primary: fix undo/redo not working
It seems that unlike Gecko, WebKit does not support undo/redo operations
when the textarea's `value` attribute is changed directly. Fortunately
there is a WebKit-specific workaround using textInput event.

References:
* http://stackoverflow.com/a/7554295
* http://help.dottoro.com/ljuecqgv.php
2016-01-22 18:18:17 +01:00
..
network Avoid trying to load .netrc if $HOME isn't set. 2016-01-15 06:57:43 +01:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
adblock.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
cache.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
commands.py paste-primary: fix undo/redo not working 2016-01-22 18:18:17 +01:00
cookies.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
downloads.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
downloadview.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
hints.py issue 1213: Display yanked link in statusbar 2016-01-14 19:17:12 -05:00
history.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
http.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
inspector.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
mhtml.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
pdfjs.py Add BDD tests for pdfjs integration 2015-12-20 20:00:56 +01:00
rfc6266.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
signalfilter.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
tabhistory.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
urlmarks.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webelem.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
webpage.py Merge branch 'pdfjs' of https://github.com/Kingdread/qutebrowser into Kingdread-pdfjs 2016-01-05 07:21:26 +01:00
webview.py Adjust copyright years. 2016-01-04 07:12:39 +01:00