You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/04/10 16:01:45 UTC

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

Updated Branches:
  refs/heads/master e79df00ee -> 35f0af286


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

Branch: refs/heads/master
Commit: 35f0af286f5b60f42d66a71317a68dbf33153e19
Parents: 91bcaf7 e79df00
Author: macdonst <si...@gmail.com>
Authored: Tue Apr 10 10:01:19 2012 -0400
Committer: macdonst <si...@gmail.com>
Committed: Tue Apr 10 10:01:19 2012 -0400

----------------------------------------------------------------------
 build/packager.js                               |   17 +-
 lib/common/channel.js                           |   38 +++-
 lib/common/plugin/Acceleration.js               |    4 +-
 lib/common/plugin/Camera.js                     |   21 ++-
 lib/common/plugin/CompassHeading.js             |    2 +-
 lib/common/plugin/FileTransfer.js               |    5 +-
 lib/common/plugin/compass.js                    |   35 ++-
 lib/cordova.js                                  |   16 +
 lib/ios/plugin/ios/Entry.js                     |    6 +-
 lib/wp7/exec.js                                 |  226 +++++++++++++--
 lib/wp7/platform.js                             |  269 +++++++++++++++++-
 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                    |   68 ++++--
 lib/wp7/plugin/wp7/requestFileSystem.js         |   42 +++
 lib/wp7/plugin/wp7/resolveLocalFileSystemURI.js |   37 +++
 package.json                                    |    2 +-
 test/test.compass.js                            |    8 +-
 19 files changed, 793 insertions(+), 85 deletions(-)
----------------------------------------------------------------------