[Webkit-unassigned] [Bug 244205] New: Fix invalid %{public} %{private} format strings in cross-platform code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 08:59:10 PDT 2022


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

            Bug ID: 244205
           Summary: Fix invalid %{public} %{private} format strings in
                    cross-platform code
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: All
            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

%{public} and %{private} are not valid format strings except on Apple platforms, and cannot be used in cross-platform code. Most uses can be replaced with the existing PUBLIC_LOG_STRING and PRIVATE_LOG_STRING.

Since not everything we log is a string, I have added PUBLIC_LOG and PRIVATE_LOG as well to allow more generic use.

-- 
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/20220822/0be03a55/attachment-0001.htm>


More information about the webkit-unassigned mailing list