-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox table2clipboard extension not compartable with e10s (multi-process) #1
Comments
Hi, making T2C working with new extension model is pretty impossible so I suppose this extension will die I hope to find a compromise to make it usable but it's really hard |
Thanks for reply, seems that you must use WebExtensions API for new Firefox versions support. Maybe you can look at Chome extensions that provide same functional? Here is some examples: Also another Firefox extension https://addons.mozilla.org/en-US/firefox/addon/tabletools2/ works well in Firefox 53 alpha - show menu item, but Table2Clipboard not show menu item. |
I've loved Table2Clipboard for many years, so I'm hoping there will be a way to port it to the new model. As above, the Table Capture Chrome extension is explicitly inspired by T2C, so I hope it shows a way forward. Many thanks for making this extension! |
Setting browser.tabs.remote.force-enable to false enables t2c again. but may break other extensions like ublock. |
@markusb68 For me setting |
try and set Then Menu is OK. |
try and set Then Menu is OK. Also check about:support: Multiprocess Windows must be 0/1 (Disabled) |
Those changes will disable e10s and we comes back to Firefox 40 :) I want to have Multiprocess with t2c together. |
Sorry, a.f.a.i.k. This is NOT Possible. Dafi needs to rewrite a lot of code for that. |
Similar extension TableTools2 seems work normally with e10s force-enabled. |
This is issue (feature request) for searching easy solution to make t2c compatible with e10s. I want multiprocess for increase Firefox performance and see crash restoring per-tab, not in the whole browser. Very sad if this is not possible without total rewrite of code :( |
With FF 57 T2C won't work anyway. It's still marked "Legacy". |
IMHO FF with Multiprocess is not remarkably faster. |
But anyhow, I NEED this T2C Function every day and would like to see Dafi spending the efffort, as long as there is no FF57 compatible replacement! |
We can enable legacy extensions in Firefox 57 so if t2c can be easy patched for support e10s - this will be good improvement. In other extension sometimes we need to change only small lines in code for add support e10s. t2c don't need access to other tabs, so maybe there are exists some easy small fix for this. |
Won't bet on that. on ghacks.net they write:
|
Check out Waterfox as an alternative |
Hi, I don't have time and energy to verify if T2C can be ported |
I have found some replacements of table2clipboard extension for Firefox 57+ based on Webextensions API: |
Seems that table2clipboard Firefox extension is not compartable with e10s (multi-process) - it not working with enabled multi-process (menu item is disappear). Can you update for support this mode?
The text was updated successfully, but these errors were encountered: