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/13 20:13:42 UTC

[6/16] js commit: Merge branch 'master' of https://github.com/mlantz/incubator-cordova-js into bb-tests

Merge branch 'master' of https://github.com/mlantz/incubator-cordova-js into bb-tests


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

Branch: refs/heads/master
Commit: fc85e82e5d1499076c1fb63d674d676fcaa3fe02
Parents: dd0df7d 68f55ca
Author: Matt Lantz <ma...@rim.com>
Authored: Mon Nov 12 11:47:59 2012 -0500
Committer: Matt Lantz <ma...@rim.com>
Committed: Mon Nov 12 11:47:59 2012 -0500

----------------------------------------------------------------------
 Jakefile                                           |    4 +-
 build/packager.js                                  |    2 +-
 lib/blackberry/exec.js                             |    1 -
 lib/blackberry/plugin/qnx/battery.js               |    3 +-
 lib/blackberry/plugin/qnx/network.js               |    3 +-
 lib/common/builder.js                              |   21 +-
 lib/common/common.js                               |   12 +-
 lib/common/plugin/network.js                       |   88 +++---
 lib/scripts/bootstrap.js                           |   26 ++-
 lib/test/blackberryexec.js                         |    1 +
 lib/test/blackberryplatform.js                     |    1 +
 lib/test/platform.js                               |   27 ++
 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/blackberry/qnx/test.battery.js                |   72 +++++
 test/blackberry/qnx/test.camera.js                 |   59 ++++
 test/blackberry/qnx/test.device.js                 |   48 +++
 test/blackberry/qnx/test.manager.js                |   56 ++++
 test/blackberry/qnx/test.network.js                |   39 +++
 test/blackberry/test.exec.js                       |  162 ++++++++++
 test/blackberry/test.platform.js                   |  102 +++++++
 test/test.media.js                                 |   30 --
 38 files changed, 1562 insertions(+), 991 deletions(-)
----------------------------------------------------------------------