[ext] Private Tab (no restart)

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
Starquest
Posts: 89
Joined: November 13th, 2008, 5:38 pm

Re: [ext] Private Tab (no restart)

Post by Starquest »

Thanks for the quick reply. Good to know it's at least being discussed.
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

Grg68 wrote:Babelzilla is a good place in my opinion and my experience there as
a translator.
So, why not to register your extension there? Think about ;-)

Oh, finally I do this: http://www.babelzilla.org/forum/index.php?showtopic=7393

Grg68 wrote:1. For a better quality of dialogs in case of disable/uninstall, if it's possible,
you should handle separately singular/plural, based on how many private
tabs are open (one or more than one).
This is important in some languages.

Done: https://github.com/Infocatcher/Private_Tab/commit/ee2a3354274af94d9de5c04888d7af77973a70a7
This game has no name. It will never be the same. ©
anewuser
Posts: 22
Joined: April 11th, 2013, 5:31 pm

Re: [ext] Private Tab (no restart)

Post by anewuser »

I use a private tab to open my web-based feed reader and download podcasts. I always forget that I'm downloading something and close the private tab. Could you add an option to show a warning before closing a private tab when there's an active download?
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

anewuser wrote:Could you add an option to show a warning before closing a private tab when there's an active download?

See https://github.com/Infocatcher/Private_Tab/issues/53 (and link to test version here).
This game has no name. It will never be the same. ©
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

This game has no name. It will never be the same. ©
Alexawy
Posts: 1
Joined: June 18th, 2013, 8:17 am

Re: [ext] Private Tab (no restart)

Post by Alexawy »

Suggestion : A blacklist for the sites that should converted automatically to private tab .
Bug :
http://i.imgur.com/itiTKzd.jpg

PS : it's enough to restore the window then maximize it again to fix it .
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

Alexawy wrote:Suggestion : A blacklist for the sites that should converted automatically to private tab .
(from here)
I wrote:This list should be stored somehow. This doesn't looks "private". Or this list should be encrypted...
Anyway, it's not so easy to implement this. And this may be done in other extension: Private Tab should detect third-party tabs in private mode.

Also blacklist may use some hash function, but I'm not sure about performance in this case (because hash should be cached or calculated for each page request).
And there is some problems with implementation, see https://github.com/Infocatcher/Private_Tab/issues/39#issuecomment-16869015.


Alexawy wrote:Bug :
http://i.imgur.com/itiTKzd.jpg

PS : it's enough to restore the window then maximize it again to fix it .
Are you use some extension/style to change App button appearance?
Please provide also screenshot of App button in non-private tab.

You can try set extensions.privateTab.fixAppButtonWidth preference to false (in about:config page).
App button in private state will be wider, but this also enables autosizing of place for button.
This game has no name. It will never be the same. ©
niceboy76
Posts: 11
Joined: June 19th, 2013, 6:58 pm

Re: [ext] Private Tab (no restart)

Post by niceboy76 »

Hello Infocatcher,

I have a suggestion for you. Can you create "Private Bookmark", a bookmark that always open with one click in a private tab (bookmark underlined).

I like your add-on very much. Thanks a lot.
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

niceboy76 wrote:I have a suggestion for you. Can you create "Private Bookmark", a bookmark that always open with one click in a private tab (bookmark underlined).

I'm not sure, is there a way to highlight some bookmarks somehow.
And even just private bookmarks, without visual highlighting, looks hard to implement and maintain.
So my current answer is may be later, but only if I found some simple way to do this.
This game has no name. It will never be the same. ©
User avatar
Xetmes
Posts: 676
Joined: December 7th, 2011, 8:54 am
Location: Poland/Germany

Re: [ext] Private Tab (no restart)

Post by Xetmes »

Hi.

After todays Nightly update (see UA), tabs tooltips shows blank, I've check this, when Private Tab disabled (need restart) then tooltips works, enabled (restart needed) again empty tooltips ;)
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

Xetmes wrote:After todays Nightly update (see UA), tabs tooltips shows blank, I've check this, when Private Tab disabled (need restart) then tooltips works, enabled (restart needed) again empty tooltips ;)

Thanks for report, see https://github.com/Infocatcher/Private_Tab/issues/75 (test version already available :)).
This game has no name. It will never be the same. ©
User avatar
Xetmes
Posts: 676
Joined: December 7th, 2011, 8:54 am
Location: Poland/Germany

Re: [ext] Private Tab (no restart)

Post by Xetmes »

Confirmed, test version resolves problem, thanks :)
MonsterMMO
Posts: 11
Joined: February 1st, 2013, 6:56 am

Re: [ext] Private Tab (no restart)

Post by MonsterMMO »

how can i open private tab via command line and navigate an url ?
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

MonsterMMO wrote:how can i open private tab via command line and navigate an url ?

Currently you can't – you can only open new private window using -private command line option.

I'll probably implement a custom protocol like "private:///#https://addons.mozilla.org/" to open links in private tabs, but I'm not sure about security and possible side-effects. Therefore, no concrete promises for now.
This game has no name. It will never be the same. ©
User avatar
Infocatcher
Posts: 257
Joined: July 1st, 2007, 3:45 am

Re: [ext] Private Tab (no restart)

Post by Infocatcher »

niceboy76 wrote:I have a suggestion for you. Can you create "Private Bookmark", a bookmark that always open with one click in a private tab (bookmark underlined).

Infocatcher wrote:
MonsterMMO wrote:how can i open private tab via command line and navigate an url ?
[...]
I'll probably implement a custom protocol like "private:///#https://addons.mozilla.org/" to open links in private tabs, but I'm not sure about security and possible side-effects. Therefore, no concrete promises for now.

https://github.com/Infocatcher/Private_Tab/issues/89
This game has no name. It will never be the same. ©
Post Reply