[Pkg-mozext-commits] [tabmixplus] branch upstream updated (aaeeccf -> e77ca13)
David Prévot
taffit at moszumanska.debian.org
Sun Jun 14 22:15:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository tabmixplus.
from aaeeccf Imported Upstream version 0.4.1.8~150317a1
new 0e940bd Added tag 0.4.1.8pre.150317a1 for changeset 91a058cc0b0f
new a597385 Follow up bug 1113431 - Propagate referrer policy throughout the ui
new 6346c1c Remove obsolete function
new 612e9e7 Object.prototype.__noSuchMethod__ is obsolete since Firefox 39 - part 1
new 68edd88 Object.prototype.__noSuchMethod__ is obsolete since Firefox 39 - part 2
new 2207b5f Fix referenceError: reference to undefined property browser.tabmix_allowLoad
new 9c354f1 TabmixSessionManager.onWindowClose notifyObservers "browser-window-change-state" before the window actualy closed by sessionStore. Regressed by changeset 523c7dac0d5e.
new 54769df Don't collect our session manager data when the manager disabled
new 9442e23 Follow up bug 1067042 - [e10s]bookmarking an e10s tab results in a blank name
new 8dd2c18 Follow up bug 1143038 - Use AppConstants in tabbrowser.xml
new 606e5d5 Follow up bug 1066531 - [e10s] Switching tabs can result in old content being displayed for a split second after the tab bar is updated
new a7d6adb State.scroll.scroll can be undefined, calling setLiteral with undefined value break Tabmix and prevent the window from closing
new 0802674 Update locales from http://www.babelzilla.org
new f82c03c Added tag 0.4.1.8pre.150607a1 for changeset 2c09c3c371cb
new 20b62bc Update maxVersion to 41.0a1
new 2257a1f Bookmark All Tabs doesn't work with nightly since 2015-04-23. Follow up bug 951651 - Make bookmarkProperties, Star UI and Library info pane work with PlacesTransactions
new c5b1a77 Can't use toString on PlacesCommandHook.bookmarkPage after bug 951651 change the function into Task.async
new 11004de Remove the use of evalInSandbox to convert old style preference
new 30b10be Accessing the `eval` global prevents Tabmix beta version from passing the automatic validation on AMO and thus can't be submitted to AMO
new 40af255 Pass AMO validation test for potentially unsafe preference branch referenced
new 49381da Pass AMO validation test for on* attribute being set using setAttribute
new 5f0daf7 Pass AMO validation test for possible attempt to override new tab page
new 6056a8f Added tag 0.4.1.8pre.150607a2 for changeset 8abf33f8e0d4
new 18e2c5d Fix typo in changeset 8abf33f8e0d4
new e77ca13 Imported Upstream version 0.4.1.8~150607a3
The 25 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 | 2082 ++++++++++++++++++++
META-INF/mozilla.rsa | Bin 0 -> 4197 bytes
META-INF/mozilla.sf | 4 +
chrome.manifest | 2 +
chrome/content/changecode.js | 17 +-
chrome/content/click/click.js | 5 +-
chrome/content/content.js | 5 +
chrome/content/links/contentLinks.js | 9 +-
chrome/content/links/removeBlankTab.js | 3 +-
chrome/content/links/setup.js | 4 +-
chrome/content/links/userInterface.js | 8 +-
chrome/content/minit/minit.js | 15 +-
chrome/content/minit/tabView.js | 6 +-
chrome/content/minit/tablib.js | 72 +-
chrome/content/places/bookmarkProperties.xul | 6 +-
chrome/content/places/places.js | 14 +-
chrome/content/preferences/events.js | 8 +-
chrome/content/preferences/events.xul | 2 +-
chrome/content/preferences/links.js | 4 +-
.../preferences/overlay/overlaySanitizeUI.js | 4 +-
chrome/content/preferences/preferences.js | 2 +-
chrome/content/preferences/preferences.xul | 3 +-
chrome/content/session/session.js | 40 +-
chrome/content/session/sessionStore.js | 29 +-
chrome/content/tab/tab.js | 6 +-
chrome/content/tab/tabbrowser_4.xml | 24 +-
chrome/content/tabmix.js | 9 +-
chrome/content/utils.js | 11 +-
chrome/locale/de/tabmix.properties | 2 +-
chrome/locale/nl/tabmix.properties | 4 +-
chrome/locale/pt-BR/tabmix.properties | 2 +-
chrome/locale/ru-RU/pref-tabmix.dtd | 2 +-
chrome/locale/ru-RU/tabmix.properties | 6 +-
install.rdf | 28 +-
modules/AutoReload.jsm | 4 +-
modules/ContentClick.jsm | 14 +-
modules/DynamicRules.jsm | 16 +-
modules/LinkNodeUtils.jsm | 6 -
modules/Services.jsm | 4 +
modules/Shortcuts.jsm | 2 +-
modules/log.jsm | 10 +-
test.manifest | 0
42 files changed, 2320 insertions(+), 174 deletions(-)
create mode 100644 META-INF/manifest.mf
create mode 100644 META-INF/mozilla.rsa
create mode 100644 META-INF/mozilla.sf
create 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