RESOLVED FIXED 10576
Disallow copy from new password fields
https://bugs.webkit.org/show_bug.cgi?id=10576
Summary Disallow copy from new password fields
Adele Peterson
Reported 2006-08-25 17:44:06 PDT
Disallow copy from new password fields
Attachments
patch (11.24 KB, patch)
2006-08-29 17:16 PDT, Adele Peterson
no flags
patch w/ edited changelog (11.28 KB, patch)
2006-08-29 17:20 PDT, Adele Peterson
adele: review+
Adele Peterson
Comment 1 2006-08-29 17:16:07 PDT
Adele Peterson
Comment 2 2006-08-29 17:20:01 PDT
Created attachment 10309 [details] patch w/ edited changelog
Darin Adler
Comment 3 2006-08-30 10:52:34 PDT
Comment on attachment 10309 [details] patch w/ edited changelog I don't like the idea of putting function "isPasswordField" in the base Node class. In Frame::mayCopy, you can check if something is an input element by checking hasTagName(inputTag) and then cast and call a function on HTMLInputElement. Otherwise, this patch looks great.
Adele Peterson
Comment 4 2006-08-30 11:14:58 PDT
Comment on attachment 10309 [details] patch w/ edited changelog Darin and I talked about this, and I'm addressing this by removing isPasswordField.
Adele Peterson
Comment 5 2006-08-30 11:25:59 PDT
Committed revision 16116.
Note You need to log in before you can comment on or make changes to this bug.