The current code of FileChooserChoromium.cpp doesn't use multipleFileUploadText(). So if a user selects multiple files for a file upload form, Chrome shows the first filename. It should show a text like "N files" like Safari.
Created attachment 31470 [details] Proposed patch
Comment on attachment 31470 [details] Proposed patch > Index: WebCore/ChangeLog > +2009-06-17 Kent Tamura <tkent@chromium.org> > + > + Reviewed by NOBODY (OOPS!). > + > + Use WebCore::multipleFileUploadText() in Chromium. > + <https://bugs.webkit.org/show_bug.cgi?id=26502> > + Ideally you would have something about why you are doing the change here? What does the change accomplish? (You have this in the bug.) This change looks good but the changelog needs to be improved, so r- until that is fixed. With a better change log, I'd happily give it an r+.
Created attachment 31527 [details] Proposed pattch rev.2 Thank you for the comment. I have updated the ChangeLog.
Comment on attachment 31527 [details] Proposed pattch rev.2 There are tabs in the changelog. I'll fix this on landing.
Assigned to levin for landing.
Committed as http://trac.webkit.org/changeset/44860