[Webkit-unassigned] [Bug 251075] New: [GLib] WebKitWebHitTestResult should use composition instead of subclassing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 00:55:06 PST 2023


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

            Bug ID: 251075
           Summary: [GLib] WebKitWebHitTestResult should use composition
                    instead of subclassing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

While working on issue #251008 we noticed that the WebKitHitTestResult type
cannot be made final because it has a subclass, WebKitWebHitTestResult, in
the injected bundle. More info at

   https://github.com/WebKit/WebKit/pull/8972#issuecomment-1401161473

Ideally, we would prefer that WebKitHitTestResult is actually a final type,
which needs the WebKitWebHitTestResult subclass to use composition instead.

-- 
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/20230124/4d481cce/attachment-0001.htm>


More information about the webkit-unassigned mailing list