Merge branch 'master' of git://git.apache.org/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/b543b5a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/b543b5a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/b543b5a8 Branch: refs/heads/master Commit: b543b5a8f5c51b8ea0f35c65aefef35629585a9e Parents: 56d29de 97a05cb Author: Jesse MacFadyen <[email protected]> Authored: Thu Oct 25 03:18:00 2012 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Thu Oct 25 03:18:00 2012 -0700 ---------------------------------------------------------------------- .jshintrc | 2 +- VERSION | 2 +- lib/android/exec.js | 28 ++- lib/android/plugin/android/nativeapiprovider.js | 4 + lib/bada/plugin/bada/device.js | 2 +- lib/common/commandProxy.js | 3 +- lib/tizen/plugin/tizen/Device.js | 2 +- lib/webos/platform.js | 6 +- lib/webos/plugin/webos/accelerometer.js | 58 ++-- lib/webos/plugin/webos/application.js | 90 +++--- lib/webos/plugin/webos/camera.js | 43 ++-- lib/webos/plugin/webos/compass.js | 22 +- lib/webos/plugin/webos/device.js | 47 ++-- lib/webos/plugin/webos/filereader.js | 66 ++--- lib/webos/plugin/webos/geolocation.js | 56 ++-- lib/webos/plugin/webos/keyboard.js | 84 +++--- lib/webos/plugin/webos/network.js | 47 ++-- lib/webos/plugin/webos/notification.js | 241 +++++++--------- lib/webos/plugin/webos/orientation.js | 26 +- lib/webos/plugin/webos/requestfilesystem.js | 7 +- lib/webos/plugin/webos/service.js | 8 +- lib/webos/plugin/webos/window.js | 128 ++++----- lib/webworks/air/plugin/air/device.js | 2 +- lib/webworks/qnx/plugin/qnx/device.js | 2 +- lib/windows8/platform.js | 2 - lib/windows8/plugin/windows8/CameraProxy.js | 2 +- lib/windows8/plugin/windows8/CaptureProxy.js | 2 +- lib/windows8/plugin/windows8/CompassProxy.js | 2 +- lib/windows8/plugin/windows8/DeviceProxy.js | 2 - lib/windows8/plugin/windows8/FileProxy.js | 2 - lib/windows8/plugin/windows8/FileTransferProxy.js | 2 +- lib/windows8/plugin/windows8/MediaProxy.js | 1 - lib/windows8/plugin/windows8/NotificationProxy.js | 2 +- test/android/test.exec.js | 63 ++++- 34 files changed, 524 insertions(+), 532 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b543b5a8/lib/windows8/plugin/windows8/FileProxy.js ----------------------------------------------------------------------
