[Pkg-mozext-commits] [video-without-flash] branch upstream updated (f96e68d -> b0819e1)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Jan 1 07:24:19 UTC 2015


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

onlyjob pushed a change to branch upstream
in repository video-without-flash.

      from  f96e68d   Imported Upstream version 1.5.1
       new  b0819e1   Imported Upstream version 2.0.2

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:
 README.md                                    | 139 +++++++++++++++++++++++
 bootstrap.js                                 |  73 ++++++++++++
 chrome.manifest                              |  10 +-
 chrome/#blip.js#                             |  85 ++++++++++++++
 chrome/#list_modules.js#                     |  31 +++++
 chrome/#vwof.js#                             |  93 +++++++++++++++
 chrome/blip.js                               |  85 ++++++++++++++
 chrome/content/browserOverlay.js             | 164 ---------------------------
 chrome/content/browserOverlay.xul            |  36 ------
 chrome/content/onload.js                     |  18 ---
 chrome/content/prefs.xul                     |  62 ----------
 chrome/{content => }/list_modules.js         |   7 +-
 chrome/listener.js                           | 156 +++++++++++++++++++++++++
 chrome/locale/en-US/browserOverlay.dtd       |   3 -
 {modules => chrome/modules}/FC2.jsm          |   6 +-
 {modules => chrome/modules}/HTML5.jsm        |   0
 chrome/modules/Makefile.in                   |   2 +
 chrome/modules/SWM.jsm                       | 105 +++++++++++++++++
 chrome/modules/ScreenWaveMedia.jsm           |  57 ++++++++++
 chrome/modules/blip.jsm                      | 118 +++++++++++++++++++
 {modules => chrome/modules}/dailymotion.jsm  |   0
 chrome/modules/dew.jsm                       |  20 ++++
 {modules => chrome/modules}/niconico.jsm     |   4 +-
 chrome/modules/springboard.jsm               |  25 ++++
 chrome/modules/twitch.jsm                    |  39 +++++++
 chrome/modules/ustream.jsm                   |  48 ++++++++
 {modules => chrome/modules}/youtube.jsm      |  10 +-
 chrome/{content => }/player.js               |   6 +-
 chrome/prefs.js                              |  47 ++++++++
 chrome/prefs.xul                             |  79 +++++++++++++
 chrome/skin/toolbar-button.css               |  14 ---
 chrome/skin/video-icon_14.png                | Bin 1587 -> 0 bytes
 chrome/skin/video-icon_24.png                | Bin 2318 -> 0 bytes
 chrome/{content => }/utils.js                |  11 +-
 chrome/vwof.js                               |  89 +++++++++++++++
 chrome/{content => }/youtube_utils.js        |   7 +-
 {chrome/content => content}/list_modules.js  |   7 +-
 content/listener.js                          | 144 +++++++++++++++++++++++
 {modules => content/modules}/FC2.jsm         |   6 +-
 {modules => content/modules}/HTML5.jsm       |   0
 content/modules/Makefile.in                  |   2 +
 content/modules/ScreenWaveMedia.jsm          |  57 ++++++++++
 content/modules/blip.jsm                     | 118 +++++++++++++++++++
 {modules => content/modules}/dailymotion.jsm |   0
 {modules => content/modules}/niconico.jsm    |   4 +-
 {modules => content/modules}/youtube.jsm     |  10 +-
 {chrome/content => content}/player.js        |   6 +-
 content/prefs.js                             |  47 ++++++++
 content/prefs.xul                            |  79 +++++++++++++
 {chrome/content => content}/utils.js         |  11 +-
 content/vwof.js                              |  89 +++++++++++++++
 {chrome/content => content}/youtube_utils.js |   7 +-
 defaults/preferences/vwof.js                 |   3 +-
 install.rdf                                  |  38 +++++--
 locale/en-US/strings.dtd                     |   1 +
 locale/en-US/strings.properties              |   3 +
 modules/blip.jsm                             | 111 ------------------
 {chrome/content => skin}/player.css          |   2 +-
 {chrome/skin => skin}/video-icon.png         | Bin
 59 files changed, 1905 insertions(+), 489 deletions(-)
 create mode 100755 README.md
 create mode 100755 bootstrap.js
 create mode 100644 chrome/#blip.js#
 create mode 100644 chrome/#list_modules.js#
 create mode 100644 chrome/#vwof.js#
 create mode 100644 chrome/blip.js
 delete mode 100755 chrome/content/browserOverlay.js
 delete mode 100755 chrome/content/browserOverlay.xul
 delete mode 100755 chrome/content/onload.js
 delete mode 100755 chrome/content/prefs.xul
 copy chrome/{content => }/list_modules.js (91%)
 mode change 100755 => 100644
 create mode 100644 chrome/listener.js
 delete mode 100755 chrome/locale/en-US/browserOverlay.dtd
 copy {modules => chrome/modules}/FC2.jsm (91%)
 mode change 100755 => 100644
 copy {modules => chrome/modules}/HTML5.jsm (100%)
 mode change 100755 => 100644
 create mode 100644 chrome/modules/Makefile.in
 create mode 100644 chrome/modules/SWM.jsm
 create mode 100644 chrome/modules/ScreenWaveMedia.jsm
 create mode 100644 chrome/modules/blip.jsm
 copy {modules => chrome/modules}/dailymotion.jsm (100%)
 mode change 100755 => 100644
 create mode 100644 chrome/modules/dew.jsm
 copy {modules => chrome/modules}/niconico.jsm (92%)
 mode change 100755 => 100644
 create mode 100644 chrome/modules/springboard.jsm
 create mode 100644 chrome/modules/twitch.jsm
 create mode 100644 chrome/modules/ustream.jsm
 copy {modules => chrome/modules}/youtube.jsm (90%)
 mode change 100755 => 100644
 copy chrome/{content => }/player.js (98%)
 mode change 100755 => 100644
 create mode 100644 chrome/prefs.js
 create mode 100644 chrome/prefs.xul
 delete mode 100755 chrome/skin/toolbar-button.css
 delete mode 100755 chrome/skin/video-icon_14.png
 delete mode 100755 chrome/skin/video-icon_24.png
 copy chrome/{content => }/utils.js (89%)
 mode change 100755 => 100644
 create mode 100644 chrome/vwof.js
 copy chrome/{content => }/youtube_utils.js (90%)
 mode change 100755 => 100644
 rename {chrome/content => content}/list_modules.js (91%)
 mode change 100755 => 100644
 create mode 100644 content/listener.js
 rename {modules => content/modules}/FC2.jsm (91%)
 mode change 100755 => 100644
 rename {modules => content/modules}/HTML5.jsm (100%)
 mode change 100755 => 100644
 create mode 100644 content/modules/Makefile.in
 create mode 100644 content/modules/ScreenWaveMedia.jsm
 create mode 100644 content/modules/blip.jsm
 rename {modules => content/modules}/dailymotion.jsm (100%)
 mode change 100755 => 100644
 rename {modules => content/modules}/niconico.jsm (92%)
 mode change 100755 => 100644
 rename {modules => content/modules}/youtube.jsm (90%)
 mode change 100755 => 100644
 rename {chrome/content => content}/player.js (98%)
 mode change 100755 => 100644
 create mode 100644 content/prefs.js
 create mode 100644 content/prefs.xul
 rename {chrome/content => content}/utils.js (89%)
 mode change 100755 => 100644
 create mode 100644 content/vwof.js
 rename {chrome/content => content}/youtube_utils.js (90%)
 mode change 100755 => 100644
 mode change 100755 => 100644 defaults/preferences/vwof.js
 create mode 100644 locale/en-US/strings.dtd
 create mode 100644 locale/en-US/strings.properties
 delete mode 100755 modules/blip.jsm
 rename {chrome/content => skin}/player.css (96%)
 mode change 100755 => 100644
 rename {chrome/skin => skin}/video-icon.png (100%)
 mode change 100755 => 100644

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/video-without-flash.git



More information about the Pkg-mozext-commits mailing list