[Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.1.6_141014a1 created (now 46e9124)

David Prévot taffit at moszumanska.debian.org
Wed Oct 15 02:10:10 UTC 2014


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

taffit pushed a change to annotated tag upstream/0.4.1.6_141014a1
in repository tabmixplus.

        at  46e9124   (tag)
   tagging  d6896636a07dc35160614b3f9ee70505156e455f (commit)
  replaces  upstream/0.4.1.6_140926a1
 tagged by  David Prévot
        on  Tue Oct 14 21:39:26 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 0.4.1.6~141014a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJUPdBOAAoJELgqIXr9/gnypToP/RjFs/PnlTpLTS3fmbeoBWAZ
XqxiXkPnWiFlsAQ+q88iN1Wym8+9rxUgz3ZKT3xhea7eHctqP9PDwsn8LKTjz01A
15YZCZ3iiXWZd9TdYdw/Blg8Vx0LSoPMP5+lXbXuHi5khXqfNedadAresa11j9ZT
n/HsLLQo6N008R/+lxvIZO8WyvzcFo0jUKFjW4p9bR+Q6j9QC8CZ7Bti/DuK2dFi
jp2gecXFf4JgvQ+ypbrhbj3IGh6s33qd+JsR0qPb4t67jla9fMS4VokUZi1+t1yO
AxPoNW0lNhJ8555DPG2gOgnaVd5pOA0SpGqwsdVu9jz/2+Tqq9sLFr2NKepfPjOB
UCO6MAvgBqtw1qQnxRr5/9rQl2VFqV3AdiN0eSvJWR7RQhg3tmYzV/bpXh/PDg8j
YqpQ59wJoHDYoPWOGG81bH6ToP4O7gAejVdmIgYqMpMV8AUBtsJdUnoh2+UxaIRM
/Xsg141TtHl8CSUR6/uVOiBISjBOChUH2YykchTmE7UeuJnpYV1lAz9B9wjoCx0W
mJWObhaDpmisG+G+golgNwq/rT1Gw0NFHPerwKLIyiHU5u40CwPE3j3qY9Q2po5M
PKpyOpJHw3GtLyELiqVtPwOAMlSsRDsEAoxhbyW8o/X9Y2UWlR0RNIropw+QNA4r
rRVJN4IKkwa2OezRko+u
=5b9V
-----END PGP SIGNATURE-----

David Prévot (1):
      Imported Upstream version 0.4.1.6~141014a1

onemen (45):
      Added tag 0.4.1.6pre.140926a1 for changeset f434e3078c20
      Update locals from http://www.babelzilla.org
      The value of 30sec is not stored in the list of the last values in the autoreload list
      Prevent tabbrowser-tabs height from increasing when privateTab button is after tabs and both multi-row and width fit title are on
      Fix some incompatibility with Pale Moon
      Follow up changeset 77603660f33b
      Make tab DnD indicator visible, when user move TabsToolbar directly above content
      Follow up bug 1067888 - Add autocomplete result type for searching via current search engine
      Use TabmixSvc.prefBranch for 'extensions.tabmix.' branch in our modules
      Don't define TabmixSvc getters for Services getters
      Start using Preferences.jsm
      When replacing last tab make sure the new tab is not private (PrivateTab extension)
      Follow up bug 1020831 - Make SessionStore.jsm and SessionFile.jsm share the same run state
      Remove redundant images
      Update compatibility with Tile Tabs 11.12
      Remove Iterator() usage from our code (see comment 0 in bug 962494)
      Unexpected end of file while searching for closing } of declaration block
      Use getBindingParent to call methods in shortcuts.xml and pref-appearance.xml
      When saved session have group data hide all tabs that are not in the active group
      Typo in changeset 4085855f1e12, we want to check if we need to convert session only on first window
      Tabs merged in reverse order, when the preference openTabNext is true and both browser.tabs.insertRelatedAfterCurrent and openTabNextInverse are false
      Fix reference to undefined property groups.activeGroupId
      Calling TabmixSessionManager.canRestoreLastSession before we call initService trigger this.RDFService is null error
      Update broadcaster for non boolean preference by adding notChecked attribute to the preference
      Turn opentabforLinks to radio control, add check box to enable/disable the preference. disable linkTarget when opentabforLinks is set to 'All links'
      Follow up bug 1039500 - tabbrowser's _getTabForBrowser is very slow with lots of tabs
      get poup opener from tab.linkedBrowser.contentWindowAsCPOW.opener
      Force SessionStore.restoreLastSession to open new window only if the user restoe another session
      Don't call browser.reload when browser.__SS_restoreState is TAB_STATE_RESTORING, if reload start when the tab is restoring it can override the restore to a blank tab
      [e10s] ContentClick.selectExistingTab doesn't work (regressed by changeset b5bf1b1ccc63), use our syncHandlers to access borwser.contentWindow instead of contentWindowAsCPOW
      Workaround for Firefox 17-21, event.stopImmediatePropagation prevent the call to contentAreaClick
      Handle null ownerDoc in content.js (Bug 1062631)
      [e10s] Calling webNavigation.loadURI with url that trigger unknownContentType.xul dialog change the tab title to its address (Bug 1081891)
      Use Tabmix.setNewFunction to declare the modified URLBarSetURI
      Use left and right close tab button on tab to show on mouse hover, remove showhover-box and button
      Use ordinal-group to move tab-close-button to left side
      Disable close tab button on left side when the button is not inside tab-content
      Let Classic theme restorer control close tab button placement
      Update ordinal set by treeStyleTab extension when close tab button is on the left side
      Use the read-only document.URL property to retrieve just the URL as a string. document.location.baseURI is undefined
      [e10s] Use wrapped node from script frame instead of accessing CPOW object
      [e10s] Move getNodeWithOnClick to LinkNodeUtils.jsm
      Rewrite openLinkWithHistory and openInverseLink, add openLinkInCurrent. Use ContentClick.getParamsForLink to try and get valid url for javascript links.
      [e10s] Make openLinkWithHistory work with remote tab when the url start a download.
      Set missing attribute on first tab

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

