Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/da2213c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/da2213c0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/da2213c0 Branch: refs/heads/master Commit: da2213c052a71f7117e529745ec217ac57e00e6e Parents: bbdf89b be7f275 Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Wed Oct 3 18:08:36 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@gmail.com> Committed: Wed Oct 3 18:08:36 2012 -0700 ---------------------------------------------------------------------- VERSION | 1 + accelerometer/index.html | 23 +- audio/index.html | 82 +++- autotest/index.html | 24 + autotest/pages/accelerometer.html | 21 + autotest/pages/all.html | 23 + autotest/pages/battery.html | 21 + autotest/pages/bridge.html | 70 +++ autotest/pages/camera.html | 21 + autotest/pages/capture.html | 21 + autotest/pages/compass.html | 21 + autotest/pages/contacts.html | 21 + autotest/pages/datauri.html | 49 ++ autotest/pages/device.html | 21 + autotest/pages/file.html | 21 + autotest/pages/filetransfer.html | 21 + autotest/pages/geolocation.html | 21 + autotest/pages/globalization.html | 69 +++ autotest/pages/media.html | 21 + autotest/pages/network.html | 21 + autotest/pages/notification.html | 21 + autotest/pages/platform.html | 21 + autotest/pages/storage.html | 21 + autotest/test-runner.js | 53 ++ autotest/tests/accelerometer.tests.js | 21 + autotest/tests/battery.tests.js | 21 + autotest/tests/bridge.tests.js | 128 +++++ autotest/tests/camera.tests.js | 21 + autotest/tests/capture.tests.js | 21 + autotest/tests/compass.tests.js | 21 + autotest/tests/contacts.tests.js | 21 + autotest/tests/datauri.tests.js | 36 ++ autotest/tests/device.tests.js | 21 + autotest/tests/file.tests.js | 21 + autotest/tests/filetransfer.tests.js | 336 +++++++----- autotest/tests/geolocation.tests.js | 21 + autotest/tests/globalization.tests.js | 808 ++++++++++++++++++++++++++++ autotest/tests/media.tests.js | 21 + autotest/tests/network.tests.js | 21 + autotest/tests/notification.tests.js | 21 + autotest/tests/platform.tests.js | 21 + autotest/tests/storage.tests.js | 40 ++- battery/index.html | 23 +- camera/index.html | 23 +- compass/index.html | 23 +- contacts/index.html | 23 +- cordova.js | 23 +- events/index.html | 25 +- execbenchmark/index.html | 32 +- index.html | 23 +- location/index.html | 23 +- main.js | 23 +- master.css | 28 +- misc/index.html | 25 +- misc/page2.html | 23 +- network/index.html | 21 + notification/index.html | 23 +- sql/index.html | 27 +- storage/index.html | 23 +- 59 files changed, 2555 insertions(+), 186 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/da2213c0/location/index.html ---------------------------------------------------------------------- diff --cc location/index.html index 8b1e681,99adda5..fb26b86 mode 100755,100644..100644 --- a/location/index.html +++ b/location/index.html