You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2013/01/18 18:32:18 UTC

[2/3] js commit: Merge branch 'master' into arraybuffers

Merge branch 'master' into arraybuffers


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

Branch: refs/heads/master
Commit: b1634b6c16b3abe8fbf2af72b67b9f49ce535b3d
Parents: 22d8817 bded37f
Author: Braden Shepherdson <br...@chromium.org>
Authored: Fri Jan 18 10:34:22 2013 -0500
Committer: Braden Shepherdson <br...@chromium.org>
Committed: Fri Jan 18 10:34:22 2013 -0500

----------------------------------------------------------------------
 .jshintrc                                         |    2 +-
 Jakefile                                          |    4 +-
 build/packager.js                                 |    8 +-
 lib/blackberry/plugin/qnx/InAppBrowser.js         |   85 ++++++++
 lib/blackberry/plugin/qnx/manager.js              |    1 +
 lib/blackberry/plugin/qnx/platform.js             |    5 +
 lib/common/argscheck.js                           |   16 +-
 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/File.js                         |    6 +-
 lib/common/plugin/FileEntry.js                    |   12 +-
 lib/common/plugin/FileReader.js                   |  170 +++++++++-------
 lib/common/plugin/FileTransfer.js                 |   19 +-
 lib/common/plugin/InAppBrowser.js                 |   65 +++----
 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/scripts/bootstrap.js                          |    2 +-
 lib/webos/platform.js                             |    8 +
 lib/windows8/platform.js                          |    3 +
 lib/windows8/plugin/windows8/DeviceProxy.js       |    6 +-
 lib/windows8/plugin/windows8/NotificationProxy.js |   44 ++++-
 lib/windowsphone/platform.js                      |    3 +-
 test/ios/test.exec.js                             |    2 +-
 30 files changed, 474 insertions(+), 497 deletions(-)
----------------------------------------------------------------------