Bug 22775

Summary: Further relaxed WREC's parsing to be more web-compatible
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch darin: review+

Description Geoffrey Garen 2008-12-09 19:38:01 PST
Patch coming.
Comment 1 Geoffrey Garen 2008-12-09 19:38:13 PST
Created attachment 25910 [details]
patch
Comment 2 Geoffrey Garen 2008-12-09 19:53:48 PST
FYI, I have another layout test to land with this change, but I left it back at the office.
Comment 3 Cameron Zwarich (cpst) 2008-12-09 20:55:00 PST
r=me
Comment 4 Geoffrey Garen 2008-12-09 20:59:22 PST
Committed revision 39162.

Comment 5 Darin Adler 2008-12-10 14:42:48 PST
Comment on attachment 25910 [details]
patch

I don't think there's enough coverage for your new parsing of \c \N \u \x and \B in the tests here. You should write some new tests.

r=me