joelpt / sidewise

Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.
Creative Commons Zero v1.0 Universal
68 stars 13 forks source link

Add incognito, window type=popup restrictions #9

Closed joelpt closed 12 years ago

joelpt commented 12 years ago

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.

joelpt commented 12 years ago

Need canAccept custom handler for FT to make this decision.

joelpt commented 12 years ago

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