[webkit-reviews] review granted: [Bug 180774] Add SPI to query for the current and last auto fill button type and pass user data object to _webView:focusShouldStartInputSession: : [Attachment 329273] Patch and layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 13:04:47 PST 2017


Tim Horton <thorton at apple.com> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 180774: Add SPI to query for the current and last auto fill button type and
pass user data object to _webView:focusShouldStartInputSession:
https://bugs.webkit.org/show_bug.cgi?id=180774

Attachment 329273: Patch and layout test

https://bugs.webkit.org/attachment.cgi?id=329273&action=review




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 329273
  --> https://bugs.webkit.org/attachment.cgi?id=329273
Patch and layout test

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

> Source/WebCore/html/HTMLInputElement.h:463
>      unsigned m_autoFillButtonType : 2; // AutoFillButtonType;
> +    unsigned m_lastAutoFillButtonType : 2; // AutoFillButtonType;

Why do these have trailing semicolons?


More information about the webkit-reviews mailing list