[Webkit-unassigned] [Bug 243663] New: [GTK Most public types should be final; most class structs should be private
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 05:36:59 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=243663
Bug ID: 243663
Summary: [GTK Most public types should be final; most class
structs should be private
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
CC: bugs-noreply at webkitgtk.org
Blocks: 210100
In the new API, most public API types should be final (non-derivable) and their class structs should be private (move from header file to source file). Only classes that we know need to be subclassed should be derivable. That includes WebKitWebView for sure. Maybe nothing else?
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=210100
[Bug 210100] [META][GTK][GTK4] Support GTK4
--
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/20220808/6b4e8b4d/attachment-0001.htm>
More information about the webkit-unassigned
mailing list