[Pkg-mozext-commits] [tabmixplus] tag 0.5.0.2pre.161225a1 created (now 38c84bb)

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:28:05 UTC 2017


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

taffit pushed a change to tag 0.5.0.2pre.161225a1
in repository tabmixplus.

        at  38c84bb   (commit)
This tag includes the following new commits:

       new  bc473a5   Follow up bug 1284395
       new  377f8f7   Refactor ChangeCode.isValidToChange function to show error message in the console with the proper file name and line number
       new  81091f1   Update compatibility with treeStyleTab - Open new next sibling tab correctly, even if there is no next sibling
       new  6e935b3   Update compatibility with treeStyleTab version 0.18.2016090802
       new  624f695   Follow up bug 1311439 - Skip _notifyBackgroundTab for hidden tabs
       new  75a0d75   Keep Undo close tab menu open, close it when user click outside the menu
       new  ee5cdea   Keep sessions menu open when user apply one of these command from sessions context menu 'Show Counters, Date and Time in Session Menu' 'Set as Startup Session' 'Delete'
       new  3d3cab3   Fix addons-linter warnings
       new  2cd7b8d   Follow up bug 1312901 - Use nsIArray for URL window argument
       new  4275e3d   Update ContentClickInternal.isGreasemonkeyInstalled function, util.js moved to greasemonkey-modules/content/util.js
       new  4172c6c   Add missing Eslint rules, version 3.9.0
       new  4b5af66   Remove Eslint deprecated rules
       new  f9a8893   Eslint version 3.9.0 fixed indent rule to support multiline array statements and fixed no-useless-escape false negative in regexes
       new  4da5e67   Update Eslint indent rule, apply CallExpression and FunctionExpression options
       new  a2397ef   Apply new Eslint rule 'no-single-arg-cu-import' from tabmix plugin (based on mozilla plugin
       new  5076f3d   Apply Eslint 'prefer-arrow-callback' rule
       new  7987b8a   Replace remaining usages of bind(this) with arrow function
       new  aa5a00e   Apply Eslint 'no-empty' rule with {"allowEmptyCatch": true} option
       new  139506d   Follow up bug 92737 - Part 2 and 3 - Open multiple tabs when multiple items are dropped on content area
       new  6298c87   Follow up bug 92737 - Part 4 - Open multiple tabs when multiple items are dropped on tab
       new  f59cd50   Follow up bug 1000458 (openLinkIn changed)
       new  867501e   Don't open new tab from links on remote content when role attribute is 'button' or 'menu'
       new  8edbd67   Don't change selected tab by wheel event over the tab-bar if the device that generated the event wasn't a mouse wheel
       new  651bee3   Rename tabmixplus/Services.jsm to tabmixplus/TabmixSvc.jsm so our eslint plugin rule 'import-globals' get the global name TabmixSvc instead of Services
       new  70a46e8   Follow up bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content
       new  d0d2f2c   Follow up bug 1245124 - window.open() should open a new tab in the same container
       new  8fdba03   Added tag 0.5.0.2pre.161109a1 for changeset 077213a67e30
       new  8e3598c   Bookmark All Tabs Not Working in Firefox 48.x versions, after 48.0 and before 49.0 (changeset 28a5628e0ed4)
       new  7a9230e   Cannot drag tabs with Tab Mix Plus AND Multiple Tab Handler
       new  a3d0368   Follow up bug 1312406 - Remove tab groups migration code
       new  8200eed   Ctrl-Click on item in closed tabs list should not close the current tab
       new  e8bcc85   Incompatibility problem with Stay-Open Menu, Undo closed tab from undo closed button list always open last closed tab. The original fix from changeset cc4c7716084d, regressed again by changeset f4f77cf52577
       new  0568f98   Add missing Eslint rules to our .eslintrc.js file
       new  81f7e29   Follow up bug 1315948 - Simplify openLinkIn in utilityOverlay.js
       new  3dabe56   Follow up bug 1316870 - Enable no-shadow eslint rule for browser, update compatibility with Multiple Tab Handler
       new  e5ef667   Can't open new tab in the background from the address bar since Firefox 50
       new  ee3d7c4   Miscellaneous updates for Pale Moon 27
       new  73d0b40   Follow up bug 1316505 - Tabbar scrolls too fast with wheel supporting high resolution scroll on Windows
       new  1fdffad   Split tablib._loadURIWithFlags function to make it easier to test it
       new  da8405a   Replace eval of loadURIWithFlags with wrapped function
       new  ad62f02   Bookmarklet stop working in Firefox 50
       new  4185254   Use viewtopic.php to access Tab mix plus help page, this will make all link to help content opens in the same frame. User can middle-click or control-click to open link in new tab
       new  eab07aa   Add option to toggle 'Keep Undo close tab menu open', changeset f4f77cf52577
       new  e93aba1   Update wording for 'Middle-click or Control-click inverse focus of:'
       new  3bc5f52   The preferences 'Middle-click or Control-click inverse focus of: Links' does not work
       new  073915a   Update locales from http://www.babelzilla.org
       new  a4a1a84   Added tag 0.5.0.2pre.161204a1 for changeset 8fc1fb70f4c6
       new  0784357   Update Firefox maxVersion to 51.0a1 and Pale Moon maxVersion to 27.*
       new  72ee5e1   Make sure that corrupted session.rdf don't stops the closing process, GetResource throw when its argument is null or undefined
       new  bea7f1c   Add option to toggle 'Keep Undo close tab menu open' to Tab Mix Plus options window, changeset 6631a0234e2a added the option only to the closed tabs menu
       new  9bac8b5   Avoid using AsyncUtils.defer
       new  df1e268   With build 161204a the tab multi-row feature displaying 2 rows regardless of the setting, changeset 45b58143f082
       new  b29affa   ReferenceError: Ci is not defined in removeBlankTab.js since Firefox 52, bug 1203813 - Make nsHelperAppDlg dialog be parented by top-level nsIDOMWindow
       new  9b8f594   Shortcut for 'Merges windows together' changed to Ctrl+Shift+E, Ctrl+Shift+M overrides 'Responsive Design Mode' shortcut
       new  9462240   Delay _animateTabMove modification until after browser-delayed-startup-finished when 'Multiple Tab Handler' installed
       new  4f28b87   Add options to open Synced tabs, from sidebar, in current tab or in new foreground or background tab
       new  ed8d5b8   Refactor isFrameInContent to handle multiple async requests
       new  70766de   Cache initial tab width when it is fullyOpen after tabContainer._handleNewTab
       new  470d5ca   Follow up bug 658467 - Fade out tab label on overflow instead of ellipsis
       new  aefb45b   Don't set 'unloaded' style to blank pinned tabs
       new  d1f1a81   Added tag 0.5.0.2pre.161211a1 for changeset c55bd86a36cc
       new  5711bb3   Move tabbrowser-tab content for Firefox before 53 to separate file Changing tab attribute in is constructor is not a good solution since tab content reset its attributes to default when the tab moves
       new  c12f89e   Style update after bug 658467 (changeset 05147b8553bc)
       new  8f96ed0   Keep closed tabs menu width when it stay open
       new  2fbe0f6   Closed tabs menu stay open when last item in the list removed by middle-click
       new  06f49b8   Added tag 0.5.0.2pre.161211a2 for changeset 4212b77d720e
       new  a1b94c6   Follow up bug 1322408 - Use `gBrowser.loadTabs` to open all tabs when middle-clicking a client in Synced Tabs
       new  242dc78   Add new option to open unloaded tabs from bookmarks and history
       new  6edfd75   When 'Multiple Tab Handler' installed, handle animate tab move on single row, only when one tab is moving
       new  037314a   Shortcut for 'Merges windows together' changed to Ctrl+Shift+U
       new  38c84bb   Update locales from http://www.babelzilla.org

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