mozilla / tab-split

A magical place for tabs and tabs
https://testpilot.firefox.com
Mozilla Public License 2.0
3 stars 6 forks source link

WIP Non-embedded WebExtension API Experiment version #38

Closed fzzzy closed 6 years ago

fzzzy commented 6 years ago

This version uses a WebExtension API Experiment, experiment/, and a WebExtension, webext/, to implement tabsplit.

This version is working, including calling init on new tabs and calling destroy when the API Experiment is removed from firefox, but there is one new bug. When you split a tab, clicking on the left side of the split properly focuses the left side, but clicking on the right side does not. Focus is properly handled if either tab in the tab bar. I suspect this is because the xul overlay is not getting loaded into the pane created by splitting the tab for some reason.

fzzzy commented 6 years ago

This PR has been replaced by https://github.com/mozilla/tab-split/pull/42 which used git mv and thus makes the diff a lot easier to read.