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/11/07 01:15:20 UTC

[6/8] js commit: Merge branch 'wp8-v2' of git://github.com/sgrebnov/incubator-cordova-js

Merge branch 'wp8-v2' of git://github.com/sgrebnov/incubator-cordova-js


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/9ac1d0d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/9ac1d0d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/9ac1d0d2

Branch: refs/heads/master
Commit: 9ac1d0d2361cfe000a7ed4fe232f010d01b5b38e
Parents: e67e1a8 2031552
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Nov 5 16:46:43 2012 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Nov 5 16:46:43 2012 -0800

----------------------------------------------------------------------
 Jakefile                                 |    1 +
 build/packager.js                        |    1 +
 lib/wp/exec.js                           |   68 ++++++++
 lib/wp/platform.js                       |   77 ++++++++
 lib/wp/plugin/wp/CordovaCommandResult.js |   74 ++++++++
 lib/wp/plugin/wp/CordovaMediaonStatus.js |   38 ++++
 lib/wp/plugin/wp/DOMStorage.js           |  200 +++++++++++++++++++++
 lib/wp/plugin/wp/FileTransfer.js         |  123 +++++++++++++
 lib/wp/plugin/wp/FileUploadOptions.js    |   47 +++++
 lib/wp/plugin/wp/XHRPatch.js             |  230 +++++++++++++++++++++++++
 lib/wp/plugin/wp/console.js              |   45 +++++
 11 files changed, 904 insertions(+), 0 deletions(-)
----------------------------------------------------------------------