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

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

Branch: refs/heads/master
Commit: 2c88eb5d74ba81f4685383d7dcc5d5805788a9db
Parents: df2d02d e784eee
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 31 14:14:37 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 31 14:14:37 2013 -0800

----------------------------------------------------------------------
 Jakefile                                          |    2 +
 README.md                                         |   11 ---
 VERSION                                           |    2 +-
 build/packager.js                                 |    2 +
 lib/bada/plugin/bada/device.js                    |    2 +-
 lib/blackberry/plugin/air/device.js               |    2 +-
 lib/blackberry/plugin/air/platform.js             |    2 +-
 lib/blackberry/plugin/qnx/device.js               |    2 +-
 lib/firefoxos/exec.js                             |   56 ++++++++++++++++
 lib/firefoxos/platform.js                         |   26 +++++++
 lib/firefoxos/plugin/firefoxos/accelerometer.js   |   41 +++++++++++
 lib/firefoxos/plugin/firefoxos/device.js          |   39 +++++++++++
 lib/firefoxos/plugin/firefoxos/network.js         |   28 ++++++++
 lib/scripts/bootstrap-b2g.js                      |   22 ++++++
 lib/tizen/plugin/tizen/Device.js                  |    2 +-
 lib/webos/platform.js                             |    2 +-
 lib/windows8/platform.js                          |    2 +-
 lib/windows8/plugin/windows8/NotificationProxy.js |   10 ++--
 package.json                                      |    4 +
 19 files changed, 233 insertions(+), 24 deletions(-)
----------------------------------------------------------------------