Bug 185079 - UIDelegate::UIClient::didResignInputElementStrongPasswordAppearance() is applicable to both Mac and iOS
Summary: UIDelegate::UIClient::didResignInputElementStrongPasswordAppearance() is appl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 11
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-27 09:58 PDT by Daniel Bates
Modified: 2018-04-27 10:25 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.24 KB, patch)
2018-04-27 10:02 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2018-04-27 09:58:41 PDT
UIDelegate::UIClient::didResignInputElementStrongPasswordAppearance() is applicable to both Mac and iOS.
Comment 1 Radar WebKit Bug Importer 2018-04-27 09:59:06 PDT
<rdar://problem/39794960>
Comment 2 Daniel Bates 2018-04-27 10:02:07 PDT
Created attachment 338997 [details]
Patch
Comment 3 Daniel Bates 2018-04-27 10:12:04 PDT
Comment on attachment 338997 [details]
Patch

Clearing flags on attachment: 338997

Committed r231102: <https://trac.webkit.org/changeset/231102>
Comment 4 Daniel Bates 2018-04-27 10:12:05 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Daniel Bates 2018-04-27 10:25:11 PDT
I inadvertently did not move the field m_delegateMethods.webViewDidResignInputElementStrongPasswordAppearanceWithUserInfo outside the PLATFORM(MAC)-guarded code. Committed fix in <https://trac.webkit.org/changeset/231103>.