Bug 111896
Summary: | String(Vector<T>) should take a CharacterWidth option like we added for HTMLIdentifier | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, benjamin, msaboff |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Seidel (no email)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Sounds like it could be useful indeed :)
Please add tests if you add this constructor.