[Webkit-unassigned] [Bug 220236] New: WebKit IPC generator tests have duplicate receiver names, limiting the implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 03:20:39 PST 2021


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

            Bug ID: 220236
           Summary: WebKit IPC generator tests have duplicate receiver
                    names, limiting the implementation
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com

WebKit IPC generator tests have duplicate receiver names, limiting the implementation

This is a problem because in real world usage, all the receiver names need to be unique.

The in the test content, there is 3 different receivers receivers. They also share names of the messages.
These distinct messages get assigned the same message name, even though the messages themselves are distinct and have different receivers and maybe arguments.

-- 
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/20210104/0aa070d0/attachment.htm>


More information about the webkit-unassigned mailing list