[Pkg-mozext-commits] [tabmixplus] branch upstream updated (67a396d -> d689663)
David Prévot
taffit at moszumanska.debian.org
Wed Oct 15 02:10:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository tabmixplus.
from 67a396d Imported Upstream version 0.4.1.6~140926a1
adds aed4dd6 Added tag 0.4.1.6pre.140926a1 for changeset f434e3078c20
adds 69df502 Update locals from http://www.babelzilla.org
adds a4f6760 The value of 30sec is not stored in the list of the last values in the autoreload list
adds 16e34a4 Prevent tabbrowser-tabs height from increasing when privateTab button is after tabs and both multi-row and width fit title are on
adds a9a6699 Fix some incompatibility with Pale Moon
adds b872b4e Follow up changeset 77603660f33b
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.
Summary of changes:
chrome/content/click/click.js | 5 +-
chrome/content/content.js | 44 ++--
chrome/content/extensions/extensions.js | 88 +++++--
chrome/content/links/contentLinks.js | 2 +-
chrome/content/links/removeBlankTab.js | 4 +-
chrome/content/links/setup.js | 44 ++--
chrome/content/links/userInterface.js | 5 +
chrome/content/minit/autoReload.js | 15 +-
chrome/content/minit/autoReload.xul | 11 +-
chrome/content/minit/minit.js | 28 +-
chrome/content/minit/tabView.js | 13 +-
chrome/content/minit/tablib.js | 185 ++++++-------
chrome/content/overlay/browsr.css | 95 +++----
chrome/content/overlay/tabContextMenu.xul | 3 +-
chrome/content/places/places.js | 4 +-
chrome/content/preferences/appearance.js | 5 +-
chrome/content/preferences/appearance.xul | 2 +
chrome/content/preferences/links.xul | 32 ++-
chrome/content/preferences/mouse.js | 7 -
chrome/content/preferences/mouse.xul | 11 +-
chrome/content/preferences/preferences.js | 18 +-
chrome/content/preferences/shortcuts.xml | 13 +-
.../preferences/subdialogs/pref-appearance.xml | 10 +-
chrome/content/session/session.js | 59 +++--
chrome/content/session/sessionStore.js | 2 +-
chrome/content/tab/tab.js | 81 ++++--
chrome/content/tab/tabbrowser_4.xml | 66 ++---
chrome/content/tabmix.js | 63 +----
chrome/content/tabmix.xul | 4 +-
chrome/locale/cs-CZ/pref-tabmix.dtd | 2 +-
chrome/locale/fr/pref-tabmix.dtd | 6 +-
chrome/locale/ru-RU/pref-tabmix.dtd | 4 +-
chrome/locale/zh-TW/pref-tabmix.dtd | 8 +-
chrome/skin/app_version/4.0/general.css | 12 +-
chrome/skin/app_version/4.0/linux/browser.css | 6 -
chrome/skin/app_version/4.0/mac/browser.css | 6 +-
chrome/skin/app_version/4.0/win/browser.css | 5 -
chrome/skin/chevron-dn.gif | Bin 826 -> 0 bytes
chrome/skin/chevron-rtl.gif | Bin 51 -> 0 bytes
chrome/skin/chevron-up.gif | Bin 825 -> 0 bytes
chrome/skin/chevron.gif | Bin 51 -> 0 bytes
chrome/skin/tab.css | 17 --
install.rdf | 2 +-
modules/AutoReload.jsm | 7 +-
modules/ContentClick.jsm | 292 ++++++++++-----------
modules/DynamicRules.jsm | 15 +-
modules/LinkNodeUtils.jsm | 129 +++++++++
modules/MergeWindows.jsm | 7 +-
modules/Services.jsm | 24 +-
modules/Shortcuts.jsm | 28 +-
modules/Slideshow.jsm | 8 +-
modules/extensions/CompatibilityCheck.jsm | 6 +-
52 files changed, 839 insertions(+), 664 deletions(-)
delete mode 100644 chrome/skin/chevron-dn.gif
delete mode 100644 chrome/skin/chevron-rtl.gif
delete mode 100644 chrome/skin/chevron-up.gif
delete mode 100644 chrome/skin/chevron.gif
create mode 100644 modules/LinkNodeUtils.jsm
--
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