eric-bixby / auto-sort-bookmarks-webext

Firefox add-on to sort bookmarks by multiple criteria
GNU General Public License v3.0
112 stars 21 forks source link

Fix to make it work with Multi-process Firefox #26

Closed antoyo closed 8 years ago

antoyo commented 8 years ago

As this add-on relies on low-level APIs and open tabs, it is likely to stop working in multi-process Firefox.

If someone could look at this, it would be nice.

Gitoffthelawn commented 8 years ago

When do you think multi-process will actually hit release?

leaumar commented 8 years ago

@Gitoffthelawn they say the first quarter of 2016 but it's not like they've ever been on time with it

@antoyo using the sdk already makes most code fairly e10s safe (i.e. open tabs and such is not a problem), but yes it still needs to be checked

I'd do it myself but my job is taking such a chunk out of my time I'm barely getting my personal projects done, let alone I'd have the time to work on this one :/

eric-bixby commented 8 years ago

This issue has been resolved.