[Pkg-mozext-commits] [tree-style-tab] branch master updated (28100fd -> 0cbffdd)

Ximin Luo infinity0 at pwned.gg
Wed Dec 17 18:59:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

infinity0-guest pushed a change to branch master
in repository tree-style-tab.

      from  28100fd   update watch file
       new  a117ca9   tweak file to be more flexible
      adds  3eed630   Imported Upstream version 0.15.2014120101
       new  23c03e0   Merge tag 'upstream/0.15.2014120101'
       new  40aa4fe   update changelog
       new  855d557   update upstream changelog to go beyond the first page of entries
       new  9e0f46d   bump standards version
       new  82335bf   - rm obsolete copyright info of file deleted upstream
       new  0cbffdd   Release 0.15.2014120101-1 to Debian unstable.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 chrome.manifest                                    |    13 +-
 content/treestyletab/bookmarksOverlay.js           |  1025 +-
 content/treestyletab/bookmarksOverlay.xul          |    12 +-
 content/treestyletab/bookmarksOverlayEditable.css  |     6 +-
 content/treestyletab/bookmarksOverlayEditable.js   |   753 +-
 content/treestyletab/bookmarksOverlayEditable.xul  |    10 +-
 content/treestyletab/config.css                    |    30 +-
 content/treestyletab/config.js                     |   750 +-
 content/treestyletab/config.xul                    |  1590 +--
 content/treestyletab/content-utils-autohide.js     |   131 +
 content/treestyletab/group.xul                     |   100 +-
 content/treestyletab/hide-embed.css                |    10 +-
 content/treestyletab/license.txt                   |    70 +-
 content/treestyletab/multipletabConfigOverlay.xul  |    44 +-
 content/treestyletab/res/stopRendering.js          |   331 -
 content/treestyletab/res/tabsDragUtils.js          |    61 +-
 content/treestyletab/treestyletab-tmp.css          |    66 +-
 content/treestyletab/treestyletab.css              |  1382 +-
 content/treestyletab/treestyletab.js               |    46 +-
 content/treestyletab/treestyletab.xml              |   108 +-
 content/treestyletab/treestyletab.xul              |   303 +-
 content/treestyletab/windowHelper.js               |  1171 +-
 content/treestyletab/windowHelperHacks.js          |  2964 ++--
 debian/changelog                                   |     9 +
 debian/changelog.upstream                          |   135 -
 debian/control                                     |     2 +-
 debian/copyright                                   |     4 -
 debian/rules                                       |     4 +-
 debian/upstream/changelog                          |  1878 +++
 debian/upstream/changelog.html                     |   505 +
 debian/watch                                       |     2 +-
 install.rdf                                        |    22 +-
 locale/fr-FR/treestyletab/treestyletab.dtd         |     4 +-
 locale/fr-FR/treestyletab/treestyletab.properties  |    39 +-
 modules/autoHide.js                                |  2857 ++--
 modules/base.js                                    |  5164 +++----
 modules/browser.js                                 | 13704 ++++++++++---------
 modules/browserUIShowHideObserver.js               |   288 +-
 modules/constants.js                               |   433 +-
 modules/contentBridge.js                           |   143 +
 modules/fullTooltip.js                             |   960 +-
 modules/fullscreenObserver.js                      |   220 +-
 modules/groupTab.js                                |    24 +-
 modules/lib/animationManager.js                    |    12 +-
 modules/lib/autoScroll.js                          |    17 +-
 modules/lib/confirmWithPopup.js                    |   146 +-
 modules/lib/jsdeferred.js                          |   500 -
 modules/pseudoTreeBuilder.js                       |   284 +-
 ...lscreenObserver.js => tabAttributesObserver.js} |   217 +-
 modules/tabbarDNDObserver.js                       |  2648 ++--
 modules/tabpanelDNDObserver.js                     |   336 +-
 modules/themeManager.js                            |   356 +-
 modules/utils.js                                   |   672 +-
 modules/window.js                                  |  3558 ++---
 skin/classic/treestyletab/Linux-base.css           |     2 -
 skin/classic/treestyletab/Linux-tabs-on-bottom.css |     7 -
 skin/classic/treestyletab/square/base.css          |    14 +-
 57 files changed, 23948 insertions(+), 22194 deletions(-)
 create mode 100644 content/treestyletab/content-utils-autohide.js
 delete mode 100644 content/treestyletab/res/stopRendering.js
 delete mode 100644 debian/changelog.upstream
 create mode 100644 debian/upstream/changelog
 create mode 100644 debian/upstream/changelog.html
 create mode 100644 modules/contentBridge.js
 delete mode 100644 modules/lib/jsdeferred.js
 copy modules/{fullscreenObserver.js => tabAttributesObserver.js} (54%)
 delete mode 100644 skin/classic/treestyletab/Linux-tabs-on-bottom.css

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tree-style-tab.git



More information about the Pkg-mozext-commits mailing list