You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Moonchild 6e4279b92b Update phoebus data 5 years ago
contributed Remove patch file for getBoundingBox. 5 years ago
phoebus Update phoebus data 5 years ago
src Revert "Update getBoundingBox calculation" 5 years ago
.gitignore Add phoebus files + gitignore to exclude build dir. 6 years ago
License license 10 years ago
Readme.md Update release notes/readme 5 years ago
locales.sh finish locales 10 years ago
package.sh Update package.sh 10 years ago

Readme.md

NOTE: I do not have the time to maintain this extension any longer. If anyone wants to take over, fork away!

Tabgroups add-on

This is the repository for the Tabgroups add-on source code for Pale Moon, based on Tim Taubert's work as part of the proposal to remove Tab groups from Firefox and moving the removed code to an extension.

Homepage for the extension: https://addons.palemoon.org/addon/tabgroups/

Code is licensed under the MPL 2.0, and taken from the Mozilla/Firefox source tree with miscellaneous fixups to make it work in Pale Moon and to provide some compatibility with other tab extensions.

References

Relevant BMO bug: https://bugzilla.mozilla.org/show_bug.cgi?id=836758

Release notes

0.4

  • Fix the extension up for use with Pale Moon 28.* / UXP (Thank you, Ketmar and WouterK, for your contributions!)

0.3

  • Fix skin to show missing icons on Mac/Linux
  • Rewrite deprecated JS for-each-in loops to ES6

0.2.3

  • Add missing defines to fix tab preview display in some cases.

0.2.2

  • Update appVersion

0.2.1

  • Target Pale Moon's GUID

0.2

  • Miscellaneous compatibility fixes

0.1

  • Initial release