This annotated tag includes the following new commits:

       new  eb67e5a   Make tab DnD indicator visible, when user move TabsToolbar directly above content
       new  ecb4901   Follow up bug 1067888 - Add autocomplete result type for searching via current search engine
       new  9ab953f   Use TabmixSvc.prefBranch for 'extensions.tabmix.' branch in our modules
       new  9fcd1ac   Don't define TabmixSvc getters for Services getters
       new  e745dce   Start using Preferences.jsm
       new  f23d566   When replacing last tab make sure the new tab is not private (PrivateTab extension)
       new  8d1036c   Follow up bug 1020831 - Make SessionStore.jsm and SessionFile.jsm share the same run state
       new  361eac5   Remove redundant images
       new  599b068   Update compatibility with Tile Tabs 11.12
       new  da6f146   Remove Iterator() usage from our code (see comment 0 in bug 962494)
       new  f0d53fd   Unexpected end of file while searching for closing } of declaration block
       new  96a2ce9   Use getBindingParent to call methods in shortcuts.xml and pref-appearance.xml
       new  3022f6a   When saved session have group data hide all tabs that are not in the active group
       new  5d704d6   Typo in changeset 4085855f1e12, we want to check if we need to convert session only on first window
       new  01e7e19   Tabs merged in reverse order, when the preference openTabNext is true and both browser.tabs.insertRelatedAfterCurrent and openTabNextInverse are false
       new  af16db0   Fix reference to undefined property groups.activeGroupId
       new  5e08bd5   Calling TabmixSessionManager.canRestoreLastSession before we call initService trigger this.RDFService is null error
       new  9eca3b6   Update broadcaster for non boolean preference by adding notChecked attribute to the preference
       new  936d27a   Turn opentabforLinks to radio control, add check box to enable/disable the preference. disable linkTarget when opentabforLinks is set to 'All links'
       new  372f88f   Follow up bug 1039500 - tabbrowser's _getTabForBrowser is very slow with lots of tabs
       new  91061e4   get poup opener from tab.linkedBrowser.contentWindowAsCPOW.opener
       new  042a722   Force SessionStore.restoreLastSession to open new window only if the user restoe another session
       new  493da7e   Don't call browser.reload when browser.__SS_restoreState is TAB_STATE_RESTORING, if reload start when the tab is restoring it can override the restore to a blank tab
       new  0db5c9d   [e10s] ContentClick.selectExistingTab doesn't work (regressed by changeset b5bf1b1ccc63), use our syncHandlers to access borwser.contentWindow instead of contentWindowAsCPOW
       new  3425cca   Workaround for Firefox 17-21, event.stopImmediatePropagation prevent the call to contentAreaClick
       new  5212cce   Handle null ownerDoc in content.js (Bug 1062631)
       new  ad5df4c   [e10s] Calling webNavigation.loadURI with url that trigger unknownContentType.xul dialog change the tab title to its address (Bug 1081891)
       new  a739b57   Use Tabmix.setNewFunction to declare the modified URLBarSetURI
       new  bf1fc31   Use left and right close tab button on tab to show on mouse hover, remove showhover-box and button
       new  d4ca22b   Use ordinal-group to move tab-close-button to left side
       new  a3c6137   Disable close tab button on left side when the button is not inside tab-content
       new  324eff5   Let Classic theme restorer control close tab button placement
       new  f87a947   Update ordinal set by treeStyleTab extension when close tab button is on the left side
       new  750781a   Use the read-only document.URL property to retrieve just the URL as a string. document.location.baseURI is undefined
       new  0fb2e50   [e10s] Use wrapped node from script frame instead of accessing CPOW object
       new  2a1e4ce   [e10s] Move getNodeWithOnClick to LinkNodeUtils.jsm
       new  f8cb06b   Rewrite openLinkWithHistory and openInverseLink, add openLinkInCurrent. Use ContentClick.getParamsForLink to try and get valid url for javascript links. this changes fixed some errors in the old code: tab not move after current tab when link don't have a valid url regression from changeset 6b9be2b7c932 SessionStore.restoreTabContent exist since Firefox 28
       new  fa24d5f   [e10s] Make openLinkWithHistory work with remote tab when the url start a download.
       new  2037607   Set missing attribute on first tab
       new  d689663   Imported Upstream version 0.4.1.6~141014a1

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