DescriptionThe bubble (popup.html) had its own instance of ext (the abstraction layer). However this didn't only caused longer load time and larger memory footprint for the bubble, but also lead to issues on Safari.
The TabMap compares raw tab instances, however the same tab is represented by a different objects in the bubble and in the background page. But that might not be the only issue.
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rebased and moved imports to the bottom #Patch Set 3 : Don't use with statement #
Total comments: 1
Patch Set 4 : Assigned imported variables to window #
MessagesTotal messages: 4
|