[Pkg-mozext-commits] [tabmixplus] 06/10: Merge with default
David Prévot
taffit at moszumanska.debian.org
Sat Oct 29 17:36:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit e782b6c8f7261243b03dfd01105c8af3a0a057c9
Merge: 2fc0580 0fecbfe
Author: onemen <tabmix.onemen at gmail.com>
Date: Mon Oct 17 08:15:35 2016 +0300
Merge with default
.eslintrc.js | 71 +++++++------
.hgtags | 3 +
chrome.manifest | 11 ++-
chrome/content/.eslintrc.js | 9 ++
chrome/content/changecode.js | 22 ++++-
chrome/content/click/click.js | 14 +--
chrome/content/dialogs/.eslintrc.js | 10 ++
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/setup.js | 41 ++++----
chrome/content/links/userInterface.js | 49 ++++++---
chrome/content/minit/minit.js | 110 +++++++++++++++++----
chrome/content/minit/tablib.js | 80 +++++++++------
chrome/content/overlay/.eslintrc.js | 9 ++
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/.eslintrc.js | 8 ++
chrome/content/places/places.js | 28 +++---
chrome/content/preferences/.eslintrc.js | 10 ++
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 +-
.../preferences/overlay/preferencesOverlay.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/.eslintrc.js | 9 ++
chrome/content/{ => scripts}/content.js | 69 +++++++------
chrome/content/session/session.js | 36 ++++++-
chrome/content/session/sessionStore.js | 36 ++++---
chrome/content/tab/scrollbox.xml | 4 +-
chrome/content/tab/tab.js | 11 ++-
chrome/content/tab/tabbrowser.xml | 3 +-
chrome/content/tab/tabbrowser_4.xml | 105 ++++++++++++++++----
chrome/content/tabmix.js | 22 ++---
chrome/content/utils.js | 14 ++-
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/fa-IR/pref-tabmix.dtd | 1 +
chrome/locale/fr/pref-tabmix.dtd | 87 ++++++++--------
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 | 3 +
chrome/locale/ja/pref-tabmix.dtd | 1 +
chrome/locale/ko-KR/pref-tabmix.dtd | 1 +
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 | 3 +-
chrome/locale/zh-CN/session-manager.properties | 22 ++---
chrome/locale/zh-CN/tabmix.dtd | 2 +-
chrome/locale/zh-CN/tabmix.properties | 6 +-
chrome/locale/zh-TW/pref-tabmix.dtd | 1 +
install.rdf | 4 +-
modules/AsyncUtils.jsm | 2 -
modules/AutoReload.jsm | 15 +--
modules/ContentClick.jsm | 52 +++++++---
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 +-
99 files changed, 834 insertions(+), 404 deletions(-)
diff --cc .hgtags
index d66fcfa,db7b18f..a9d7ba0
--- a/.hgtags
+++ b/.hgtags
@@@ -148,4 -122,6 +148,7 @@@ aa6d8706d637d4b68722f4fe030e53669226874
81464dd855c3bdacfb3a69b880d889110276bbc1 0.4.2.3pre.160425a1
c2cf885744887fc47a1302f0a3da1e396abbe66b 0.5.0.0pre.160515a1
ce044332bd423561f8c557e79ac17d3e8deb7a91 0.5.0.0pre.160522a1
+fc0b8bea996377522706b1fee65b57fefa651766 0.5.0.0
+ 92a77b7589c60ac371ab18f87b3828fee7e42bed 0.5.0.1pre.160625a1
+ 060f2d69277cd4e5d728a89b1b06f71bdeeab2e7 0.5.0.1pre.160904a1
+ c562e42e8ce2150564dd8a1ccddf7e02410bc9e0 0.5.0.1pre.161005a1
--
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