You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/05/23 22:03:53 UTC

[30/30] git commit: Merge remote-tracking branch 'mobile_chrome_apps/master'

Merge remote-tracking branch 'mobile_chrome_apps/master'


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/d2d24aea
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/d2d24aea
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/d2d24aea

Branch: refs/heads/master
Commit: d2d24aeaae4bda6ae89c9554306909d062b10c40
Parents: f456ae4 d8f748c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu May 23 16:03:04 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu May 23 16:03:04 2013 -0400

----------------------------------------------------------------------
 .jshintignore                            |    2 +-
 README.md                                |  107 +++++--
 checkjs                                  |    2 +-
 hooks/after_prepare/cordovajsmenu.js     |   60 ----
 packapp                                  |   63 +++--
 www/cdvah_contextMenu.html               |   93 ++++++
 www/cdvah_index.html                     |   22 ++
 www/cdvah_js/AddCtrl.js                  |   42 +++
 www/cdvah_js/AppBundleAlias.js           |   70 ++++
 www/cdvah_js/AppConstants.js             |   12 +
 www/cdvah_js/AppsService.js              |  375 +++++++++++++++++++++
 www/cdvah_js/CdvhPackageHandler.js       |   52 +++
 www/cdvah_js/ContextMenu.js              |  119 +++++++
 www/cdvah_js/ContextMenuInjectScript.js  |   22 ++
 www/cdvah_js/KnownExtensionDownloader.js |   43 +++
 www/cdvah_js/ListCtrl.js                 |  117 +++++++
 www/cdvah_js/ResourcesLoader.js          |  438 +++++++++++++++++++++++++
 www/cdvah_js/ServeCordovaJSHandler.js    |   25 ++
 www/cdvah_js/app.js                      |   11 +
 www/cdvah_js/libs/angular.min.js         |  173 ++++++++++
 www/cdvah_js/libs/q.min.js               |   19 +
 www/cdvah_views/add.html                 |   23 ++
 www/cdvah_views/list.html                |   12 +
 www/contextMenu.html                     |   50 ---
 www/index.html                           |   18 -
 www/js/AddCtrl.js                        |   24 --
 www/js/AppConstants.js                   |   12 -
 www/js/AppsService.js                    |  204 ------------
 www/js/CdvhPackageHandler.js             |   34 --
 www/js/ContextMenu.js                    |   38 ---
 www/js/ListCtrl.js                       |   87 -----
 www/js/ResourcesLoader.js                |  376 ---------------------
 www/js/app.js                            |   11 -
 www/js/libs/angular.min.js               |  173 ----------
 www/js/libs/q.min.js                     |   19 -
 www/views/add.html                       |   18 -
 www/views/list.html                      |   12 -
 37 files changed, 1796 insertions(+), 1182 deletions(-)
----------------------------------------------------------------------