|
Lines 1-3
WebCore/ChangeLog_sec1
|
|
|
1 |
2010-03-29 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
Guard Geolocation files with ENABLE_GEOLOCATION |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=25756 |
| 7 |
|
| 8 |
The intent is to guard the Geolocation implementation files |
| 9 |
and minimize the impact on on clients/call sites. |
| 10 |
|
| 11 |
* DerivedSources.make: |
| 12 |
* WebCore.Geolocation.exp: Added. Exported interfaces if GEOLOCATION |
| 13 |
is enabled. |
| 14 |
* WebCore.base.exp: |
| 15 |
* bindings/js/JSCustomPositionCallback.cpp: |
| 16 |
* bindings/js/JSCustomPositionErrorCallback.cpp: |
| 17 |
* bindings/js/JSGeolocationCustom.cpp: |
| 18 |
* page/Geolocation.cpp: |
| 19 |
(WebCore::Geolocation::disconnectFrame): Stub implementation if |
| 20 |
GEOLOCATION is turned off. |
| 21 |
(WebCore::Geolocation::Geolocation): Ditto. |
| 22 |
(WebCore::Geolocation::~Geolocation): Ditto. |
| 23 |
(WebCore::Geolocation::setIsAllowed): Ditto. |
| 24 |
* page/Geolocation.h: |
| 25 |
* page/Geolocation.idl: |
| 26 |
* page/GeolocationPositionCache.cpp: |
| 27 |
* page/Geoposition.idl: |
| 28 |
* page/PositionError.idl: |
| 29 |
* platform/GeolocationService.cpp: |
| 30 |
* platform/mock/GeolocationServiceMock.cpp: |
| 31 |
|
| 1 |
2010-03-28 Alexey Proskuryakov <ap@apple.com> |
32 |
2010-03-28 Alexey Proskuryakov <ap@apple.com> |
| 2 |
|
33 |
|
| 3 |
Reviewed by Sam Weinig. |
34 |
Reviewed by Sam Weinig. |