Move Geolocation code into Modules/geolocation
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 09:40:27 +0000 (09:40 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 09:40:27 +0000 (09:40 +0000)
commit623fb8804b55710982832614a2f02e4cd15b9842
treea767f5bfd4ac2f08ddce80f56f12a5404117f25b
parentbf1835558842bfdce088d578ff48c50d56966f6e
Move Geolocation code into Modules/geolocation
https://bugs.webkit.org/show_bug.cgi?id=79204

Reviewed by Hajime Morita.

There are still some dangling references into the Geolocation module,
which I will clean up in a followup patch.

* CMakeLists.txt:
* DerivedSources.make:
* DerivedSources.pri:
* GNUmakefile.list.am:
* Modules/geolocation/Geolocation.cpp: Copied from Source/WebCore/page/Geolocation.cpp.
* Modules/geolocation/Geolocation.h: Copied from Source/WebCore/page/Geolocation.h.
* Modules/geolocation/Geolocation.idl: Copied from Source/WebCore/page/Geolocation.idl.
* Modules/geolocation/GeolocationController.cpp: Copied from Source/WebCore/page/GeolocationController.cpp.
* Modules/geolocation/GeolocationController.h: Copied from Source/WebCore/page/GeolocationController.h.
* Modules/geolocation/GeolocationError.h: Copied from Source/WebCore/page/GeolocationError.h.
* Modules/geolocation/GeolocationPosition.h: Copied from Source/WebCore/page/GeolocationPosition.h.
* Modules/geolocation/Geoposition.h: Copied from Source/WebCore/page/Geoposition.h.
* Modules/geolocation/Geoposition.idl: Copied from Source/WebCore/page/Geoposition.idl.
* Modules/geolocation/PositionCallback.h: Copied from Source/WebCore/page/PositionCallback.h.
* Modules/geolocation/PositionCallback.idl: Copied from Source/WebCore/page/PositionCallback.idl.
* Modules/geolocation/PositionError.h: Copied from Source/WebCore/page/PositionError.h.
* Modules/geolocation/PositionError.idl: Copied from Source/WebCore/page/PositionError.idl.
* Modules/geolocation/PositionErrorCallback.h: Copied from Source/WebCore/page/PositionErrorCallback.h.
* Modules/geolocation/PositionErrorCallback.idl: Copied from Source/WebCore/page/PositionErrorCallback.idl.
* Modules/geolocation/PositionOptions.h: Copied from Source/WebCore/page/PositionOptions.h.
* Target.pri:
* WebCore.gypi:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* page/Geolocation.cpp: Removed.
* page/Geolocation.h: Removed.
* page/Geolocation.idl: Removed.
* page/GeolocationController.cpp: Removed.
* page/GeolocationController.h: Removed.
* page/GeolocationError.h: Removed.
* page/GeolocationPosition.h: Removed.
* page/Geoposition.h: Removed.
* page/Geoposition.idl: Removed.
* page/PositionCallback.h: Removed.
* page/PositionCallback.idl: Removed.
* page/PositionError.h: Removed.
* page/PositionError.idl: Removed.
* page/PositionErrorCallback.h: Removed.
* page/PositionErrorCallback.idl: Removed.
* page/PositionOptions.h: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108464 268f45cc-cd09-0410-ab3c-d52691b4dbfc
26 files changed:
Source/WebCore/CMakeLists.txt
Source/WebCore/ChangeLog
Source/WebCore/DerivedSources.make
Source/WebCore/DerivedSources.pri
Source/WebCore/GNUmakefile.list.am
Source/WebCore/Modules/geolocation/Geolocation.cpp [moved from Source/WebCore/page/Geolocation.cpp with 100% similarity]
Source/WebCore/Modules/geolocation/Geolocation.h [moved from Source/WebCore/page/Geolocation.h with 100% similarity]
Source/WebCore/Modules/geolocation/Geolocation.idl [moved from Source/WebCore/page/Geolocation.idl with 100% similarity]
Source/WebCore/Modules/geolocation/GeolocationController.cpp [moved from Source/WebCore/page/GeolocationController.cpp with 100% similarity]
Source/WebCore/Modules/geolocation/GeolocationController.h [moved from Source/WebCore/page/GeolocationController.h with 100% similarity]
Source/WebCore/Modules/geolocation/GeolocationError.h [moved from Source/WebCore/page/GeolocationError.h with 100% similarity]
Source/WebCore/Modules/geolocation/GeolocationPosition.h [moved from Source/WebCore/page/GeolocationPosition.h with 100% similarity]
Source/WebCore/Modules/geolocation/Geoposition.h [moved from Source/WebCore/page/Geoposition.h with 100% similarity]
Source/WebCore/Modules/geolocation/Geoposition.idl [moved from Source/WebCore/page/Geoposition.idl with 100% similarity]
Source/WebCore/Modules/geolocation/PositionCallback.h [moved from Source/WebCore/page/PositionCallback.h with 100% similarity]
Source/WebCore/Modules/geolocation/PositionCallback.idl [moved from Source/WebCore/page/PositionCallback.idl with 100% similarity]
Source/WebCore/Modules/geolocation/PositionError.h [moved from Source/WebCore/page/PositionError.h with 100% similarity]
Source/WebCore/Modules/geolocation/PositionError.idl [moved from Source/WebCore/page/PositionError.idl with 100% similarity]
Source/WebCore/Modules/geolocation/PositionErrorCallback.h [moved from Source/WebCore/page/PositionErrorCallback.h with 100% similarity]
Source/WebCore/Modules/geolocation/PositionErrorCallback.idl [moved from Source/WebCore/page/PositionErrorCallback.idl with 100% similarity]
Source/WebCore/Modules/geolocation/PositionOptions.h [moved from Source/WebCore/page/PositionOptions.h with 100% similarity]
Source/WebCore/Target.pri
Source/WebCore/WebCore.gypi
Source/WebCore/WebCore.vcproj/WebCore.vcproj
Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
Source/WebCore/WebCore.xcodeproj/project.pbxproj