[webkit-changes] [WebKit/WebKit] ddf215: Annotate Geolocation API message endpoints with fe...

Sihui noreply at github.com
Mon Sep 30 22:23:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ddf215bacf0c0f8dc35c5e26921dd2472acd8aac
      https://github.com/WebKit/WebKit/commit/ddf215bacf0c0f8dc35c5e26921dd2472acd8aac
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/Modules/geolocation/Geolocation.idl
    M Source/WebCore/Modules/geolocation/GeolocationCoordinates.idl
    M Source/WebCore/Modules/geolocation/GeolocationPosition.idl
    M Source/WebCore/Modules/geolocation/GeolocationPositionError.idl
    M Source/WebCore/Modules/geolocation/Navigator+Geolocation.idl
    M Source/WebCore/Modules/geolocation/PositionCallback.idl
    M Source/WebCore/Modules/geolocation/PositionErrorCallback.idl
    M Source/WebCore/bindings/js/WebCoreBuiltinNames.h
    M Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp
    M Source/WebKit/UIProcess/WebGeolocationManagerProxy.h
    M Source/WebKit/UIProcess/WebGeolocationManagerProxy.messages.in
    M Source/WebKit/UIProcess/WebPageProxy.messages.in

  Log Message:
  -----------
  Annotate Geolocation API message endpoints with feature flag
https://bugs.webkit.org/show_bug.cgi?id=280633
rdar://136993653

Reviewed by Ryosuke Niwa.

Add a feature flag for Geolocation API (enabled by default) and annotate message endpoints with it.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/Modules/geolocation/Geolocation.idl:
* Source/WebCore/Modules/geolocation/GeolocationCoordinates.idl:
* Source/WebCore/Modules/geolocation/GeolocationPosition.idl:
* Source/WebCore/Modules/geolocation/GeolocationPositionError.idl:
* Source/WebCore/Modules/geolocation/Navigator+Geolocation.idl:
* Source/WebCore/Modules/geolocation/PositionCallback.idl:
* Source/WebCore/Modules/geolocation/PositionErrorCallback.idl:
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::sharedPreferencesForWebProcess const):
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.h:
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.messages.in:
* Source/WebKit/UIProcess/WebPageProxy.messages.in:

Canonical link: https://commits.webkit.org/284484@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list