[Webkit-unassigned] [Bug 215486] New: (WK2 only) gamepad mapping stops being reported as “standard” in new tabs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 19:07:22 PDT 2020


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

            Bug ID: 215486
           Summary: (WK2 only) gamepad mapping stops being reported as
                    “standard” in new tabs
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

(WK2 only) gamepad mapping stops being reported as “standard” in new tabs


There was code for gamepad events to separate "full gamepaddata" and "condensed gamepaddata" for IPC efficiency that was causing this.
In reality, that code was a premature optimization. The button and axis data from a standard gamepad is larger than the mapping and id data.

Let's just always send all data across the pipe.

<rdar://problem/66946505>

-- 
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/20200814/79f6424f/attachment.htm>


More information about the webkit-unassigned mailing list