[Pkg-mozext-commits] [status-4-evar] branch upstream updated (7df6167 -> 084439d)

Ximin Luo infinity0 at pwned.gg
Sun Sep 21 02:47:24 UTC 2014


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

infinity0-guest pushed a change to branch upstream
in repository status-4-evar.

      from  7df6167   Imported Upstream version 2014.05.03.06
       new  084439d   Imported Upstream version 2014.07.06.05

The 1 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.manifest                                    |  22 ++--
 chrome/content/australis.xul                       |  16 ++-
 chrome/content/overlay.js                          |   1 -
 chrome/content/prefs.js                            |  17 ++++
 chrome/content/prefs.xul                           |   6 +-
 chrome/content/{legacy.xul => prefsLegacy.xul}     |  13 +--
 chrome/content/urlbarBindings.xml                  |  49 +++++++--
 chrome/locale/bg-BG/overlay.dtd                    |   3 +
 chrome/locale/bg-BG/prefs.dtd                      |   3 +
 chrome/locale/cs/overlay.dtd                       |   3 +
 chrome/locale/cs/prefs.dtd                         |   3 +
 chrome/locale/da/overlay.dtd                       |   3 +
 chrome/locale/da/overlay.properties                |   2 +-
 chrome/locale/da/prefs.dtd                         |   5 +-
 chrome/locale/de/overlay.dtd                       |   3 +
 chrome/locale/de/overlay.properties                |   2 +-
 chrome/locale/de/prefs.dtd                         |   5 +-
 chrome/locale/dsb/overlay.dtd                      |   3 +
 chrome/locale/dsb/overlay.properties               |   2 +-
 chrome/locale/dsb/prefs.dtd                        |   5 +-
 chrome/locale/el/overlay.dtd                       |   3 +
 chrome/locale/el/overlay.properties                |   2 +-
 chrome/locale/el/prefs.dtd                         |   5 +-
 chrome/locale/en-US/overlay.dtd                    |   3 +
 chrome/locale/en-US/prefs.dtd                      |   3 +
 chrome/locale/eo/overlay.dtd                       |   3 +
 chrome/locale/eo/overlay.properties                |   2 +-
 chrome/locale/eo/prefs.dtd                         |   5 +-
 chrome/locale/es-ES/overlay.dtd                    |   3 +
 chrome/locale/es-ES/overlay.properties             |   2 +-
 chrome/locale/es-ES/prefs.dtd                      |   5 +-
 chrome/locale/fr/overlay.dtd                       |   3 +
 chrome/locale/fr/overlay.properties                |   2 +-
 chrome/locale/fr/prefs.dtd                         |   5 +-
 chrome/locale/he/overlay.dtd                       |   3 +
 chrome/locale/he/overlay.properties                |   2 +-
 chrome/locale/he/prefs.dtd                         |   5 +-
 chrome/locale/hsb/overlay.dtd                      |   3 +
 chrome/locale/hsb/overlay.properties               |   2 +-
 chrome/locale/hsb/prefs.dtd                        |   5 +-
 chrome/locale/hu/overlay.dtd                       |   3 +
 chrome/locale/hu/prefs.dtd                         |   3 +
 chrome/locale/it-IT/overlay.dtd                    |   3 +
 chrome/locale/it-IT/prefs.dtd                      |   3 +
 chrome/locale/ja-JP/overlay.dtd                    |   3 +
 chrome/locale/ja-JP/overlay.properties             |   2 +-
 chrome/locale/ja-JP/prefs.dtd                      |   5 +-
 chrome/locale/nb-NO/overlay.dtd                    |   3 +
 chrome/locale/nb-NO/overlay.properties             |   2 +-
 chrome/locale/nb-NO/prefs.dtd                      |   5 +-
 chrome/locale/nl/meta.properties                   |   2 +-
 chrome/locale/nl/overlay.dtd                       |   3 +
 chrome/locale/nl/overlay.properties                |   2 +-
 chrome/locale/nl/prefs.dtd                         |   7 +-
 chrome/locale/pl/overlay.dtd                       |   5 +-
 chrome/locale/pl/overlay.properties                |   2 +-
 chrome/locale/pl/prefs.dtd                         |  23 +++--
 chrome/locale/pt-BR/overlay.dtd                    |   3 +
 chrome/locale/pt-BR/prefs.dtd                      |   3 +
 chrome/locale/ro/overlay.dtd                       |   3 +
 chrome/locale/ro/overlay.properties                |   2 +-
 chrome/locale/ro/prefs.dtd                         |   5 +-
 chrome/locale/ru/overlay.dtd                       |   3 +
 chrome/locale/ru/prefs.dtd                         |   3 +
 chrome/locale/sr/overlay.dtd                       |   5 +-
 chrome/locale/sr/overlay.properties                |   2 +-
 chrome/locale/sr/prefs.dtd                         |  41 ++++----
 chrome/locale/sv-SE/overlay.dtd                    |   3 +
 chrome/locale/sv-SE/overlay.properties             |   2 +-
 chrome/locale/sv-SE/prefs.dtd                      |   5 +-
 chrome/locale/tr/overlay.dtd                       |   3 +
 chrome/locale/tr/overlay.properties                |   2 +-
 chrome/locale/tr/prefs.dtd                         |   5 +-
 chrome/locale/zh-CN/overlay.dtd                    |   3 +
 chrome/locale/zh-CN/overlay.properties             |   4 +-
 chrome/locale/zh-CN/prefs.dtd                      |   7 +-
 chrome/locale/zh-TW/meta.properties                |   2 +-
 chrome/locale/zh-TW/overlay.dtd                    |   3 +
 chrome/locale/zh-TW/overlay.properties             |   2 +-
 chrome/locale/zh-TW/prefs.dtd                      |  11 +-
 chrome/skin/all/australis.css                      |  44 ++++++++
 chrome/skin/all/throbber-idle.png                  | Bin 0 -> 713 bytes
 .../skin/all/{legacy.css => version/overlay32.css} |   0
 chrome/skin/pinstripe/australis.css                |   5 +
 chrome/skin/pinstripe/legacy.css                   |   7 +-
 chrome/skin/pinstripe/overlay.css                  |   9 ++
 chrome/skin/winstripe/australis.css                |  24 +++++
 chrome/skin/winstripe/legacy.css                   |   4 +
 chrome/skin/winstripe/overlay.css                  |   5 -
 components/status4evar.js                          |  11 +-
 components/status4evar.xpt                         | Bin 1427 -> 1465 bytes
 defaults/preferences/defaults.js                   |   1 +
 install.rdf                                        |   8 +-
 modules/Australis.jsm                              |  33 ++++++
 modules/Downloads.jsm                              | 112 +++++++++++++++------
 modules/Progress.jsm                               |  26 +++++
 modules/Status.jsm                                 |   2 +-
 modules/Status4Evar.jsm                            |  26 +++--
 modules/Toolbars.jsm                               |   6 +-
 99 files changed, 594 insertions(+), 159 deletions(-)
 copy chrome/content/{legacy.xul => prefsLegacy.xul} (58%)
 create mode 100644 chrome/skin/all/throbber-idle.png
 copy chrome/skin/all/{legacy.css => version/overlay32.css} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/status-4-evar.git



More information about the Pkg-mozext-commits mailing list