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 2013/01/31 23:29:07 UTC

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

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/1d80d91f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/1d80d91f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/1d80d91f

Branch: refs/heads/master
Commit: 1d80d91f1f65c79f30734be7ef0870759d0bc82d
Parents: 974cfe7 d95a1b2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 17 13:21:42 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 17 13:21:42 2013 -0800

----------------------------------------------------------------------
 build/packager.js                         |    2 +-
 lib/blackberry/plugin/qnx/InAppBrowser.js |   18 ++-
 lib/common/argscheck.js                   |   15 ++-
 lib/common/plugin/Camera.js               |  100 +++------------
 lib/common/plugin/CameraConstants.js      |    3 +-
 lib/common/plugin/CompassHeading.js       |    8 +-
 lib/common/plugin/Contact.js              |   91 +++++--------
 lib/common/plugin/DirectoryEntry.js       |   18 ++-
 lib/common/plugin/Entry.js                |   83 +++++-------
 lib/common/plugin/FileEntry.js            |   12 +-
 lib/common/plugin/FileReader.js           |  170 +++++++++++++-----------
 lib/common/plugin/FileTransfer.js         |   19 ++--
 lib/common/plugin/Media.js                |   27 +---
 lib/common/utils.js                       |   28 +++-
 lib/ios/exec.js                           |   41 ++++++-
 lib/ios/platform.js                       |    3 -
 lib/ios/plugin/ios/FileReader.js          |  108 ---------------
 lib/webos/platform.js                     |    8 +
 test/ios/test.exec.js                     |    2 +-
 19 files changed, 307 insertions(+), 449 deletions(-)
----------------------------------------------------------------------