[Pkg-mozext-commits] [tabmixplus] tag 0.5.0.3pre.170405a1 created (now ed1968a)

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


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

taffit pushed a change to tag 0.5.0.3pre.170405a1
in repository tabmixplus.

        at  ed1968a   (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
       new  5207e03   Added tag 0.5.0.2pre.161225a1 for changeset 4cfba4622d28
       new  2483abd   Remove commans changeset 317405bfb6ca
       new  def6fc1   Follow up changeset 54c897a21338, bug 1322408 was applied on Firefox 51.0b10
       new  6e337d8   Follow up bug 1309596 - Update drag feedback
       new  9ce937a   Set icon on pending tabs
       new  a8d8493   Changeset 317405bfb6ca breaks treeStyleTab open bookmarks as new tree
       new  ce68b10   Refactor code to ensure textboxes disable state updates when the preference changed by user or by setPrefAfterImport
       new  81471ef   Add option "Move tab from 'Switch to tab' next to current one"
       new  e993764   Update locales from http://www.babelzilla.org
       new  d6b1d2e   Added tag 0.5.0.2pre.170102a1 for changeset 1f42cc84b32c
       new  70479ce   Session manager don't save\restore tree. Update compatibility with treeStyleTab version 0.18.2016090601+
       new  c11f1f9   Enable Eslint object-shorthand
       new  c2e8841   Fix some linting warnings
       new  0bc67d7   Set Pale Moon minVersion to 27.0
       new  b53ebde   Use Promise.catch
       new  c894323   Remove redundant code
       new  6da765a   Prevent cases of Cu.import importing into variables and global scope at the same time
       new  c2553bd   Follow up bug 1330147 - removeObserver calls should not supply a third parameter
       new  1efebc9   Follow up bug 1330464 - make the no-useless-parameters eslint rule detect misuses of the Services.prefs APIs
       new  b7f500c   Follow up bug 1324895 - Add 'Open All in Tabs' to client context menu in Synced Tabs
       new  d91a504   Foolow up bug 1331081 - make the no-useless-parameters eslint rule report useless addEventListener false third parameter
       new  1d48ac6   Follow up bug 1187014 - Use "you" in preference strings, not "me"
       new  e2cff3b   Update Firefox minVersion - maxVersion to 38.0 - 54.0a1
       new  210a51d   Add missing curly brackets
       new  c06defd   Follow up bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
       new  a8c6b06   Follow up bug 1307736 - Store triggeringPrincipal with all history entries
       new  fd0b01e   Follow up bug 1334199 - Omit getComputedStyle's second argument when it's falsy
       new  33c553a   Follow up bug 1334156 - Replace ownerDocument.defaultView with ownerGlobal
       new  3943363   Prevent pending tab width change while restoring when 'Tab width fits to tab title' enables
       new  acd756a   Follow up bug 1334831 - add an eslint rule to report usage of .parentNode.removeChild when .remove() could be used instead
       new  255e1de   Follow up bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView ownerGlobal doesn't exist in content privileged windows
       new  7bb1679   Follow up bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links
       new  1309b9f   Remove redundant try-catch
       new  6d3a629   Unable to evaluate object-shorthand functions in Firefox 54
       new  d2317ff   Update locales from http://www.babelzilla.org
       new  ec9063b   Added tag 0.5.0.3pre.170314a1 for changeset e66244479ff7
       new  b035f8b   Update our tabbrowser-tab Bug 1277803 - Part 2 : Make favicons loaded through XUL:image use the correct principal Bug 1308153 - part3 : implement the logic about showing the unblocking icon
       new  553dfbf   Reset treeStyleTab data before restoring session that will overwrite current window
       new  1e5ecd5   Tab bar click area does not resize correctly after windows size-mode changed visible rows number. Add call to TabsInTitlebar._update to recalculate titlebar and titlebarContent height (related to bug 1219215, changeset 5e45a1919ab5)
       new  d930c24   Follw up bug 1342849 - Don't do any notifications for newly added background tabs when restoring session
       new  a6713b3   Follow up bug 1349502 - Make tabbrowser.xml use AppConstants from the global scope
       new  2630da4   Follow up bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
       new  e89c2f0   Ctrl-Tab navigates tabs in most recently used order not working with Pale Moon 27.x
       new  3e4f574   With Tab mix 0.5.0.2 Tab Badge icon is before the tab label instead of after it
       new  ed1968a   Update locales from http://www.babelzilla.org

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