[webkit-reviews] review requested: [Bug 17390] eliminate DeprecatedString : [Attachment 19159] Move all uses of toInt (and friends) to String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 16 14:15:26 PST 2008


Sam Weinig <sam at webkit.org> has asked  for review:
Bug 17390: eliminate DeprecatedString
http://bugs.webkit.org/show_bug.cgi?id=17390

Attachment 19159: Move all uses of toInt (and friends) to String
http://bugs.webkit.org/attachment.cgi?id=19159&action=edit

------- Additional Comments from Sam Weinig <sam at webkit.org>
This patch takes a chunk of the uses of DeprecatedString out.  I am not
thrilled with the names, so any suggestions would be great.  I think in the
future we can make the String API a little nicer by allowing both the forms of
toInt (strict and non-strict, could use better names for that too) to take a
base parameter, but since that wasn't necessary for this I left it out.


More information about the webkit-reviews mailing list