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/07/21 00:56:18 UTC

[2/11] js commit: Merge pull request #4 from purplecabbage/Win8Metro

Merge pull request #4 from purplecabbage/Win8Metro

Win8 metro

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

Branch: refs/heads/master
Commit: 04b49196b9888eb37f43bde2dc01a849260c1d27
Parents: 8b59597 3fed8dd
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jul 20 15:50:07 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jul 20 15:50:07 2012 -0700

----------------------------------------------------------------------
 Jakefile                                           |    2 +
 lib/scripts/bootstrap-win8metro.js                 |    1 +
 lib/win8metro/exec.js                              |   71 ++++++++++++
 lib/win8metro/platform.js                          |   53 +++++++++
 .../plugin/win8metro/AccelerometerProxy.js         |   40 +++++++
 lib/win8metro/plugin/win8metro/CameraProxy.js      |   86 +++++++++++++++
 lib/win8metro/plugin/win8metro/CompassProxy.js     |   40 +++++++
 lib/win8metro/plugin/win8metro/DeviceProxy.js      |   12 ++
 lib/win8metro/plugin/win8metro/FileProxy.js        |   72 ++++++++++++
 .../plugin/win8metro/NetworkStatusProxy.js         |   46 ++++++++
 lib/win8metro/plugin/win8metro/console.js          |   35 ++++++
 lib/win8metro/plugin/win8metro/device.js           |   36 ++++++
 12 files changed, 494 insertions(+), 0 deletions(-)
----------------------------------------------------------------------