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 2012/11/06 01:38:28 UTC

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

Updated Branches:
  refs/heads/master f782859ea -> e67e1a8e1


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

Branch: refs/heads/master
Commit: e67e1a8e1d142a5cc79f060c60547829221d767b
Parents: ea02e1e f782859
Author: purplecabbage <pu...@gmail.com>
Authored: Mon Nov 5 16:37:38 2012 -0800
Committer: purplecabbage <pu...@gmail.com>
Committed: Mon Nov 5 16:37:38 2012 -0800

----------------------------------------------------------------------
 lib/blackberry/platform.js           |    7 +-
 lib/blackberry/plugin/java/app.js    |    2 +-
 lib/blackberry/plugin/qnx/battery.js |   13 ++-
 lib/blackberry/plugin/qnx/capture.js |    2 +-
 lib/common/utils.js                  |   24 ++++++
 lib/ios/exec.js                      |   42 +++++-----
 lib/scripts/bootstrap-blackberry.js  |   27 ++++---
 lib/test/iosexec.js                  |    1 +
 lib/test/mockxhr.js                  |  121 +++++++++++++++++++++++++++++
 lib/webos/plugin/webos/compass.js    |    3 +-
 lib/webos/plugin/webos/device.js     |    2 +-
 test/ios/test.exec.js                |  120 ++++++++++++++++++++++++++++
 test/test.utils.js                   |   33 ++++++++
 13 files changed, 350 insertions(+), 47 deletions(-)
----------------------------------------------------------------------