[Pkg-mozext-commits] [tabmixplus] tag 0.4.1.5pre.140831a1 created (now d278a48)

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:42 UTC 2014


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

taffit pushed a change to tag 0.4.1.5pre.140831a1
in repository tabmixplus.

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

       new  11764d6   Added tag 0.4.1.5pre.140802a1 for changeset c010910934ed
       new  92f782a   Update changeset effec5df8b84
       new  ddb85e4   Prevent onclick function that start with 'window.location=' when we force new tab from link
       new  9bfeb73   Follow up bug 997570 - Onsyncfrompreference sensitive to order of preference elements
       new  34f64f6   Fix changeset 2791fcb44152
       new  f64530c   MozMouseHittest event don't set key modifiers since Firefox 25
       new  cfc46cd   Split the options 'Prevent clicking on Tab-bar from dragging the window.' and 'Prevent double click on Tab-bar from changing window size.'
       new  0404cc8   Remove call to TMP_TBP_Startup function from main-window onload Fix incompatibility with Cyberfox. Cyberfox call gCyberfoxCustom.customPrefSettings() from main-window onload
       new  d02127a   Prevent button on TabsToolbar from move down when there are more than one row. changeset 881da7f37d45. Follow up bug 990387 - Toolbar buttons on the TabsToolbar appear below the nav-bar border with a theme
       new  bbef5ea   Follow up bug 369778 - Fix CommonDialog.jsm RegExp usage expecting an unmatched capture group to match as "" and not |undefined|
       new  2d1f030   Update for debug mode
       new  69b603f   Show global notification when debug mode is on
       new  b6ac277   [e10s] Middle-click on links not working in e10s windows. ContentClick.jsm call whereToOpenLink with json object that is set up in a way to look like an Event.
       new  8663236   [e10s] remove obsolete textZoom data (can use aBrowser.docShell in remote browser)
       new  b1db9da   [e10s] Update AutoReload.jsm to work with remote tabs
       new  8d1b281   In tabbrowser-tabs binding the selected tab is selectedItem not mCurrentTab
       new  5d0ba00   Handle promise rejection
       new  759ad7e   Listener to TabAttrModified in order to catch tab width changed when label attribute changed or when busy attribute changed hide/show image
       new  371734c   [e10s] Use frame script for accessing docShell capabilities
       new  f0f2ec7   [e10s] Add maps from a <browser> element to a CPOW that gives synchronous access to docShell capabilities
       new  334d1f7   Don't overwrite tabs with 'inrestore' attribute when useer join multiple windows into one
       new  ccb7baa   [e10s] Make Tabmix Session Manager e10s compatible
       new  10ba615   Update TGM compatibility after changeset 1553cb0a2702
       new  798b487   Select last selected tab after closing current tab doesn't work when opening new tab from the first tab
       new  16c3c41   Add TabmixSvc.debugMode function
       new  710b68c   [e10s] Handle content area click on remote tabs - part 1 - add modules/ContentClick.jsm and TabmixClickEventHandler to content.js
       new  9782dbd   Add unique id to where string return by whereToOpen. use it for debugging the return value
       new  3a62ec9   [e10s] Handle content area click on remote tabs - part 2 - use modules/ContentClick.jsm for non-remote browsers
       new  9d11afc   [e10s] Add multiprocessCompatible to install.rdf
       new  4797eef   [e10s] Follow up bug 1051017 - window.content -> window.gBrowser.selectedBrowser.contentWindowAsCPOW
       new  c896d7d   [e10s] Follow up bug 1051017 - browser.contentDocument -> browser.contentDocumentAsCPOW
       new  cbb4741   [e10s] Follow up bug 1051017 - browser.contentWindow -> browser.contentWindowAsCPOW
       new  4efa83b   Fix compatibility issues with TreeStyleTab extension
       new  66a85d6   Update locals from http://www.babelzilla.org
       new  3167393   Added tag 0.4.1.5pre.140824a1 for changeset 355eea56e27e
       new  9191db6   When no error is pass to assert call trace
       new  1d00373   [e10s] Collecting scroll position from history on remote tabs break TabmixSessionManager.saveTabHistory
       new  9d0f422   Multi row tab bar issue on Max - top rows hidden on resize.
       new  a933e18   Remove background clip-path when hovered on tab with background color on mac
       new  0a6f9e5   Follow up Bug 1050447 - use newTab instead of calling getTabForLastPanel
       new  0e08a69   Make sure external links in developer.mozilla.org open new tab when user set its preferences to do so.
       new  d036ad0   Don't check call isUrlForDownload for url when 'extensions.tabmix.enablefiletype' preference is off. remove download.asp from 'extensions.tabmix.filetype' preference
       new  9b03a41   Follow up bug 1024496 and changeset bb1f71e71f15 - update notoverflowing and call _updateScrollButtonsDisabledState from our overflow/underflow listeners and hide both indicators permanently when in multirow.
       new  1bcf7c8   When restoring session with the preference 'Don’t load tabs until selected' set unloaded tab-styling updates slowly
       new  92605d2   No need to hide new tabs on Tab Mix Session Manager
       new  637dcd8   Fix Error - redeclaration of var Cc
       new  499caef   Middle-clicking forward/backward history menu open new tab next to the current tab according to "Open duplicated tabs next to original" preference instead of "Open other tabs next to current one"
       new  f545308   When user show new tab button after last tab, we show it on the side only on multi-row place it immediately after gBrowser.tabContainer
       new  da3a7d9   Use Firefox's built-in CustomizableUI.jsm to move 'new-tab-button' within TabsToolbar
       new  50ed053   Call Tabmix.getAfterTabsButtonsWidth after delay and clean adjustNewtabButtonvisibility. this should fix - 'Sometimes the newtab button gets placed into a new row on its own'
       new  a9b12d0   Typo this need to be self
       new  9fe6512   Catch tabs width in a weakMap to reduce calls to TabmixTabbar.updateScrollStatus
       new  6d75ca1   Use browser getters instead of contentWindow Update changeset 7b3a13891a21 - [e10s] Follow up bug 1051017 - browser.contentDocument -> browser.contentDocumentAsCPOW
       new  aba1b8f   Don't change anything when link clicked with modifiers to save link or to open it in new window
       new  1da1b45   Add makeURI function, use decodeURI directly
       new  8d4f0a5   Use lazy getter to call href from onclick function that change location.href. use stopImmediatePropagation to stop the onclick instead of changing the page content
       new  d278a48   Handle non-link element with onclick that change location.href

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