[Pkg-mozext-commits] [tabmixplus] branch master updated (c673ea3 -> df4bc8d)

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


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

taffit pushed a change to branch master
in repository tabmixplus.

      from  c673ea3   Update changelog for 0.4.1.7~150112a1-1 release
       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
       new  414fe91   Merge tag 'upstream/0.4.1.7_150126a1'
       new  78fd345   Refresh patch
       new  5ee622a   Update upstream changelog
       new  df4bc8d   Update changelog for 0.4.1.7~150126a1-1 release

The 51 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                                    |  2 --
 chrome/content/extensions/extensions.js            |  6 +++--
 chrome/content/extensions/sage.js                  |  2 +-
 chrome/content/links/userInterface.js              |  7 +++---
 chrome/content/places/places.js                    | 19 ++++++++++-----
 chrome/content/preferences/appearance.xul          |  4 ++--
 chrome/content/preferences/menu.js                 |  4 +++-
 chrome/content/preferences/menu.xul                |  4 ++--
 chrome/content/preferences/mouse.xul               |  5 +---
 chrome/content/tab/scrollbox.xml                   |  9 ++++---
 chrome/content/tab/tab.js                          |  5 +++-
 chrome/content/tabmix.js                           |  6 +----
 chrome/content/utils.js                            |  7 +++---
 chrome/locale/ar/pref-appearance.dtd               |  1 +
 chrome/locale/ar/pref-tabmix.dtd                   |  3 +++
 chrome/locale/ar/shortcuts.dtd                     |  1 +
 chrome/locale/bg-BG/pref-appearance.dtd            |  1 +
 chrome/locale/bg-BG/pref-tabmix.dtd                |  3 +++
 chrome/locale/bg-BG/shortcuts.dtd                  |  1 +
 chrome/locale/ca/pref-appearance.dtd               |  1 +
 chrome/locale/ca/pref-tabmix.dtd                   |  3 +++
 chrome/locale/ca/shortcuts.dtd                     |  1 +
 chrome/locale/cs-CZ/pref-appearance.dtd            |  1 +
 chrome/locale/cs-CZ/pref-tabmix.dtd                |  3 +++
 chrome/locale/cs-CZ/shortcuts.dtd                  |  1 +
 chrome/locale/da/pref-appearance.dtd               |  1 +
 chrome/locale/da/pref-tabmix.dtd                   |  3 +++
 chrome/locale/da/shortcuts.dtd                     |  1 +
 chrome/locale/de/pref-appearance.dtd               |  1 +
 chrome/locale/de/pref-tabmix.dtd                   |  3 +++
 chrome/locale/de/shortcuts.dtd                     |  1 +
 chrome/locale/el/pref-appearance.dtd               |  1 +
 chrome/locale/el/pref-tabmix.dtd                   |  3 +++
 chrome/locale/el/shortcuts.dtd                     |  1 +
 chrome/locale/en-US/pref-appearance.dtd            |  1 +
 chrome/locale/en-US/pref-tabmix.dtd                |  5 +++-
 chrome/locale/en-US/shortcuts.dtd                  |  1 +
 chrome/locale/es-ES/pref-appearance.dtd            |  1 +
 chrome/locale/es-ES/pref-tabmix.dtd                |  3 +++
 chrome/locale/es-ES/shortcuts.dtd                  |  1 +
 chrome/locale/et-EE/pref-appearance.dtd            |  1 +
 chrome/locale/et-EE/pref-tabmix.dtd                |  3 +++
 chrome/locale/et-EE/shortcuts.dtd                  |  1 +
 chrome/locale/eu/pref-appearance.dtd               |  1 +
 chrome/locale/eu/pref-tabmix.dtd                   |  3 +++
 chrome/locale/eu/shortcuts.dtd                     |  1 +
 chrome/locale/fa-IR/pref-appearance.dtd            |  1 +
 chrome/locale/fa-IR/pref-tabmix.dtd                |  3 +++
 chrome/locale/fa-IR/shortcuts.dtd                  |  1 +
 chrome/locale/fi/pref-appearance.dtd               |  1 +
 chrome/locale/fi/pref-tabmix.dtd                   |  3 +++
 chrome/locale/fi/shortcuts.dtd                     |  1 +
 chrome/locale/fr/pref-appearance.dtd               |  1 +
 chrome/locale/fr/pref-tabmix.dtd                   |  3 +++
 chrome/locale/fr/shortcuts.dtd                     |  1 +
 chrome/locale/he-IL/pref-appearance.dtd            |  1 +
 chrome/locale/he-IL/pref-tabmix.dtd                |  3 +++
 chrome/locale/he-IL/shortcuts.dtd                  |  1 +
 chrome/locale/hr-HR/pref-appearance.dtd            |  1 +
 chrome/locale/hr-HR/pref-tabmix.dtd                |  3 +++
 chrome/locale/hr-HR/shortcuts.dtd                  |  1 +
 chrome/locale/hu-HU/pref-appearance.dtd            |  1 +
 chrome/locale/hu-HU/pref-tabmix.dtd                |  3 +++
 chrome/locale/hu-HU/shortcuts.dtd                  |  1 +
 chrome/locale/it/pref-appearance.dtd               |  1 +
 chrome/locale/it/pref-tabmix.dtd                   |  7 +++++-
 chrome/locale/it/shortcuts.dtd                     |  1 +
 chrome/locale/ja/pref-appearance.dtd               |  1 +
 chrome/locale/ja/pref-tabmix.dtd                   |  3 +++
 chrome/locale/ja/shortcuts.dtd                     |  1 +
 chrome/locale/ko-KR/pref-appearance.dtd            |  1 +
 chrome/locale/ko-KR/pref-tabmix.dtd                |  3 +++
 chrome/locale/ko-KR/shortcuts.dtd                  |  1 +
 chrome/locale/lv-LV/pref-appearance.dtd            |  1 +
 chrome/locale/lv-LV/pref-tabmix.dtd                |  3 +++
 chrome/locale/lv-LV/shortcuts.dtd                  |  1 +
 chrome/locale/nl/pref-appearance.dtd               |  1 +
 chrome/locale/nl/pref-tabmix.dtd                   |  3 +++
 chrome/locale/nl/shortcuts.dtd                     |  1 +
 chrome/locale/pl/pref-appearance.dtd               |  1 +
 chrome/locale/pl/pref-tabmix.dtd                   |  3 +++
 chrome/locale/pl/shortcuts.dtd                     |  1 +
 chrome/locale/pt-BR/pref-appearance.dtd            |  1 +
 chrome/locale/pt-BR/pref-tabmix.dtd                |  3 +++
 chrome/locale/pt-BR/shortcuts.dtd                  |  1 +
 chrome/locale/pt-PT/pref-appearance.dtd            |  1 +
 chrome/locale/pt-PT/pref-tabmix.dtd                |  3 +++
 chrome/locale/pt-PT/shortcuts.dtd                  |  1 +
 chrome/locale/ro/pref-appearance.dtd               |  1 +
 chrome/locale/ro/pref-tabmix.dtd                   |  3 +++
 chrome/locale/ro/shortcuts.dtd                     |  1 +
 chrome/locale/ru-RU/pref-appearance.dtd            |  1 +
 chrome/locale/ru-RU/pref-tabmix.dtd                |  3 +++
 chrome/locale/ru-RU/shortcuts.dtd                  |  1 +
 chrome/locale/sk-SK/pref-appearance.dtd            |  1 +
 chrome/locale/sk-SK/pref-tabmix.dtd                |  3 +++
 chrome/locale/sk-SK/shortcuts.dtd                  |  1 +
 chrome/locale/sr/pref-appearance.dtd               |  1 +
 chrome/locale/sr/pref-tabmix.dtd                   |  3 +++
 chrome/locale/sr/shortcuts.dtd                     |  1 +
 chrome/locale/sv-SE/pref-appearance.dtd            |  1 +
 chrome/locale/sv-SE/pref-tabmix.dtd                |  3 +++
 chrome/locale/sv-SE/shortcuts.dtd                  |  1 +
 chrome/locale/tr/pref-appearance.dtd               |  1 +
 chrome/locale/tr/pref-tabmix.dtd                   |  3 +++
 chrome/locale/tr/shortcuts.dtd                     |  1 +
 chrome/locale/uk-UA/pref-appearance.dtd            |  1 +
 chrome/locale/uk-UA/pref-tabmix.dtd                |  3 +++
 chrome/locale/uk-UA/shortcuts.dtd                  |  1 +
 chrome/locale/vi/pref-appearance.dtd               |  1 +
 chrome/locale/vi/pref-tabmix.dtd                   |  3 +++
 chrome/locale/vi/shortcuts.dtd                     |  1 +
 chrome/locale/zh-CN/pref-appearance.dtd            |  1 +
 chrome/locale/zh-CN/pref-tabmix.dtd                |  3 +++
 chrome/locale/zh-CN/shortcuts.dtd                  |  1 +
 chrome/locale/zh-TW/pref-appearance.dtd            |  1 +
 chrome/locale/zh-TW/pref-tabmix.dtd                |  3 +++
 chrome/locale/zh-TW/shortcuts.dtd                  |  1 +
 chrome/skin/app_version/4.0/linux/browser.css      |  5 ++++
 debian/changelog                                   |  7 ++++++
 ...0001-No-phone-home-on-install-and-upgrade.patch |  4 ++--
 debian/upstream-changelog                          | 12 ++++++++++
 install.rdf                                        | 28 +++++++++++-----------
 modules/Places.jsm                                 | 10 +++++---
 test.manifest                                      |  0
 125 files changed, 269 insertions(+), 58 deletions(-)
 delete mode 100644 test.manifest

-- 
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