RESOLVED FIXED180774
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
Summary Add SPI to query for the current and last auto fill button type and pass user...
Daniel Bates
Reported 2017-12-13 15:29:13 PST
Add SPI to query for the auto fill button type and the last auto fill button type of a field.
Attachments
Patch and layout test (27.09 KB, patch)
2017-12-13 15:42 PST, Daniel Bates
thorton: review+
Radar WebKit Bug Importer
Comment 1 2017-12-13 15:29:59 PST
Daniel Bates
Comment 2 2017-12-13 15:42:47 PST
Created attachment 329273 [details] Patch and layout test
Tim Horton
Comment 3 2017-12-15 13:04:47 PST
Comment on attachment 329273 [details] 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?
Daniel Bates
Comment 4 2017-12-18 09:13:15 PST
(In reply to Tim Horton from comment #3) > Comment on attachment 329273 [details] > 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? Will remove before landing.
Daniel Bates
Comment 5 2017-12-18 09:14:13 PST
Note You need to log in before you can comment on or make changes to this bug.