[Pkg-mozext-commits] [tabmixplus] branch upstream updated (000d16f -> c7cc612)

David Prévot taffit at moszumanska.debian.org
Mon Jun 27 13:58:02 UTC 2016


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

taffit pushed a change to branch upstream
in repository tabmixplus.

      from  000d16f   Imported Upstream version 0.5.0.0
       new  6236c99   Incompatibility with MClickFocusTab extension
       new  f336919   Follow up bug 1271792 - Set correct usercontextid before swapping tabs
       new  8d4f517   Move overly files and related JavaScript files to overly folder
       new  9543b3f   Move content.js to scripts/content.js
       new  53b97cb   Move about.xul and promptservice.xul and their related JavaScript files to dialogs folder
       new  49e9b24   Change eslint-plugin-mozilla name to eslint-plugin-tabmix. Disable import-browserjs-globals and generate environments object instead
       new  7a5e477   Tab context menu "Open Links in New Tabs" does not work for about: pages and for chrome:// pages from extensions (NewsFox extension for example)
       new  05fb1e5   Follow up bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading
       new  0ba050b   Follow up bug 446171 - Part 1: Get page titles from tab and not depend on history, we don't need to call getTabTitle now that Firefox get the title directly from the tab
       new  1c5a70d   Show console warning when Tab mix failed to change getter or setter
       new  10b84c7   Fix some Eslint errors after tabmix/import-globals plugin improved to find declared but unused variables
       new  1aaeeed   Enable Eslint linebreak-style. With this rule enabled Eslint automatically fixes changes in linebreak-style
       new  5570d7c   Add new Eslint rule rest-spread-spacing
       new  12ff49d   Add new Eslint rule object-curly-newline
       new  29d47be   Typos in xml files
       new  03d44da   Follow up bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading
       new  ca5a544   Add comment about disabled 'Place on left side' close button, see changeset d667fe42b66e
       new  ed08c1d   Follow up bug 1208078, improve drag feedback appearance in e10s
       new  1864429   In Single window mode we should not close windows that was probably opened by extension
       new  6a6672e   Get new tab url form BROWSER_NEW_TAB_URL after Firefox 41, fix incompatibility with Activity Stream extension
       new  cbd11a2   Enable Eslint object-property-newline rule, Object properties must go on a new line if they aren't all on the same line
       new  eb5c159   Enable Eslint no-useless-rename
       new  69706be   Use eslint-find-rules to make sure that all eslint rules exist in our configuration file
       new  93fdde4   Refactor duplicateTabToWindow (follow up bug 1181475) to avoid duplicate tab id in WebExtension when the duplicated tab is dragging back to the original window
       new  704fed6   Update "Merge windows" swapTabs according to bug 1244496, bug 1271792 and bug 1094328. Webextension tab listeners don't detect tab moved by "Merge windows"
       new  abfed88   Merging popup window on multi process browser throw 'Error: cross-process JS call failed'
       new  28f006a   Follow up bug 1275262 - implement device sharing animation on background tabs
       new  0c3fc37   Update locales from http://www.babelzilla.org
       new  82c7ab8   Update maxVersion to 50.0a1
       new  c7cc612   Imported Upstream version 0.5.0.1~160625a1

