[Webkit-unassigned] [Bug 20913] New: Avoid redudant includes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 04:24:59 PDT 2008


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

           Summary: Avoid redudant includes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alp at nuanti.com


Document.h is included excessively such that a modification to Document.h (or
any of the header it includes itself) triggers a rebuild of many files
including the whole of SVG and a lot of the JS bindings.

Some of these includes can be avoided by only including Document.h where
necessary.


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



More information about the webkit-unassigned mailing list