Support additional Coordinates information
authorJihye Kang <jye.kang@samsung.com>
Thu, 26 Sep 2013 04:12:33 +0000 (13:12 +0900)
committerJihye Kang <jye.kang@samsung.com>
Mon, 7 Oct 2013 04:57:55 +0000 (13:57 +0900)
commit8c55ec626997b10b987393739badb5ed47208480
treefc06d2000f628f72fec5edff61afcfb952481259
parent2e65f85069e0e0267a88001422bbc44fa1a4bd2a
Support additional Coordinates information

[Title] Support additional Coordinates information
[Issue#] P130914-00015
[Problem] The altitude and the speed data are not displayed.
[Cause] Optional coordinates information - altitude, altitudeAccuracy, heading and spped - is not implemented.
[Solution] Implement for supporting optional coordinates data.
And do minor change on error log.

Change-Id: If508190e930facba452270b37f56f328208fd8cb
Source/WebKit2/Platform/CoreIPC/Arguments.h
Source/WebKit2/Shared/WebGeolocationPosition.cpp
Source/WebKit2/Shared/WebGeolocationPosition.h
Source/WebKit2/UIProcess/API/C/WKGeolocationPosition.cpp
Source/WebKit2/UIProcess/API/C/WKGeolocationPosition.h
Source/WebKit2/UIProcess/API/efl/ewk_geolocation_provider.cpp
Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp