[Webkit-unassigned] [Bug 230190] New: Linker warnings for WKWebViewConfiguration.limitsNavigationsToAppBoundDomains property methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 11 10:49:48 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230190

            Bug ID: 230190
           Summary: Linker warnings for
                    WKWebViewConfiguration.limitsNavigationsToAppBoundDoma
                    ins property methods
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: bfulgham at webkit.org, katherine_cheney at apple.com,
                    kkinnunen at apple.com
        Depends on: 210620

Linker warnings for WKWebViewConfiguration.limitsNavigationsToAppBoundDomains property methods when building for iOS:

ld: warning: method '-limitsNavigationsToAppBoundDomains' in category from WebKitBuild/WebKit.build/Release-iphoneos/WebKit.build/Objects-normal/arm64e/UnifiedSource25-mm.o overrides method from class in WebKitBuild/WebKit.build/Release-iphoneos/WebKit.build/Objects-normal/arm64e/UnifiedSource25-mm.o
ld: warning: method '-setLimitsNavigationsToAppBoundDomains:' in category from WebKitBuild/WebKit.build/Release-iphoneos/WebKit.build/Objects-normal/arm64e/UnifiedSource25-mm.o overrides method from class in WebKitBuild/WebKit.build/Release-iphoneos/WebKit.build/Objects-normal/arm64e/UnifiedSource25-mm.o

This happens because the methods are implemented in category WKWebViewConfiguration (WKPrivate), but should be moved to WKWebViewConfiguration since the property was added as API in r260228.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=210620
[Bug 210620] Add a new 'limitNavigationsToAppBoundDomains' property to WKWebViewConfiguration
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210911/b3980e2e/attachment-0001.htm>


More information about the webkit-unassigned mailing list