Bug 111896 - String(Vector<T>) should take a CharacterWidth option like we added for HTMLIdentifier
Summary: String(Vector<T>) should take a CharacterWidth option like we added for HTMLI...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 15:49 PST by Eric Seidel (no email)
Modified: 2013-03-08 15:54 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2013-03-08 15:49:11 PST
String(Vector<T>) should take a CharacterWidth option like we added for HTMLIdentifier

Probably other String constructors could benefit from such sharing?

See bug 107337 for context.
Comment 1 Benjamin Poulain 2013-03-08 15:54:53 PST
Sounds like it could be useful indeed :)

Please add tests if you add this constructor.