Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
44 additions
and 375 deletions.
- +6 −4 doc/install.asciidoc
- +0 −2 pytest.ini
- +0 −11 qutebrowser/app.py
- +7 −44 qutebrowser/browser/qutescheme.py
- +4 −89 qutebrowser/browser/webkit/tabhistory.py
- +3 −3 qutebrowser/config/config.py
- +4 −2 qutebrowser/config/configfiles.py
- +0 −100 qutebrowser/html/backend-warning.html
- +0 −61 qutebrowser/html/history_nojs.html
- +9 −0 qutebrowser/misc/earlyinit.py
- +2 −2 qutebrowser/utils/qtutils.py
- +1 −3 qutebrowser/utils/version.py
- +0 −6 tests/end2end/conftest.py
- +1 −5 tests/end2end/data/javascript/window_open.html
- +1 −10 tests/end2end/features/history.feature
- +1 −2 tests/end2end/features/javascript.feature
- +0 −1 tests/end2end/features/private.feature
- +0 −18 tests/unit/misc/test_earlyinit.py
- +4 −4 tests/unit/utils/test_qtutils.py
- +1 −8 tests/unit/utils/test_version.py
Oops, something went wrong.