joelpt / sidewise

Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add incognito, window type=popup restrictions

joelpt opened this issue · comments

Pages should not be able to be moved from/to incognito windows and type=popup windows in the page tree. Chrome doesn't actually allow either of these moves to occur, and neither should Sidewise.

Need canAccept custom handler for FT to make this decision.

Implemented. Incognito tabs can be moved between incognito windows; all other drops involving incognito and popup windows' children rows are denied.