Mossop / WebAppTabs

WebApp tabs for Thunderbird
Mozilla Public License 2.0
14 stars 10 forks source link

Add a back button to the context menu #22

Closed Mossop closed 13 years ago

Mossop commented 13 years ago

Sometimes a webapp will attempt to load something that isn't part of the webapp. Until we can detect that we need to provide a way to go back. An example is clicking View as Text on a Gmail attachment, it loads a plain text document in the current tab (because it is still a gmail url).

Maybe we should still respect targets and open a new window in this case?