WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
182718
Set the appropriate AutoFill context for suggested passwords
https://bugs.webkit.org/show_bug.cgi?id=182718
Summary
Set the appropriate AutoFill context for suggested passwords
rabbasian
Reported
2018-02-12 16:08:18 PST
Provide ability to set the appropriate AutoFill context for AutoFill password suggestion.
Attachments
Patch
(5.55 KB, patch)
2018-02-12 16:21 PST
,
rabbasian
no flags
Details
Formatted Diff
Diff
Patch
(9.12 KB, patch)
2018-02-14 16:10 PST
,
rabbasian
no flags
Details
Formatted Diff
Diff
Patch
(9.13 KB, patch)
2018-02-15 08:31 PST
,
rabbasian
no flags
Details
Formatted Diff
Diff
Patch
(9.08 KB, patch)
2018-02-16 12:41 PST
,
rabbasian
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
rabbasian
Comment 1
2018-02-12 16:08:42 PST
<
rdar://problem/36326863
>
rabbasian
Comment 2
2018-02-12 16:21:54 PST
Created
attachment 333642
[details]
Patch
rabbasian
Comment 3
2018-02-14 16:10:42 PST
Created
attachment 333856
[details]
Patch
Tim Horton
Comment 4
2018-02-14 17:02:23 PST
Comment on
attachment 333856
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=333856&action=review
> Source/WebKit/UIProcess/API/Cocoa/_WKFormInputSession.h:47 > +@property (nonatomic, readonly) BOOL requiresStrongPasswordAssistance WK_API_AVAILABLE(ios(12.0));
This should use WK_IOS_TBD or whatever.
rabbasian
Comment 5
2018-02-15 08:23:40 PST
I will update the patch with WK_IOS_TBD.
rabbasian
Comment 6
2018-02-15 08:31:20 PST
Created
attachment 333903
[details]
Patch
Wenson Hsieh
Comment 7
2018-02-16 09:19:37 PST
Comment on
attachment 333903
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=333903&action=review
r=me (I'm not a WebKit2 owner though, so a WebKit2 owner should r+ if looks OK)
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:4035 > + _firstResponderRequiresStrongPasswordAssistance = [inputDelegate _webView:_webView focusRequiresStrongPasswordAssistance:focusedElementInfo.get()];
Nit - it's a tiny bit weird for the thing that "requires strong password assistance" to be different between the ivar and the delegate method (firstResponder(…) vs. focus(…)). Could we choose one to make it consistent?
Tim Horton
Comment 8
2018-02-16 11:10:30 PST
Comment on
attachment 333903
[details]
Patch Agree with Wenson’s comment about the oddly slightly different names.
rabbasian
Comment 9
2018-02-16 11:27:47 PST
I will use 'focus' terminology. Thanks!
rabbasian
Comment 10
2018-02-16 12:41:25 PST
Created
attachment 334061
[details]
Patch
WebKit Commit Bot
Comment 11
2018-02-18 09:51:54 PST
Comment on
attachment 334061
[details]
Patch Clearing flags on attachment: 334061 Committed
r228605
: <
https://trac.webkit.org/changeset/228605
>
WebKit Commit Bot
Comment 12
2018-02-18 09:51:56 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug