[Webkit-unassigned] [Bug 224366] New: [WPE][GTK] Use g_object_notify_by_pspec() whenever possible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 9 05:52:37 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224366
Bug ID: 224366
Summary: [WPE][GTK] Use g_object_notify_by_pspec() whenever
possible
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
CC: bugs-noreply at webkitgtk.org
In the WebKit code base, every single time we tell GObject to emit
a “notify::<propetyname>” signal we use “g_object_notify()”, which
will do a lookup for the property given its name. Ideally the code
should use “g_object_notify_by_pspec()” and avoid those lookups
altogether.
--
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/20210409/dc715fc5/attachment.htm>
More information about the webkit-unassigned
mailing list