The 30 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:
 META-INF/manifest.mf                               | 548 +++++++++++++--------
 META-INF/mozilla.rsa                               | Bin 4196 -> 4197 bytes
 META-INF/mozilla.sf                                |   4 +-
 chrome.manifest                                    |  15 +-
 chrome/content/changecode.js                       |  22 +-
 chrome/content/{ => dialogs}/about.js              |   0
 chrome/content/{ => dialogs}/about.xul             |   2 +-
 .../content/{session => dialogs}/promptservice.js  |  10 +-
 .../content/{session => dialogs}/promptservice.xul |   2 +-
 chrome/content/extensions/extensions.js            |   9 +-
 chrome/content/links/userInterface.js              |  18 +-
 chrome/content/minit/minit.js                      |  14 +-
 chrome/content/minit/tablib.js                     |  66 ++-
 chrome/content/{minit => overlay}/autoReload.js    |   0
 chrome/content/{minit => overlay}/autoReload.xul   |   6 +-
 chrome/content/overlay/browser.css                 |   5 +
 chrome/content/{links => overlay}/newTab.js        |   2 +-
 chrome/content/{links => overlay}/newTab.xul       |   2 +-
 .../content/{links => overlay}/removeBlankTab.js   |   0
 .../content/{links => overlay}/removeBlankTab.xul  |   2 +-
 chrome/content/{minit => overlay}/renameTab.xul    |   0
 chrome/content/places/places.js                    |  26 +-
 chrome/content/preferences/appearance.js           |  10 +-
 chrome/content/preferences/appearance.xul          |   3 +-
 chrome/content/preferences/bindings.xml            |   8 +-
 chrome/content/preferences/events.js               |   1 -
 .../preferences/overlay/overlaySanitizeUI.js       |   2 +-
 chrome/content/preferences/preferences.js          |  29 +-
 chrome/content/preferences/shortcuts.xml           |   2 +-
 chrome/content/preferences/shortcutsLabels.xml     |   3 +-
 .../preferences/subdialogs/pref-appearance.xml     |   2 +-
 chrome/content/{ => scripts}/content.js            |  62 ++-
 chrome/content/session/session.js                  |  12 +-
 chrome/content/session/sessionStore.js             |   4 +-
 chrome/content/tab/scrollbox.xml                   |   4 +-
 chrome/content/tab/tab.js                          |  11 +-
 chrome/content/tab/tabbrowser.xml                  |   3 +-
 chrome/content/tab/tabbrowser_4.xml                |  34 +-
 chrome/content/tabmix.js                           |  17 +-
 chrome/content/utils.js                            |  10 +-
 chrome/locale/ar/misc.dtd                          |  17 +
 chrome/locale/ar/pref-appearance.dtd               |  20 +
 chrome/locale/ar/pref-filetype.dtd                 |   5 +
 chrome/locale/{en-US => ar}/pref-tabmix.dtd        | 267 +++++-----
 .../{en-US => ar}/session-manager.properties       |   6 +-
 chrome/locale/{en-US => ar}/tabmix.dtd             | 114 ++---
 chrome/locale/{en-US => ar}/tabmix.properties      |  38 +-
 chrome/locale/bg-BG/pref-tabmix.dtd                |   1 +
 chrome/locale/ca/pref-tabmix.dtd                   |   1 +
 chrome/locale/cs-CZ/pref-tabmix.dtd                |   3 +-
 chrome/locale/cs-CZ/tabmix.properties              |   2 +-
 chrome/locale/da/pref-tabmix.dtd                   |   1 +
 chrome/locale/de/pref-tabmix.dtd                   |   1 +
 chrome/locale/el/pref-tabmix.dtd                   |   1 +
 chrome/locale/en-US/pref-tabmix.dtd                |   1 +
 chrome/locale/es-ES/pref-tabmix.dtd                |   1 +
 chrome/locale/et-EE/pref-tabmix.dtd                |   1 +
 chrome/locale/{en-US => eu}/misc.dtd               |   0
 chrome/locale/eu/pref-appearance.dtd               |  20 +
 chrome/locale/{en-US => eu}/pref-filetype.dtd      |   0
 chrome/locale/{en-US => eu}/pref-tabmix.dtd        | 175 +++----
 .../{en-US => eu}/session-manager.properties       |   6 +-
 chrome/locale/eu/tabmix.dtd                        | 131 +++++
 chrome/locale/{en-US => eu}/tabmix.properties      |   0
 chrome/locale/fa-IR/pref-tabmix.dtd                |   1 +
 chrome/locale/fi/misc.dtd                          |  17 +
 chrome/locale/fi/pref-appearance.dtd               |  20 +
 chrome/locale/fi/pref-filetype.dtd                 |   5 +
 chrome/locale/{en-US => fi}/pref-tabmix.dtd        | 109 ++--
 .../{en-US => fi}/session-manager.properties       |   6 +-
 chrome/locale/{en-US => fi}/tabmix.dtd             |  92 ++--
 chrome/locale/fi/tabmix.properties                 |  50 ++
 chrome/locale/fr/pref-tabmix.dtd                   |   1 +
 chrome/locale/he-IL/pref-tabmix.dtd                |   1 +
 chrome/locale/hr-HR/pref-tabmix.dtd                |   1 +
 chrome/locale/hu-HU/pref-tabmix.dtd                |   1 +
 chrome/locale/it/pref-tabmix.dtd                   |  27 +-
 chrome/locale/ja/pref-tabmix.dtd                   |   1 +
 chrome/locale/ko-KR/pref-tabmix.dtd                |   1 +
 chrome/locale/lv-LV/misc.dtd                       |  17 +
 chrome/locale/lv-LV/pref-appearance.dtd            |  20 +
 chrome/locale/lv-LV/pref-filetype.dtd              |   5 +
 chrome/locale/lv-LV/pref-tabmix.dtd                | 313 ++++++++++++
 chrome/locale/lv-LV/session-manager.properties     | 122 +++++
 chrome/locale/lv-LV/tabmix.dtd                     | 131 +++++
 chrome/locale/lv-LV/tabmix.properties              |  50 ++
 chrome/locale/nl/pref-tabmix.dtd                   |   1 +
 chrome/locale/pl/pref-tabmix.dtd                   |   1 +
 chrome/locale/pt-BR/pref-tabmix.dtd                |   1 +
 chrome/locale/pt-PT/pref-tabmix.dtd                |   1 +
 chrome/locale/ro/pref-tabmix.dtd                   |   1 +
 chrome/locale/ru-RU/pref-tabmix.dtd                |   1 +
 chrome/locale/sk-SK/pref-tabmix.dtd                |   1 +
 chrome/locale/sr/pref-tabmix.dtd                   |   1 +
 chrome/locale/sv-SE/pref-tabmix.dtd                |   1 +
 chrome/locale/tr/pref-tabmix.dtd                   |   1 +
 chrome/locale/uk-UA/pref-tabmix.dtd                |   1 +
 chrome/locale/vi/pref-tabmix.dtd                   |   1 +
 chrome/locale/zh-CN/pref-tabmix.dtd                |   1 +
 chrome/locale/zh-TW/pref-tabmix.dtd                |   1 +
 install.rdf                                        |   6 +-
 modules/AsyncUtils.jsm                             |   2 -
 modules/AutoReload.jsm                             |  15 +-
 modules/ContentClick.jsm                           |  21 +-
 modules/ContextMenu.jsm                            |   9 +-
 modules/DocShellCapabilities.jsm                   |   4 +-
 modules/DownloadLastDir.jsm                        |   6 +-
 modules/LinkNodeUtils.jsm                          |  15 +-
 modules/MergeWindows.jsm                           |  21 +-
 modules/Places.jsm                                 |   9 +-
 modules/RenameTab.jsm                              |   2 +-
 modules/Services.jsm                               |   1 +
 modules/Shortcuts.jsm                              |   7 +-
 modules/SingleWindowModeUtils.jsm                  |  36 +-
 modules/TabGroupsMigrator.jsm                      |   4 +-
 modules/Utils.jsm                                  |  10 +-
 116 files changed, 2083 insertions(+), 872 deletions(-)
 rename chrome/content/{ => dialogs}/about.js (100%)
 rename chrome/content/{ => dialogs}/about.xul (97%)
 rename chrome/content/{session => dialogs}/promptservice.js (94%)
 rename chrome/content/{session => dialogs}/promptservice.xul (95%)
 rename chrome/content/{minit => overlay}/autoReload.js (100%)
 rename chrome/content/{minit => overlay}/autoReload.xul (98%)
 rename chrome/content/{links => overlay}/newTab.js (91%)
 rename chrome/content/{links => overlay}/newTab.xul (88%)
 rename chrome/content/{links => overlay}/removeBlankTab.js (100%)
 rename chrome/content/{links => overlay}/removeBlankTab.xul (82%)
 rename chrome/content/{minit => overlay}/renameTab.xul (100%)
 rename chrome/content/{ => scripts}/content.js (89%)
 create mode 100644 chrome/locale/ar/misc.dtd
 create mode 100644 chrome/locale/ar/pref-appearance.dtd
 create mode 100644 chrome/locale/ar/pref-filetype.dtd
 copy chrome/locale/{en-US => ar}/pref-tabmix.dtd (55%)
 copy chrome/locale/{en-US => ar}/session-manager.properties (98%)
 copy chrome/locale/{en-US => ar}/tabmix.dtd (51%)
 copy chrome/locale/{en-US => ar}/tabmix.properties (66%)
 copy chrome/locale/{en-US => eu}/misc.dtd (100%)
 create mode 100644 chrome/locale/eu/pref-appearance.dtd
 copy chrome/locale/{en-US => eu}/pref-filetype.dtd (100%)
 copy chrome/locale/{en-US => eu}/pref-tabmix.dtd (72%)
 copy chrome/locale/{en-US => eu}/session-manager.properties (98%)
 create mode 100644 chrome/locale/eu/tabmix.dtd
 copy chrome/locale/{en-US => eu}/tabmix.properties (100%)
 create mode 100644 chrome/locale/fi/misc.dtd
 create mode 100644 chrome/locale/fi/pref-appearance.dtd
 create mode 100644 chrome/locale/fi/pref-filetype.dtd
 copy chrome/locale/{en-US => fi}/pref-tabmix.dtd (82%)
 copy chrome/locale/{en-US => fi}/session-manager.properties (98%)
 copy chrome/locale/{en-US => fi}/tabmix.dtd (61%)
 create mode 100644 chrome/locale/fi/tabmix.properties
 create mode 100644 chrome/locale/lv-LV/misc.dtd
 create mode 100644 chrome/locale/lv-LV/pref-appearance.dtd
 create mode 100644 chrome/locale/lv-LV/pref-filetype.dtd
 create mode 100644 chrome/locale/lv-LV/pref-tabmix.dtd
 create mode 100644 chrome/locale/lv-LV/session-manager.properties
 create mode 100644 chrome/locale/lv-LV/tabmix.dtd
 create mode 100644 chrome/locale/lv-LV/tabmix.properties

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