[Webkit-unassigned] [Bug 217819] WebDriver: add support for right variations of virtual keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 12:51:32 PDT 2020


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #6 from Darin Adler <darin at apple.com> ---
Comment on attachment 411740
  --> https://bugs.webkit.org/attachment.cgi?id=411740
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=411740&action=review

> Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp:1865
> +static VirtualKey normalizedVirtualKey(VirtualKey key)

Isn’t the type named Inspector::Protocol::Automation::VirtualKey? What injects VirtualKey into the WebKit namespace? Why can we just write VirtualKey in the argument types but then need to write the whole type out in the function body?

-- 
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/20201019/19852bd5/attachment.htm>


More information about the webkit-unassigned mailing list