[Webkit-unassigned] [Bug 29238] New: CodeGenerator.pm needs some cleaning up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 13 18:51:06 PDT 2009


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

           Summary: CodeGenerator.pm needs some cleaning up
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cam at mcc.id.au


A few things in CodeGenerator.pm can be cleaned up:

  * The ability to return multiple .idl files from ScanDirectory isn't needed.
  * File::Find can be used instead of ScanDirectory.
  * FindParentsRecursively can be done away with; this information can be
collected while in AddMethodsConstantsAndAttributesFromParentClasses.
  * The recursion over ancestor interfaces in
AddMethodsConstantsAndAttributesFromParentClasses and
GetMethodsAndAttributesFromParentClasses can be factored out.
  * The searches for and parsing of .idl files can be factored out.

-- 
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