[Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.2.1_160124a1 created (now fe08322)

David Prévot taffit at moszumanska.debian.org
Sun Feb 7 19:23:18 UTC 2016


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

taffit pushed a change to annotated tag upstream/0.4.2.1_160124a1
in repository tabmixplus.

        at  fe08322   (tag)
   tagging  1d073ac6ba9ac53ea6965633733920a703867f83 (commit)
  replaces  upstream/0.4.2.0
 tagged by  David Prévot
        on  Sun Feb 7 14:50:31 2016 -0400

- Log -----------------------------------------------------------------
Upstream version 0.4.2.1~160124a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJWt5H3AAoJEAWMHPlE9r08RO8H/jSZxTqx2LllDKdi1S/BMu0y
gpFoMn8FbPFiGPC0wL790Wg272/aqEO6OvaCWLfS0yD3qu8oABXuRhNr5NV52tTg
2bW721nT3OuIu7LMd75XPOXwFdawj6xnOBxi1STyZ8mjNo/NmIWFIyi0AHexvLOk
ZP/an2MFqaWlsWWiWzlTY177ovkQ2AhPbTDh5d7E4rAxdCbME/MvW+LMxzpk9Hyn
XMTxDoTThUe2KkixhIdCeZGkzz3VxGIbWO/6LUbJRMj8t7Rz92ps2ty5XKxsSWTK
Mi72qGasaRRdLzXdBLXVvCS62MeBcUIeyjPCDy7LLExGqloBIfmeM/C/YkgE9A4=
=/0OL
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 0.4.2.1~160124a1

onemen (35):
      Always check if the link is an xpi link, don't open new tab for left click on xpi links
      Incompatibility with Tab Deque extension, other tabs can't be selected and will quickly revert to the current one.
      Our session manager causing SessionStore to send 'SSWindowStateReady' event after each restored tab, regressed after Bug 1067648 - Introduce restoreTab() and use it from restoreTabs()
      Clean calls to Tabmix.flst.cancel
      Incompatibility with new TabGroup extension that replaced Firefox build-in panorama
      Remove Array.slice generics usage, follow up bug 1228975
      Remove Array.forEach generics usage, follow up bug 1228975
      Remove Array.filter generics usage, follow up bug 1228975
      Remove Array.some and Array.map generics usage, follow up bug 1228975
      Update .eslintrc for Eslint 2, fix some errors that reveals by the new eslint
      Added tag 0.4.2.1pre.151226a1 for changeset 8d6cc52256bf
      Add '_afterTabduplicated' property directly to Tabmix
      Add '_warnedBeforeClosing' property directly to Tabmix
      Remove obsolete code from Tabmix.beforeBrowserInitOnLoad (Code for Firefox/PlaeMoone versions before 25)
      Clean our modification to gBrowserInit._delayedStartup – move the block deal with swap tab to gBrowser.swapBrowsersAndCloseOther
      Initialize our session manager after SessionStore.promiseInitialized resolved
      Clean up the code that set SessionStroe last session state
      Replace eval of gBrowserInit._delayedStartup with wrapped function, fix incompatibility with Multiple Tab Handler extension
      Update the code that change gBrowser.tabContainer._animateTabMove, fix incompatibility with Multiple Tab Handler extension
      Make sure that extensions.tabmix.version value is a string
      Update TMP_tabDNDObserver.onDragStart, follow up bugs: 863512, 1194311, 1214428
      Remove unused code
      Preference window overlay does not start when nglayout.debug.disable_xul_fastload and nglayout.debug.disable_xul_cache are true. Add onload attribute to the prefwindowto workaround this issue
      Update preferences window height after changesets 3c6e77658fa5 ,ee420945e5ee
      Update changeset d181198ffe55, TabGroup extension add the changes we do in TMP_TabView._patchTabviewFrame to its code in version 1.0.2b1
      When tab restoring by SessionStore remove its visited attribute. visited attribute exist on pending tab when SessionStroe overwrite tabs change the selected tab
      Set session state selectedWindow to 1 when converting sessions
      Typo in changeset 302a79f2e48d
      Add call to setTabStyle from switcher.updateDisplay to update previously selected tab style
      Don't make first restored tab visible when we restored the session into hidden group
      Expression closures are deprecated
      Update .eslintrc for Eslint 2, fix some errors that reveals by the new eslint
      Session manager is broken in Nightly build after 2016-01-21.
      Start using the new Tab mix domain 'tabmixplus.org' instead of 'tmp.garyr.net'
      ReferenceError - reference to undefined property this.id, changeset 78129ed2f8fd

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

This annotated tag includes the following new commits:

       new  7d1b369   Added tag 0.4.2.1pre.151226a1 for changeset 8d6cc52256bf
       new  22f0a74   Add '_afterTabduplicated' property directly to Tabmix
       new  2057989   Add '_warnedBeforeClosing' property directly to Tabmix
       new  3aa723c   Remove obsolete code from Tabmix.beforeBrowserInitOnLoad (Code for Firefox/PlaeMoone versions before 25)
       new  d6be993   Clean our modification to gBrowserInit._delayedStartup – move the block deal with swap tab to gBrowser.swapBrowsersAndCloseOther
       new  5d4250a   Initialize our session manager after SessionStore.promiseInitialized resolved
       new  2828a27   Clean up the code that set SessionStroe last session state
       new  6ce467d   Replace eval of gBrowserInit._delayedStartup with wrapped function, fix incompatibility with Multiple Tab Handler extension
       new  66a3aaa   Update the code that change gBrowser.tabContainer._animateTabMove, fix incompatibility with Multiple Tab Handler extension
       new  4f1b914   Make sure that extensions.tabmix.version value is a string
       new  707b075   Update TMP_tabDNDObserver.onDragStart, follow up bugs: 863512, 1194311, 1214428
       new  eb82131   Remove unused code
       new  f2cb49c   Preference window overlay does not start when nglayout.debug.disable_xul_fastload and nglayout.debug.disable_xul_cache are true. Add onload attribute to the prefwindowto workaround this issue
       new  c1d99a7   Update preferences window height after changesets 3c6e77658fa5 ,ee420945e5ee
       new  a1c67a7   Update changeset d181198ffe55, TabGroup extension add the changes we do in TMP_TabView._patchTabviewFrame to its code in version 1.0.2b1
       new  8188cee   When tab restoring by SessionStore remove its visited attribute. visited attribute exist on pending tab when SessionStroe overwrite tabs change the selected tab
       new  eec2556   Set session state selectedWindow to 1 when converting sessions
       new  ea0c7a3   Typo in changeset 302a79f2e48d
       new  8f6bd36   Add call to setTabStyle from switcher.updateDisplay to update previously selected tab style
       new  82158d5   Don't make first restored tab visible when we restored the session into hidden group fix typo in changeset 1553cb0a2702
       new  6c88027   Expression closures are deprecated
       new  03b6e0a   Update .eslintrc for Eslint 2, fix some errors that reveals by the new eslint
       new  0babcda   Session manager is broken in Nightly build after 2016-01-21. Follow up bug 1233803 - Get rid of of sessionHistory CPOW sent up via WebNavigation:SetHistory message
       new  4d5f26b   Start using the new Tab mix domain 'tabmixplus.org' instead of 'tmp.garyr.net'
       new  defc52a   ReferenceError - reference to undefined property this.id, changeset 78129ed2f8fd
       new  1d073ac   Imported Upstream version 0.4.2.1~160124a1

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