[Webkit-unassigned] [Bug 31195] File upload control shows a single filename even if multiple files are selected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 12:49:22 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31195


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42915|review?                     |review+
               Flag|                            |




--- Comment #15 from Darin Adler <darin at apple.com>  2009-11-11 12:49:22 PST ---
(From update of attachment 42915)
> +        if (o.isFileUploadControl()) {
> +            ts << " " << quoteAndEscapeNonPrintables(toRenderFileUploadControl(&o)->fileTextValue());
> +        }

One line if statements should not have braces.

r=me, that's minor

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list