E10S Compatibility - paid help?

Talk about add-ons and extension development.
Post Reply
User avatar
RealRaven2000
Posts: 4
Joined: August 7th, 2014, 1:07 am

E10S Compatibility - paid help?

Post by RealRaven2000 »

Is there anybody who is interested in earning a little money helping me to make my Firefox Addons e10s compatible? They also works in other Mozilla apps, and (just a) part of it inserts login data (quickpasswords) and simulated keystrokes (Zombie keys) into the content area. But not exclusively. So ideally I would leave the business logic where it is (XUL / XPCOM) and use messages to transmit the data into the content (plus a very small content script for accepting / inserting them).

Also, did I explain the Multiprocess reasons and workarounds this right in my version notes?

http://quickpasswords.mozdev.org/version.html#3.8
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: E10S Compatibility - paid help?

Post by lithopsian »

Are you planning to transition to WebExtensions? If so, that will ensure (enforce!) multiprocess compatibility. If not, your addon is likely to break permanently in a few months.
Post Reply