You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gt...@apache.org on 2012/11/09 20:43:07 UTC

[1/3] js commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-js

Updated Branches:
  refs/heads/master 2d15c4045 -> 68f55ca15


Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/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/68f55ca1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/68f55ca1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/68f55ca1

Branch: refs/heads/master
Commit: 68f55ca15d61e52f0b3b37ac13b99bb82db9890b
Parents: 9c2f547 2d15c40
Author: Gord Tanner <gt...@gmail.com>
Authored: Fri Nov 9 14:42:02 2012 -0500
Committer: Gord Tanner <gt...@gmail.com>
Committed: Fri Nov 9 14:42:02 2012 -0500

----------------------------------------------------------------------
 Jakefile                                           |    4 +-
 build/packager.js                                  |    2 +-
 lib/common/builder.js                              |   21 +-
 lib/common/common.js                               |   12 +-
 lib/common/plugin/network.js                       |   88 +++---
 lib/scripts/bootstrap.js                           |   26 ++-
 lib/windowsphone/exec.js                           |   68 +++++
 lib/windowsphone/platform.js                       |   77 +++++
 .../plugin/windowsphone/CordovaCommandResult.js    |   74 +++++
 .../plugin/windowsphone/CordovaMediaonStatus.js    |   38 +++
 lib/windowsphone/plugin/windowsphone/DOMStorage.js |  200 +++++++++++++
 .../plugin/windowsphone/FileTransfer.js            |  123 ++++++++
 .../plugin/windowsphone/FileUploadOptions.js       |   47 +++
 lib/windowsphone/plugin/windowsphone/XHRPatch.js   |  230 +++++++++++++++
 lib/windowsphone/plugin/windowsphone/console.js    |   45 +++
 lib/wp7/exec.js                                    |   68 -----
 lib/wp7/platform.js                                |   74 -----
 lib/wp7/plugin/wp7/CordovaCommandResult.js         |   74 -----
 lib/wp7/plugin/wp7/CordovaMediaonStatus.js         |   38 ---
 lib/wp7/plugin/wp7/DOMStorage.js                   |  195 ------------
 lib/wp7/plugin/wp7/FileTransfer.js                 |  123 --------
 lib/wp7/plugin/wp7/FileUploadOptions.js            |   47 ---
 lib/wp7/plugin/wp7/XHRPatch.js                     |  230 ---------------
 lib/wp7/plugin/wp7/console.js                      |   45 ---
 test/test.media.js                                 |   30 --
 25 files changed, 992 insertions(+), 987 deletions(-)
----------------------------------------------------------------------