Bug 96823

Summary: Add 8 bit handling to SpaceSplitString
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: DOMAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch sam: review+

Michael Saboff
Reported 2012-09-14 13:27:02 PDT
SpaceSplitStringData needs to updated to handle 8 bit strings.
Attachments
Patch (3.31 KB, patch)
2012-09-14 13:34 PDT, Michael Saboff
sam: review+
Michael Saboff
Comment 1 2012-09-14 13:34:55 PDT
Sam Weinig
Comment 2 2012-09-15 09:35:35 PDT
Comment on attachment 164217 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164217&action=review > Source/WebCore/dom/SpaceSplitString.cpp:44 > + return hasUpper || (ored & ~0x7F); Trailing whitespace.
Michael Saboff
Comment 3 2012-09-15 15:48:09 PDT
Note You need to log in before you can comment on or make changes to this bug.