It should be possible to copy text out of “AutoFilledAndViewable” password fields
Created attachment 455290 [details] Patch
Created attachment 455292 [details] Patch
Created attachment 455294 [details] Patch
Comment on attachment 455294 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455294&action=review r=me > Source/WebCore/editing/VisibleSelection.cpp:686 > +bool VisibleSelection::isInAutoFilledAndViewablePasswordField() const I think this helper function's usage would be more straight-forward if the function only computed "isInAutoFilledAndViewableField" and not also "isInPasswordField" -- since the caller already checks whether the selection is in a password field.
Created attachment 455299 [details] Patch
rdar://90541951
<rdar://problem/90608844>
Comment on attachment 455299 [details] Patch r=me
Committed r291623 (248716@main): <https://commits.webkit.org/248716@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 455299 [details].