[Webkit-unassigned] [Bug 34930] Implement interactive validation for forms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 12:11:36 PDT 2010


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





--- Comment #5 from Darin Adler <darin at apple.com>  2010-03-22 12:11:35 PST ---
(In reply to comment #4)
> + message.replace("%name", unhandled->name());
> 
> Please use String::format()

I'm not sure that's better. A replace is safer and possibly faster. And
String::format doesn't handle non-ASCII characters well.

-- 
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