-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rewriting Tab Kit 2, support only latest Firefox ESR version #75
Comments
Understood; thanks for the explanation. |
Thanks for loving it! |
hey @PikachuEXE I'm using ESR with current TabKit works fine mostly :) |
any update on this? do you plan to support tabkit2 for latest firefox mainline version? |
I don't think I have much time to maintaining this addon. |
The reason I ask because current ESR version of the Firefox seems to be buggy for me and crashing all the time without an actual reason.
Fair enough
Sure, would love to check. |
If you open Firefox for too long, it crashes anyway. |
this is exactly what's been happening lately, no idea what mozilla guys have changed or it's related to tabkit2 do you have any idea what could be causing this? |
I think it's always some memory leak issue. |
Can't use Firefox without tabkit2 with 30-40+ tabs :) I do not use any other addons except adblock plus and classic theme restorer so most likely it's related to tabkit2. |
I am using many more addon, Firefox |
I'm on the latest Firefox ESR 31.4.0
Well if you restart it ofc it's not a problem.. But it could be quite annoying especially considering you need to reload certain tabs again and re-type master password. Anyways I would love to check what you've updated or rewritten in the new version. Thanks. |
Pushed to branch |
Now I am kind of rewriting the thing into a more "standard" way:
|
As I mentioned in another issue I was thinking about looking at the code to see if I could work out why "Open Link in New Tab" did not work with the latest version of Firefox (disclaimer - I'm a C++/C# coder so know nothing about Firefox development or web development in general, I was just going to poke around to see if there was anything obvious). While doing this I noticed Mozilla were talking about moving their add ins to WebExtensions and when I tried entering the TabKit2 identifier on https://compatibility-lookup.services.mozilla.com/ it said
When I followed the link that provided it said...
Again, these technologies mean very little to me, but if the compatibility check is correct I was wondering if you had a strategy to deal with this? Given the fact that I would assume switching to WebExtensions would be a huge undertaking I could totally accept if your strategy were to say, when the API's are no longer supported you will stop developing Tabkit2. I just wondered since I'm now so used to vertical tabs, if Tabkit2 will only be around for another year or so, should I investigate to see if there are any alternatives? |
If they do switch to WebExtensions without any support for XUL Also the Firefox development team has a history of ignoring addon devleopers' opinion over past few years like "addon signing". I don't understand why they are now throwing away what works well now and depended by many awesome addons. Do they want Firefox to work like Chrome? I have no idea, but I won't support it if they do. |
I was afraid that might be your, totally understandable, viewpoint. |
Understood, & I share Dshillito's disappointment. TabKit continues to be a more useful/essential productivity tool than all my other add-ins/extensions combined, & it's criminal that Mozilla keeps breaking it or making it harder to maintain. If this continues, I may leave FireFox rather than trust them to maintain an environment in which I can work. Have been experimenting w/Opera... |
Maybe brave browser (Built on top of Chromium/electron) ends ending an alternative: brave/browser-laptop#2185 |
@PikachuEXE commented on 24 Aug 2016
A similar extension to this one (vertical-tabs-reloaded) has started the port to WebExtension API. |
@clopez But I guess for this year I will still focus on making TK2 compatible with next ESR (unless it already use WebExtensions @@) |
@clopez Firefox should really give 1-2 years more for XUL support -_- |
If you decide to petition Mozilla for extended support, count me in... |
@worksong I want to find an existing petition to join too... |
@worksong |
People who can't wait for my slow update for FF (sorry guys XD)
|
There is an alternative if you need a browser that will continue to support XUL: http://www.palemoon.org/ The front-end code is more-or-less the same as Firefox 24, the backend is more-or-less Firefox 38. It also has its own add-ons site where you could host further versions: https://addons.palemoon.org/ (see here for how to host on there). |
Firefox ESR channel updates are becoming steadily more problematic, & I'm concerned the impending forced jump from 45 to 52 will break everything. [I've tried a "stable" 52 release, & couldn't get TabKit to work.] As I've said before: without TabKit, I'll have to quit FireFox for good. Pikachu--can you briefly advise your plan? Thanks. |
I think the new version got some annoying bugs on it |
Very glad to hear you're still working on this. |
I find Slant useful for PC tips in several categories. Was surprised today that they published notice on a new category:
“What are the best tab management plugins for firefox?<https://www.slant.co/topics/5771/%7Etab-management-plugins-for-firefox>”
I added Tab Kit, with enough “pros” to move it to position 1. I suggest you jump in, recommend it, & add more “pros.” Also spread the word.
https://www.slant.co/topics/5771/~tab-management-plugins-for-firefox?utm_source=Slant&utm_campaign=digest&utm_medium=email&utm_content=questions
From: PikachuEXE [mailto:notifications@github.com]
Sent: Wednesday, May 17, 2017 10:13 PM
To: tabkit/tabkit2
Cc: worksong; Mention
Subject: Re: [tabkit/tabkit2] Rewriting Tab Kit 2, support only latest Firefox ESR version (#75)
I think the new version got some annoying bugs on it
But the tab bar works at least
I just need to fix those annoying bug and release a new version
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#75 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADtOxQAJXqRInqr2-h7v055CjELY0Hxgks5r66kngaJpZM4CvRFv>.
|
As the feature list of the extension is quite stable.
I started rewriting the extension which hopefully to make it easier to change and extend this extension.
(Like letting others write another extension on top of this extension)
In the meantime I will only support the latest Firefox ESR version (
31.x
at the moment)A slightly old ESR version (
24.x
) might be supported as well depending on my time.The text was updated successfully, but these errors were encountered: