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 <[email protected]> Authored: Mon Nov 5 16:46:43 2012 -0800 Committer: Jesse MacFadyen <[email protected]> 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(-) ----------------------------------------------------------------------
