You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/04/06 03:20:42 UTC

[2/40] git commit: Merge pull request #1 from purplecabbage/WP7Exec

Merge pull request #1 from purplecabbage/WP7Exec

Wp7 exec

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/1bde05e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/1bde05e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/1bde05e6

Branch: refs/heads/master
Commit: 1bde05e66c5b8149fb3c64fa53d9c5fa58e13148
Parents: 8d3f106 0844a73
Author: Jesse MacFadyen <je...@nitobi.com>
Authored: Thu Apr 5 17:49:46 2012 -0700
Committer: Jesse MacFadyen <je...@nitobi.com>
Committed: Thu Apr 5 17:49:46 2012 -0700

----------------------------------------------------------------------
 build/packager.js                               |    4 +-
 lib/cordova.js                                  |    7 +
 lib/wp7/exec.js                                 |  194 +++++++++++++-
 lib/wp7/platform.js                             |  259 +++++++++++++++++-
 lib/wp7/plugin/wp7/CordovaCommandResult.js      |   54 ++++
 lib/wp7/plugin/wp7/CordovaMediaonStatus.js      |    9 +
 lib/wp7/plugin/wp7/console.js                   |   19 ++
 lib/wp7/plugin/wp7/device.js                    |   60 ++++
 lib/wp7/plugin/wp7/requestFileSystem.js         |   42 +++
 lib/wp7/plugin/wp7/resolveLocalFileSystemURI.js |   37 +++
 10 files changed, 665 insertions(+), 20 deletions(-)
----------------------------------------------------------------------