maezred / BarTab-Plus

Firefox add-on: Drink now, pay later: put your tabs on your bar tab!
https://addons.mozilla.org/en-Us/firefox/addon/bartab-plus/
11 stars 0 forks source link

Hovering over an unloaded pinned tab shows "New Tab" #11

Open aaronraimist opened 8 years ago

aaronraimist commented 8 years ago

screenshot_2016-04-13_17-44-07

When you hover over an unloaded pinned tab, it says "New Tab" instead of the title of the page.

Application Basics
------------------

Name: Firefox
Version: 47.0a2
Build ID: 20160413004016
Update Channel: aurora
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0
OS: Linux 3.16.0-44-generic x86-64
Multiprocess Windows: 2/2 (Enabled by user)
Safe Mode: false
maezred commented 8 years ago

This is a bug with this extension on e10s. WebExtensions will fully support e10s, but there is no title change API at the moment. As this is an extension focused on making Firefox more efficient and making the code more compatible with e10s will still require a wrapper that ultimately drops it back to single-threaded mode. It's probably best to push for the two APIs we definitely need from WebExtensions to rewrite the entire extension. Please see issue #10.