[Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.1.7_150126a1 created (now 0a75e64)

David Prévot taffit at moszumanska.debian.org
Mon Feb 2 18:37:01 UTC 2015


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

taffit pushed a change to annotated tag upstream/0.4.1.7_150126a1
in repository tabmixplus.

        at  0a75e64   (tag)
   tagging  c96de8b2ab0ad37903b82f0414713dc193ed42b4 (commit)
  replaces  upstream/0.4.1.7_150112a1
 tagged by  David Prévot
        on  Mon Feb 2 13:43:54 2015 -0400

- Log -----------------------------------------------------------------
Upstream version 0.4.1.7~150126a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJUz7daAAoJEAWMHPlE9r08y+wH/3QCm3WltOL27opF4+LsQldu
6X7mPjFjzRODvnf5kOJlx+EnHOhcmshNK+ONPajEdfXJQXC7gv69H9e46vcS9hDb
4M7cdKLc8t6cYuu8kdtmPJPSV9WS0we92tYFTtUE0nsrWsLJOeafja4IXwawgBOK
HwzZl19sjfird65+rQNRmu1SNl1riPuTdHI8YYI0Jp3stMBzbw5UZt0RJup7dsCH
ZWB1ckss9qCrkST2E5HR2f88KXXXF0/mCKdCASNMKWDZxk1fCE1pe0RwprZf9FYM
+wrFZ93ECL7n3vyd/gvUSJejRE8GkRP5awRQbpXLMs2Z2zZ7vLyEa/az62a6URM=
=kwRT
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 0.4.1.7~150126a1

onemen (46):
      Added tag 0.4.1.6pre.141229a1 for changeset 6fff27d15626
      Backed out changeset: 22c3e65d914b, Use SessionStore.getTabState to get history data, can't use historyEntry.getScrollPosition with remote tab. It breaks our session manager in Mac OS when using quit application to close al windows. Our deinit function run after SessionStore already quit so calling getTabState throw an error
      More jsHint errors
      Disable all items in tabBarDisplay when Tabmix.extensions.verticalTabBar is true
      Make sure we clean clickOnCurrent attribute from non-selected tab (see changeset fb96279e9504)
      Tooltip for Drag & Drop over tabs is not visible when the window is maximized
      Don't call updateScrollStatus from onTabAttrModified when browser.tabs.animate is true and a new tab is still opening
      Move all visibleTabs helper functions to one place
      Remove maxRow getter
      Check for Google links also when "Force to open in new tab from Links to other sites" is true
      Move the content of tabmix-tabbrowser-tabs bindings constructor, destructor and initializeTabmixUI to new function in js object
      Move setTabStripOrient to Tabmix.tabsUtils
      Move adjustNewtabButtonvisibility to Tabmix.tabsUtils
      Move tabstripInnerbox to Tabmix.tabsUtils
      Move topTabY, getTabRowNumber and lastTabRowNumber to Tabmix.tabsUtils
      Move canScrollTabsLeft and canScrollTabsRight to Tabmix.tabsUtils
      Move overflow getter and setter to Tabmix.tabsUtils
      Move updateVerticalTabStrip to Tabmix.tabsUtils
      Move showNewTabButtonOnSide to Tabmix.tabsUtils
      Move private properties from gBrowser.tabContainer to Tabmix.tabsUtils
      Move TMP_inSingleRow from gBrowser.tabContainer to Tabmix.tabsUtils
      Move updateScrollButtons from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
      Move isElementVisible from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
      Make sure our tabContainer functions exist when calling function not in multi-row mode
      Move our gBrowser.tabContainer event handlers to Tabmix.tabsUtils
      Don't change gBrowser.tabContainer._lockTabSizing, _expandSpacerBy and _unlockTabSizing when verticalTabs extension installed
      Remove long inline script from shortcuts.xul, use xml Instead
      Fix Exception "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]"
      Add new exception list to loadURIWithFlags function, to allow us override our preference and load the url in the current tab when the caller is in the list.
      Wrong null check in changeset 0230ba00d9b5, Hinting chrome/content/* folders
      Linting null check, Use '===' to compare with 'null' and 'undefined'
      Catch error Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.document]
      New shortcut 'Switch to last active tab'
      Change 'new tab' to 'New Tab' lables
      Added tag 0.4.1.7pre.150112a1 for changeset 061b3bbf1ca6
      Change tab-close-button image on Linux when user set background color on tabs
      Changing item position in preference window on start, prevent it from getting the right value.
      Add missing local string
      Follow uo bug 821724 - Implement a menuitem for places/bookmarks to open them in a private window
      Allow to open new window if user are not in single window mode or there are no opened windows or there are no other windows with the same privacy type
      Leftover from changeset f05bf7562cb7 - tabBar.getTabRowNumber
      Don't prevent focusAndSelectUrlBar when replacing last tab
      Update changeset d6d2bef4a2e0, Classic theme restorer control close tab button only when the default theme is in use
      Remove redundant set attribute. calling gBrowser.tabContextMenu too soon broke s3menuwizard from initialize tab context menu (regressed by changeset 5f69aeeba450 - Set missing attribute on first tab)
      Update maxVersion to 38.0a1
      Revert changeset 877f955099cf 'Disable moveTabOnDragging when user set tabBarMode preference to multi-row' and change the label

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  3c6f759   Added tag 0.4.1.6pre.141229a1 for changeset 6fff27d15626
       new  deefbf0   Backed out changeset: 22c3e65d914b, Use SessionStore.getTabState to get history data, can't use historyEntry.getScrollPosition with remote tab. It breaks our session manager in Mac OS when using quit application to close al windows. Our deinit function run after SessionStore already quit so calling getTabState throw an error
       new  28c6588   More jsHint errors
       new  6d5d8dd   Disable all items in tabBarDisplay when Tabmix.extensions.verticalTabBar is true
       new  2495567   Make sure we clean clickOnCurrent attribute from non-selected tab (see changeset fb96279e9504)
       new  cada3f8   Tooltip for Drag & Drop over tabs is not visible when the window is maximized
       new  761496b   Don't call updateScrollStatus from onTabAttrModified when browser.tabs.animate is true and a new tab is still opening
       new  c6db1c4   Move all visibleTabs helper functions to one place
       new  5a8eec7   Remove maxRow getter
       new  00e38e6   Check for Google links also when "Force to open in new tab from Links to other sites" is true
       new  71cca10   Move the content of tabmix-tabbrowser-tabs bindings constructor, destructor and initializeTabmixUI to new function in js object
       new  fe16301   Move setTabStripOrient to Tabmix.tabsUtils
       new  babbf85   Move adjustNewtabButtonvisibility to Tabmix.tabsUtils
       new  a6ad80d   Move tabstripInnerbox to Tabmix.tabsUtils
       new  5780baa   Move topTabY, getTabRowNumber and lastTabRowNumber to Tabmix.tabsUtils
       new  56a079f   Move canScrollTabsLeft and canScrollTabsRight to Tabmix.tabsUtils
       new  fa7ea52   Move overflow getter and setter to Tabmix.tabsUtils
       new  2642e28   Move updateVerticalTabStrip to Tabmix.tabsUtils
       new  7b6afe4   Move showNewTabButtonOnSide to Tabmix.tabsUtils
       new  fb3ff61   Move private properties from gBrowser.tabContainer to Tabmix.tabsUtils
       new  0c8fb8f   Move TMP_inSingleRow from gBrowser.tabContainer to Tabmix.tabsUtils
       new  21f6422   Move updateScrollButtons from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
       new  ec43741   Move isElementVisible from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
       new  c3ac3ae   Make sure our tabContainer functions exist when calling function not in multi-row mode
       new  8419306   Move our gBrowser.tabContainer event handlers to Tabmix.tabsUtils
       new  ef10781   Don't change gBrowser.tabContainer._lockTabSizing, _expandSpacerBy and _unlockTabSizing when verticalTabs extension installed
       new  627261b   Remove long inline script from shortcuts.xul, use xml Instead
       new  953c580   Fix Exception "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]"
       new  78119dd   Add new exception list to loadURIWithFlags function, to allow us override our preference and load the url in the current tab when the caller is in the list. secureLogin extension expect to execute the login in the current page
       new  086723a   Wrong null check in changeset 0230ba00d9b5, Hinting chrome/content/* folders
       new  c6df107   Linting null check, Use '===' to compare with 'null' and 'undefined'
       new  71aaa23   Catch error Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.document]
       new  80b12ba    New shortcut 'Switch to last active tab'
       new  20f8763   Change 'new tab' to 'New Tab' lables
       new  2516fd3   Added tag 0.4.1.7pre.150112a1 for changeset 061b3bbf1ca6
       new  41aa6da   Change tab-close-button image on Linux when user set background color on tabs
       new  d06d0de   Changing item position in preference window on start, prevent it from getting the right value. Regressed by changeset e5e2dbf305ad
       new  e348279   Add missing local string
       new  23cd810   Follow uo bug 821724 - Implement a menuitem for places/bookmarks to open them in a private window
       new  a59c025   Allow to open new window if user are not in single window mode or there are no opened windows or there are no other windows with the same privacy type
       new  1564678   Leftover from changeset f05bf7562cb7 - tabBar.getTabRowNumber
       new  808bed8   Don't prevent focusAndSelectUrlBar when replacing last tab
       new  ab8ef9c   Update changeset d6d2bef4a2e0, Classic theme restorer control close tab button only when the default theme is in use
       new  0377e4a   Remove redundant set attribute. calling gBrowser.tabContextMenu too soon broke s3menuwizard from initialize tab context menu (regressed by changeset 5f69aeeba450 - Set missing attribute on first tab)
       new  8a86b62   Update maxVersion to 38.0a1
       new  537a866   Revert changeset 877f955099cf 'Disable moveTabOnDragging when user set tabBarMode preference to multi-row' and change the label
       new  c96de8b   Imported Upstream version 0.4.1.7~150126a1

The 47 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.


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



More information about the Pkg-mozext-commits mailing list