[Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.2.3_160425a1 created (now d4cdb47)

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:31:04 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.3_160425a1
in repository tabmixplus.

        at  d4cdb47   (tag)
   tagging  2babbc1af78dbd0d5863f1173b14ab57fe5db113 (commit)
  replaces  upstream/0.4.2.3_160328a1
 tagged by  David Prévot
        on  Sun May 8 22:05:05 2016 -0400

- Log -----------------------------------------------------------------
Upstream version 0.4.2.3~160425a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJXL/BRAAoJEAWMHPlE9r084rMH/joflIKAg2KxqdlIGZrXK1qJ
a2kgowWDmdtwvWU8suK3LiDyuh1RKtl/WV5oG9T6SCdNMbJr1NKpKlXgtsBU8R7F
63LnKM1vF+2psX8l4RGMfY6u0R4BMIKPMUnUxqXGM1+sabFykHcqYbVjWouirfww
v+WOnFMMz/vVBePm0OYdcTsfvfekBc6QKsgJF0BYiDuYO7hhOLUUr68IfmMZnQtU
rlHb/TFTKPKTzzmpX9B3HhkPQbb9Kw9v0Czc4Sljs0NODNV1VmjdcIkbLd6cmmTV
R948IZspsxTP1NjF7ef4PgqXXEZbsOI1gRtMlbpAR5Bp0HcjZL/4POHMShG/2+c=
=1fTa
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 0.4.2.3~160425a1

onemen (93):
      Firefox 45 x64 build don't have "New Non-e10s Window" menu (id="menu_newNonRemoteWindow")
      Add call to updateVerticalTabStrip from onTabClose_updateTabBar when Classic theme restorer installed, underflow not always fires when Classic theme restorer installed
      In windows XP, multi-row background is not match the windows style until first resize. The first row has blue background (the color of windows XP title), others tab rows has gray background
      Show close tabs menu items on pinned tab context menu, when there is at least one non-pinned tab.
      Tabmix.showItem should handle non Boolean show value
      Firefox freeze when user clicks on 'Clear Groups Data', from Tab Groups extensions options tab, when some of the tabs are locked
      Don't insert new code before "use strict";
      Follow up bug 1253016 - Remove legacy __defineGetter__/__defineSetter__ this behavior
      Remove support for Firefox 17 - 18
      Remove support for Firefox 19 - browser.warnOnRestart was removed
      Remove support for Firefox 19 - remove code for opening 'text-link'
      Remove support for Firefox 19
      Remove support for Firefox 20
      Remove support for Firefox 21
      Remove support for Firefox 22
      Remove support for Firefox 23 - remove obsolete menu item 'tm-closeLeftTabs'
      Remove support for Firefox 23
      Remove support for Firefox 24
      Follow up bug 931891 - Backout the patch for bug 887515 and its dependencies from Firefox. (changesets 327cae1f5d0c, 0c0d907124f8, bd53dd74812b, ea5b7fe95496, 3ef10536a3b1, 68f3afe9cb42, f115835d4de6, 1158b66c8821)
      Set SessionStore _closedTabs directly
      Follow up bug 729011 - In fullscreen mode content.innerHeight is 1 pixel smaller than the screen height
      Don't rely on Tabmix.callerName to get the right caller name when the original function wrapped by another extension
      Alt-Tab breaks double-click and click and drag on Tab-bar. Related to changesets 0584f2b0ae81, a1df6eab9f86
      Missing label in 'Tab Mix' options on Firefox 45 with TabGroups extension. Check for 'context_tabViewMenu' and 'tabGroups-context_tabViewMenu' existence
      Don't close window when closing blank tab that opened from downloading link
      Update locales from http://www.babelzilla.org
      Added tag 0.4.2.3pre.160319a1 for changeset 0c076e20b96f
      Remove jshint comments
      Redeclaration of variable stack in gBrowser.addTab before Firefox version 37, changeset d3f86efb794e
      Use Tabmix.callerTrace instead of isCallerInList, getCallerNameByIndex and callerName
      let unknownContentType dialog or nsIFilePicker more time to open
      Update changesets 5e45a1919ab5 and 71660ede1517, -moz-window-dragging is not recognize by PlaeMoon
      Follow up bug 1171245 - Include changes attributes in TabAttrModified event
      Update compatibility with treeStyleTab - instruct treeStyleTab to use 'kNEWTAB_OPEN_AS_NEXT_SIBLING' when our preference is to open the tab next
      Enable Eslint rules: no-self-compare, semi-spacing and linebreak-style. No errors
      Remove TabmixSvc.syncHandlers
      Follow up bug 1257554 - Remove restore on demand checkbox
      Follow up changeset 837ad81a0bfb, call TabsInTitlebar.updateAppearance every time we set new height for the first time
      Prevent tabs toolbar buttons from disappearing when there is more than one row of tabs
      Added tag 0.4.2.3pre.160328a1 for changeset aa6d8706d637
      Add support to Tab Kit 2nd Edition
      Disable 'pinnedTabScroll' when Tabmix.extensions.verticalTabBar is true, (changeset e8019f4dbff6)
      Fix changeset 16dc9be85881, about:config document don't have getSelection function
      Update compatibility with treeStyleTab - for all the calls to addTab from openUILinkIn or from external app, prepare the tree to open the new tab as next sibling, when our pref is to open new tabs next and only if treeStyletab did not set it to open as child. (changeset 3389b946b4d9)
      Add 'Report a Bug' button in tab-mix-plus page at addons.mozilla.org
      Move PrivateBrowsing functions to TabmixSessionManager
      Update SingleWindowModeUtils.onload after bug 1186521
      Rename .eslintrc, .eslintrc_mozilla to .eslintrc.js, .eslintrc_mozilla.js
      Enable Eslint 'no-else-return'
      Sort .eslintrc.js in the same order as eslint\conf\eslint.json
      Update Eslint ECMAScript 6 rules
      Enable Eslint 'no-implicit-coercion'
      Enable more Eslint rules, no errors
      Enable Eslint 'no-floating-decimal'
      Enable Eslint 'block-spacing'
      Enable Eslint 'dot-location'
      Enable Eslint 'max-statements-per-line'
      Enable Eslint 'no-useless-concat'
      Enable Eslint 'no-useless-call'
      Enable Eslint 'padded-blocks'
      Enable Eslint 'operator-assignment'
      Enable Eslint 'guard-for-in'
      Enable Eslint 'no-useless-escape'
      Enable Eslint 'no-continue'
      Backed out changeset 8cb54b08cd25 (bug 729011) for bug 1257686
      Update the check for SearchLoad Options extension and Searchload Options Revived (Pale Moon)
      TypeError: box is null at preferences/overlay/preferencesOverlay.js line 12, we can't call incontentInit for browser versions that don't implement in-content-option (changeset b7e8947f39a5)
      Update incompatibility with Vertical Tabs Reloaded, reset initialization flag for Tabmix.initialization.run in the tabbarowser constructor
      Refactore openUILinkIn to divert all the calls from places UI to use our preferences, update the function to address the changes in FeedHandler.loadFeed, since Firefox 42+ clicking 'Subscribe to This Page' always show 'Subscribe to this feed' page
      Don't inherits tab scroll by 'Open Link in Duplicated Tab' command
      Follow up bug 1263975 - XUL scrollbox (e.g. the tab bar) should respond to pixel scrolls by pixel scrolling
      Function isElementVisible can return wrong value when rect values are not integer
      Bug 1093642 - Part 2: Decide if we allow mixed content before sending click event to remote tab
      Remove redundant character escape from regular expression to find function end
      Change tablib.getValidUrl to get its arguments directly from gContextMenu
      Typos and other errors in Regexp
      Fix Webstorm inspection errors - xml files
      Fix Webstorm inspection errors - Unit of measure 'px', 'pt' and '%' are redundant for '0'
      Fix Webstorm inspection errors - if statements which can be simplified to single assignment or return statements
      Fix Webstorm inspection errors - return is unnecessary as the last statement in a function with no return
      Fix Webstorm inspection errors - remove unnecessary local variables, which add nothing to the comprehensibility of a function
      Fix Webstorm inspection errors - Using throw statements as a "goto" to change the local flow of control is likely to be confusing
      Fix Webstorm inspection errors - the inspection detects float values of pixel lengths
      Fix Webstorm inspection errors - css errors
      Fix Webstorm inspection errors - Unclosed string literal
      Change draggeType to dragType in minit.js
      Fix typo askBeforSave
      Rename browsr.css to browser.css
      Fix typo posiotion (newTabButton.position)
      Fix all typos after Webstorm spellcheck - preferences
      Fix all typos after Webstorm spellcheck - chrome
      Fix all typos after Webstorm spellcheck - modules
      Update locales from http://www.babelzilla.org

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

This annotated tag includes the following new commits:

       new  934739f   Added tag 0.4.2.3pre.160319a1 for changeset 0c076e20b96f
       new  9d2f5bb   Remove jshint comments
       new  36be346   Redeclaration of variable stack in gBrowser.addTab before Firefox version 37, changeset d3f86efb794e
       new  bcbe7ab   Use Tabmix.callerTrace instead of isCallerInList, getCallerNameByIndex and callerName
       new  688bb5e   let unknownContentType dialog or nsIFilePicker more time to open
       new  803abd5   Update changesets 5e45a1919ab5 and 71660ede1517, -moz-window-dragging is not recognize by PlaeMoon
       new  ec1a7b8   Follow up bug 1171245 - Include changes attributes in TabAttrModified event
       new  7946718   Update compatibility with treeStyleTab - instruct treeStyleTab to use 'kNEWTAB_OPEN_AS_NEXT_SIBLING' when our preference is to open the tab next
       new  3b8aa89   Enable Eslint rules: no-self-compare, semi-spacing and linebreak-style. No errors
       new  34a11c5   Remove TabmixSvc.syncHandlers
       new  93f564a   Follow up bug 1257554 - Remove restore on demand checkbox
       new  f4c09a5   Follow up changeset 837ad81a0bfb, call TabsInTitlebar.updateAppearance every time we set new height for the first time
       new  e5e8cbf   Prevent tabs toolbar buttons from disappearing when there is more than one row of tabs
       new  739ef42   Added tag 0.4.2.3pre.160328a1 for changeset aa6d8706d637
       new  eeb0699   Add support to Tab Kit 2nd Edition
       new  285ad69   Disable 'pinnedTabScroll' when Tabmix.extensions.verticalTabBar is true, (changeset e8019f4dbff6)
       new  5865146   Fix changeset 16dc9be85881, about:config document don't have getSelection function
       new  01827b9   Update compatibility with treeStyleTab - for all the calls to addTab from openUILinkIn or from external app, prepare the tree to open the new tab as next sibling, when our pref is to open new tabs next and only if treeStyletab did not set it to open as child. (changeset 3389b946b4d9)
       new  72704c2   Add 'Report a Bug' button in tab-mix-plus page at addons.mozilla.org
       new  74d1fbd   Move PrivateBrowsing functions to TabmixSessionManager
       new  c336c39   Update SingleWindowModeUtils.onload after bug 1186521
       new  af4f7c7   Rename .eslintrc, .eslintrc_mozilla to .eslintrc.js, .eslintrc_mozilla.js
       new  6226e2e   Enable Eslint 'no-else-return'
       new  a89fd24   Sort .eslintrc.js in the same order as eslint\conf\eslint.json
       new  3371367   Update Eslint ECMAScript 6 rules
       new  92ea1e4   Enable Eslint 'no-implicit-coercion'
       new  ce0df1b   Enable more Eslint rules, no errors
       new  ce395b4   Enable Eslint 'no-floating-decimal'
       new  78d802d   Enable Eslint 'block-spacing'
       new  e4def44   Enable Eslint 'dot-location'
       new  d336fef   Enable Eslint 'max-statements-per-line'
       new  8c4e25f   Enable Eslint 'no-useless-concat'
       new  f505e66   Enable Eslint 'no-useless-call'
       new  9eb00ff   Enable Eslint 'padded-blocks'
       new  83d6363   Enable Eslint 'operator-assignment'
       new  bad1ca0   Enable Eslint 'guard-for-in'
       new  b68d353   Enable Eslint 'no-useless-escape'
       new  86bc72c   Enable Eslint 'no-continue'
       new  d862883   Backed out changeset 8cb54b08cd25 (bug 729011) for bug 1257686
       new  a5ee7dc   Update the check for SearchLoad Options extension and Searchload Options Revived (Pale Moon)
       new  51e6645   TypeError: box is null at preferences/overlay/preferencesOverlay.js line 12, we can't call incontentInit for browser versions that don't implement in-content-option (changeset b7e8947f39a5)
       new  c7a47e6   Update incompatibility with Vertical Tabs Reloaded, reset initialization flag for Tabmix.initialization.run in the tabbarowser constructor
       new  b288c65   Refactore openUILinkIn to divert all the calls from places UI to use our preferences, update the function to address the changes in FeedHandler.loadFeed, since Firefox 42+ clicking 'Subscribe to This Page' always show 'Subscribe to this feed' page
       new  bdd779c   Don't inherits tab scroll by 'Open Link in Duplicated Tab' command
       new  5d82c28   Follow up bug 1263975 - XUL scrollbox (e.g. the tab bar) should respond to pixel scrolls by pixel scrolling
       new  cff7b12   Function isElementVisible can return wrong value when rect values are not integer
       new  f4de880   Bug 1093642 - Part 2: Decide if we allow mixed content before sending click event to remote tab
       new  63d9ed9   Remove redundant character escape from regular expression to find function end
       new  f6a536d   Change tablib.getValidUrl to get its arguments directly from gContextMenu
       new  400e3b0   Typos and other errors in Regexp
       new  318826f   Fix Webstorm inspection errors - xml files
       new  e465080   Fix Webstorm inspection errors - Unit of measure 'px', 'pt' and '%' are redundant for '0'
       new  68916d5   Fix Webstorm inspection errors - if statements which can be simplified to single assignment or return statements
       new  11febaa   Fix Webstorm inspection errors - return is unnecessary as the last statement in a function with no return
       new  938b62e   Fix Webstorm inspection errors - remove unnecessary local variables, which add nothing to the comprehensibility of a function
       new  36cf0b9   Fix Webstorm inspection errors - Using throw statements as a "goto" to change the local flow of control is likely to be confusing
       new  9559d72   Fix Webstorm inspection errors - the inspection detects float values of pixel lengths
       new  23496c9   Fix Webstorm inspection errors - css errors
       new  185f3db   Fix Webstorm inspection errors - Unclosed string literal
       new  6d27471   Change draggeType to dragType in minit.js
       new  9caf3ca   Fix typo askBeforSave
       new  778cdd0   Rename browsr.css to browser.css
       new  ed2751d   Fix typo posiotion (newTabButton.position)
       new  cb79f46   Fix all typos after Webstorm spellcheck - preferences
       new  83c1893   Fix all typos after Webstorm spellcheck - chrome
       new  06d0508   Fix all typos after Webstorm spellcheck - modules
       new  7960a50   Update locales from http://www.babelzilla.org
       new  2babbc1   Imported Upstream version 0.4.2.3~160425a1

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