[Webkit-unassigned] [Bug 51021] New: Add JSRegExp.h to YARR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 02:20:08 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51021

           Summary: Add JSRegExp.h to YARR
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pvarga at inf.u-szeged.hu
                CC: barraclough at apple.com, abecsi at webkit.org,
                    msaboff at apple.com


This modification provides a refactoring in the YARR's structure:
- Some unnecessary header includes are removed
- The hierarchy of the includes becomes clearer
- The JSRegExp.h offers an interface thus just one header has to be included to call the YARR's common functions (eg.: compile, execute)
- Most of the common constants of YARR are in one header

I think this modification makes the YARR structure clearer and to use YARR from outside of JSC you only need to include one header (eg.: in WebCore).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list