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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 15:56:15 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #8 from Adam Barth <abarth at webkit.org>  2010-03-25 15:56:14 PST ---
(In reply to comment #5)
> (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.

Ah, interesting.  The other parts of the codebase I've seen have used format,
but it's good to understand the trade-offs.

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