[Pkg-mozext-commits] [tabmixplus] branch master updated (0da3a2e -> 0b4551b)

David Prévot taffit at moszumanska.debian.org
Sun Jan 4 16:46:34 UTC 2015


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

taffit pushed a change to branch master
in repository tabmixplus.

      from  0da3a2e   Update changelog for 0.4.1.6~141222a1-1 release
       new  6f7ddf3   Added tag 0.4.1.6pre.141222a1 for changeset a8293081d10d
       new  d3bc9a6   Hinting chrome/content folder
       new  7682f43   Hinting chrome/content/preferences folder
       new  a6df046   Hinting chrome/content/* folders
       new  7cc1860   Hinting modules folder
       new  20f45f8   Add duckduckgo.com to the list that we catch contentLinkClick events (for non-remote tabs), add miscellaneous tests to whereToOpen function
       new  ea1f3f6   Close quickly multiple tabs requires multiple double-clicks. Update after bug 897751 - Tab close button's DoubleClick protection handler leaks
       new  84d7ba9   Open Google+ Share in current tab when Tabmix preference is to open in new tab
       new  5a9745f   Link with "#" to the same page open new tab when currentURL is not in lower case (openTabfromLink)
       new  d74da18   Don't synce sessions.onStart.sessionpath
       new  b5201f3   Remove leftover debug log (changeset a8293081d10d)
       new  180ac52   Remove obsolete arguments from TabmixSessionManager.saveAllTab and TabmixSessionManager.saveTab
       new  1d6eaba   Leftover from changeset 07f85fc6ed3f
       new  bf3faee    Dbl-click to duplicate tab sometimes doesn't work when 'click to select previous tab' is on  also clickin on non-selected tab sometimes select previous tab
       new  0c3f683   [e10s] Don't open new tab when user click on link to 'Report this review ' in addons.mozilla.org. we need this hack only remote tab. in non-remote tab the site prevent the default event.
       new  a71d3fe   [e10s] Use SessionStore.getTabState to get history data, can't use historyEntry.getScrollPosition with remote tab
       new  ae1cbf7   Imported Upstream version 0.4.1.6~141229a1
       new  38817d3   Merge tag 'upstream/0.4.1.6_141229a1'
       new  9078ca6   Refresh patches
       new  3ae0014   Update upstream changelog
       new  b0070ae   Remove now useless old entry
       new  0b4551b   Update changelog for 0.4.1.6~141229a1-1 release

The 22 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/about.js                            |   2 +-
 chrome/content/changecode.js                       |  30 +-
 chrome/content/click/click.js                      | 188 +++++----
 chrome/content/content.js                          |  10 +-
 chrome/content/extensions/extensions.js            |  45 ++-
 chrome/content/extensions/sage.js                  |   2 +-
 chrome/content/flst/lasttab.js                     |   6 +-
 chrome/content/links/contentLinks.js               |   2 +-
 chrome/content/links/newTab.js                     |   4 +-
 chrome/content/links/removeBlankTab.js             |  14 +-
 chrome/content/links/setup.js                      |  39 +-
 chrome/content/links/userInterface.js              |  33 +-
 chrome/content/minit/autoReload.js                 |  86 ++---
 chrome/content/minit/minit.js                      | 142 +++----
 chrome/content/minit/tabView.js                    |  60 +--
 chrome/content/minit/tablib.js                     | 189 ++++-----
 chrome/content/places/places.js                    |  43 ++-
 chrome/content/preferences/appearance.js           |   6 +-
 chrome/content/preferences/events.js               |   5 +-
 chrome/content/preferences/links.js                |   2 +-
 chrome/content/preferences/menu.js                 |   8 +-
 chrome/content/preferences/mouse.js                |   4 +-
 .../preferences/overlay/overlaySanitizeUI.js       |  14 +-
 .../preferences/overlay/preferencesOverlay.js      |  10 +-
 chrome/content/preferences/preferences.js          |  33 +-
 chrome/content/preferences/session.js              |  12 +-
 chrome/content/preferences/shortcuts.js            |  11 +-
 .../preferences/subdialogs/pref-appearance.js      |   6 +-
 .../preferences/subdialogs/pref-filetype.js        |   4 +-
 chrome/content/session/promptservice.js            |  11 +-
 chrome/content/session/session.js                  | 430 +++++++++++----------
 chrome/content/session/sessionStore.js             |  74 ++--
 chrome/content/tab/tab.js                          | 222 ++++++-----
 chrome/content/tab/tabbrowser_4.xml                |   3 +-
 chrome/content/tabmix.js                           |  73 ++--
 chrome/content/utils.js                            |  42 +-
 debian/changelog                                   |   6 +
 ...0001-No-phone-home-on-install-and-upgrade.patch |  13 +-
 debian/upstream-changelog                          |  10 +
 debian/watch                                       |   2 -
 install.rdf                                        |   2 +-
 modules/AutoReload.jsm                             |  17 +-
 modules/ContentClick.jsm                           | 113 +++---
 modules/ContextMenu.jsm                            |   6 +-
 modules/Decode.jsm                                 |   8 +-
 modules/DocShellCapabilities.jsm                   |   4 +-
 modules/DownloadLastDir.jsm                        |  14 +-
 modules/DynamicRules.jsm                           |  25 +-
 modules/LinkNodeUtils.jsm                          |  13 +-
 modules/MergeWindows.jsm                           |  18 +-
 modules/Places.jsm                                 |  21 +-
 modules/RenameTab.jsm                              |   6 +-
 modules/Services.jsm                               |  44 ++-
 modules/Shortcuts.jsm                              |  46 +--
 modules/SingleWindowModeUtils.jsm                  |  20 +-
 modules/Slideshow.jsm                              |   2 +-
 modules/extensions/AddonManager.jsm                |  16 +-
 modules/extensions/CompatibilityCheck.jsm          |  36 +-
 modules/extensions/TabGroupsManager.jsm            |  11 +-
 modules/log.jsm                                    |  23 +-
 60 files changed, 1282 insertions(+), 1059 deletions(-)

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