Přejít na soubor
Moonchild 6e4279b92b Update phoebus data 2018-08-23 15:53:32 +02:00
contributed Remove patch file for getBoundingBox. 2018-08-23 14:37:58 +02:00
phoebus Update phoebus data 2018-08-23 15:53:32 +02:00
src Revert "Update getBoundingBox calculation" 2018-08-23 14:37:09 +02:00
.gitignore Add phoebus files + gitignore to exclude build dir. 2017-12-08 10:15:43 +01:00
License license 2013-02-01 07:10:31 -05:00
Readme.md Update release notes/readme 2018-08-23 08:37:12 +02:00
locales.sh finish locales 2013-01-30 12:28:04 -05:00
package.sh Update package.sh 2013-11-03 13:31:16 +01:00

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