Bug 38850
Summary: | isWhiteSpace methods proliferation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk, ap, darin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Julien Chaffraix
There is a lot of duplication when handling white space characters in WebCore. The code should be shared among the different call sites.
See https://bugs.webkit.org/show_bug.cgi?id=21945#c7 for more details.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
@Anne - I think it is not needed after your clean-up on isASCIIWhitespace etc. Should we go ahead and close it?
Anne van Kesteren
There's more work to be done, but we can dupe this.
*** This bug has been marked as a duplicate of bug 255467 ***