qutebrowser/tests
adam 24a1104dc7 Implement pinned.tab.frozen setting (issue #4400)
Implement a new setting, `pinned.tab.frozen` (boolean), which when false
allows a user to navigate to new URLs in a pinned tab (default behavior
is to have `pinned.tab.frozen = true`, in which no navigation is allowed).

issue URL: https://github.com/qutebrowser/qutebrowser/issues/4400

Changes to be committed:
      modified:   qutebrowser/browser/browsertab.py
        Add `navigation_blocked` method to AbstractTab, which returns
        true if navigation is allowed on a tab.
      modified:   qutebrowser/browser/commands.py
        Change `openurl` to use `navigation_blocked` method of a tab to
        determine behavior while navigating a pinned tab.
      modified:   qutebrowser/components/misccommands.py
        Change `home` to use `navigation_blocked` method of a tab to
        determine behavior while navigating a pinned tab.
      modified:   qutebrowser/config/configdata.yml
        Add `pinned.tab.frozen` config.
      modified:   tests/end2end/features/tabs.feature
        Add tests for :open and :home on pinned tabs with
        `pinned.tab.frozen` set to false
2019-01-04 18:03:33 -05:00
..
end2end Implement pinned.tab.frozen setting (issue #4400) 2019-01-04 18:03:33 -05:00
helpers Bring back separate is_blocked method 2018-12-10 16:33:24 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Fix lint/test issue 2018-12-15 16:50:15 +01:00
conftest.py Remove now unneeded pylint suppressions 2018-11-28 12:54:19 +01:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00