[Pkg-mozext-commits] [tabmixplus] tag 0.4.2.0pre.151127a1 created (now 48b19c7)

David Prévot taffit at moszumanska.debian.org
Tue Dec 29 19:03:13 UTC 2015


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

taffit pushed a change to tag 0.4.2.0pre.151127a1
in repository tabmixplus.

        at  48b19c7   (commit)
This tag includes the following new commits:

       new  d3c2aa8   Add shortcut to 'Clear Closed Tabs List'
       new  b3c8d33   Replace one line functions without curly brackets with arrow function. this style brake jscs
       new  42fa846   Fix spaces in the code (with jscs)
       new  74c7f7e   Start using ESLint fix spaces and space after typeof
       new  3a02456   Start using ESLint and fix error according to the new rules
       new  ce39f21   Don't style visited tab as unloaded
       new  be254ac   Add new preference to show/hide the new Mute Tab/Unmute Tab menu item in tab context menu
       new  b621cbc   Follow up bug 1207490 - Part 1: Remove use of expression closure from browser/base/
       new  6e2bbc8   Update changeset c998b9a6d766, add timeout until the panel was shown
       new  b85c42e   Update maxVersion to 44.0a1
       new  ce0dbea   Fix compatibility with Cyberfox 41, NewTabURL.jsm not exist
       new  c5e5f33   Follow up bug 1202902 - replace global let with var
       new  43219f4   Fix eslint error Designated alias 'self' is not assigned to 'this'. Use arrow function in setTimeout
       new  4e01b1a   Follow up bug 1165973 - use outline instead of border for focus ring, remove border from text link button
       new  3f05cdb   Apply Eslint indent
       new  e6515f1   Selected tab doesn't show custom background color in the middle
       new  607fcdb   Incompatibility with RequestPolicy Continued extension https://requestpolicycontinued.github.io, "Open other tabs next to current one" doesn't work
       new  6731d27   Update locales from http://www.babelzilla.org
       new  aca379e   Added tag 0.4.2.0pre.151021a1 for changeset bcf67a1e1e79
       new  d7efcb38  Hide Mute Tab/Unmute Tab for all Firefox version before Firefox 43
       new  0894969   Can't disable conflicted extensions, typo in changeset 0fa626adc544
       new  e00726d   Follow up bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService
       new  c8df433   Tabbar background color in multi-row doesn’t match the background color in single-row on Mac OS X
       new  0ddd833   Update content.js with changes from browser/base/content/content.js
       new  3e5b40a   Replace eval of ContentClick.contentAreaClick with wrapped function to prevent incompatibility with BackTrack Tab History extension. Change whereToOpenLink function to return fixed 'where' when called from ContentClick.contentAreaClick
       new  61ea8f0   Incompatibility with BackTrack Tab History extension, Apply our changeCode function earlier on functions that are modified by BackTrack Tab History
       new  2e98601   Don't add observer before closing a window in single window mode
       new  73589cf   Dragging tabs between windows broken in 0.4.1.9, it only open blank tab on the target window. TypeError: gBrowser.updateBrowserRemotenessByURL is not a function (Palemoon 25-26, Firefox before 33), changeset 849c5f93b65e
       new  d44f405   When the tabs are vertical (Tree Style Tab, Vertical Tabs) and the "New tab button" setting is on "After last tab" two new tab buttons are displayed, one after the last tab and one at the bottom
       new  ff04a32   New options in Options > Links > Open links with target to existing frame in the current tab, default true
       new  6b8a9cc   TypeError: 'toString' called on an object that does not implement interface Exception. When error is instanceof Components.Exception
       new  fab65bf   Incompatibility with Tree Style Tab extension
       new  6a0c6a5   Incompatibility with Tree Style Tab extension, Tab mix loses the ability to color tab texts (regressed by changeset 19e6cddedc19)
       new  8490292   Change Options>Display>Tab - Highlight to Styles
       new  b27d2f0   String.prototype.repeat available from Firefox 24.0
       new  0dd0aff   New preference in Options>Display>Tab>Styles - 'Disable custom background colors'
       new  ed123aa   New preference in Options>Display>Tab>Styles - 'Apply background color for squared tabs', Allow users to set custom background colors when Tree Style Tab extension installed
       new  e764ab7   Fix some eslint operator-linebreak and no-unneeded-ternary warnings
       new  d529990   Follow up bug 1207594 - Drop a link on tab bar doesn't work (link from external application)
       new  0dad42e   [e10s] Add content script to handle drop event, open new tab when url dropped on locked tab content
       new  184014b   Update maxVersion to 45.0a1
       new  a4a49c5   Update locales from http://www.babelzilla.org
       new  f326306   Added tag 0.4.2.0pre.151031a1 for changeset 7380291c7123
       new  1616e85   ContentClick.jsm is not included in some Firefox forks (Cyberfox before version 42)
       new  de713f4   Replace var EXPORTED_SYMBOLS with this.EXPORTED_SYMBOLS in our modules
       new  15c7916   Fix gBrowser.getTabForLastPanel for the case mPanelContainer.lastChild is preloadedBrowser
       new  01db8b4   Move getTitleFromBookmark functions to Places.jsm
       new  6304bab   Add content script to use bookmark name as tab title in about:newtab
       new  bb4757e   Don't change default behavior for link with spaces, support.hp.com uses special link format internally
       new  516bdbe   Add the Eslint configuration file to our repository
       new  76b1008   Change Eslint no-unused-vars to vars: all and fix all error
       new  5da91a0   Apply Eslint rules brace-style and space-after-keywords
       new  f669e04   Apply Eslint rule: block-scoped-var
       new  06f98e5   REmove unused case (changeset 74057ca22277)
       new  ebef2fb   Apply Eslint new rule (version 1.9.0) : no-case-declarations
       new  923a08a   Update button height on TabsToolbar for Firefox 42+
       new  35d97c8   Use media queries instead of attribute to apply different css rule, fix background color for tabs below content in Windows
       new  146fc1a   Selecting a tab before moving it to a different position can unnecessarily scroll the tabbar (selecting a tab trigger ensureElementIsVisible)
       new  e577d64   Workaround for bug 1157404 - [e10s] Possible to end up with two visuallyselected="true" tabs at the same time Backed out changeset fd2318e8513b fixed: Tabmix scrolls my tab bar when opening new tab, see commit message for changeset 680efec2e71c
       new  ee60b5f   Update changeset 766a9da39bc3, block calls to toggleTabbarVisibility when 'fullscr-bottom-toggler' does not exist
       new  e09dda0   Update changeset ee420945e5ee, add call to updateTabbarBottomPosition
       new  c8813ac   Update links to our help page to open in http://tmp.garyr.net/support/viewpage.php
       new  6362294   Add help button near button that open sub dialog, show icon in sub dialog help button
       new  9680272   Follow up bug 1203524 - search.xml should use Services.jsm, Clicking on search arrow button (search-go-button) does nothing in Firefox 43 (TypeError: textBox._prefBranch is undefined)
       new  5a696c3   Show function full name when Tabmix.changeCode is unable to change function
       new  3003036   When maximizing window with multi-row with scroll buttons, updateVerticalTabStrip need some time before it can calculate correctly the number of rows
       new  f34e7df   Update the area that uses to hide the tabbar on full screen when Tabmix changes the tabbar height or when the tabbar is below content
       new  a2baba6   Calling window.duplicateTabIn, to duplicate tab to window, break Tabmix.delayedStartup. When gBrowser._switcher.visibleTab is closing window.getComputedStyle from "tab-background-middle" is null Update changeset 552d048cb11d
       new  d0a9feb   Replace eval of FullScreen.showNavToolbox (former FullScreen_mouseoverToggle) with wrapped function to prevent incompatibility with TreeStyleTab extension
       new  d79cc20   Replace eval of window.duplicateTabIn with wrapped function to prevent incompatibility with TreeStyleTab extension
       new  f8ea6bd   Incompatibility with TreeStyleTab extension, TreeStyleTab 0.16.2015111001 wrap openURI in nsBrowserAccess.prototype.__treestyletab__openURI
       new  83dd64c   When a browser window has pinned tabs open, dragging a tab from another window to the right of the last pinned tab pins it automatically. changeset 776d43f5b832
       new  d295de1   Update locales from http://www.babelzilla.org
       new  9acd462   Added tag 0.4.2.0pre.151113a1 for changeset 8fc9feb70bd6
       new  e8e978e   Follow up changeset 8f7534dea438, duplicated tab not opened next to original when openDuplicateNext is true if openTabNext is false
       new  ca50a8c   Add VariableDeclarator to Eslint indent rule, turn off some rules on session folder to prevent merge problem with other branches
       new  a00505c   Fix AMO signing validation issues
       new  063dfc6   Reuse current blank tab when opening closed tab, instead of opening new tab and closing the blank tab
       new  17af54f   Incompatibility with Google Redirects Fixer & Tracking Remover, when google tab is locked link open two tabs - one blank tab and the other with the linked page
       new  1137780   Follow up bug 1217586 - fix modifier click / enter on SVG links by passing node principal
       new  3a10e72   Style issues with PaleMoon on Mac OS: tab background colors not working, drop indicator is not in place when tabs are in multi-row, and close button on background tabs is invisible
       new  48b19c7   Update install.rdf to prevent AMO validation error 'The RDF parser was unable to parse the install.rdf file included with this add-on'

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