[Webkit-unassigned] [Bug 257659] New: _serviceControlsEnabled exists on both WKPreferences and WKWebViewConfiguration and only the latter works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 2 12:55:00 PDT 2023


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

            Bug ID: 257659
           Summary: _serviceControlsEnabled exists on both WKPreferences
                    and WKWebViewConfiguration and only the latter works
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

I was trying to enable Services Controls in MiniBrowser, and noticed that it existed on both WKPreferences and WKWebViewConfiguration

This works;
  configuration._serviceControlsEnabled = YES;

This does not:
  configuration.preferences._serviceControlsEnabled = YES;

-- 
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/20230602/95653e74/attachment.htm>


More information about the webkit-unassigned mailing list