[Webkit-unassigned] [Bug 47589] New: REGRESSION(69304) WKNativeEvent.h forwarding header is regenerated always

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 06:44:05 PDT 2010


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

           Summary: REGRESSION(69304) WKNativeEvent.h forwarding header is
                    regenerated always
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: aroben at apple.com, kbalazs at webkit.org,
                    zoltan at webkit.org, kenneth at webkit.org,
                    abecsi at webkit.org, luiz at webkit.org,
                    ademar.reis at openbossa.org
            Blocks: 47167


original changeset: http://trac.webkit.org/changeset/69304
original bug: https://bugs.webkit.org/show_bug.cgi?id=47167

There are 2 WKNativeEvent.h in the trunk now:
- WebKit2/UIProcess/API/C/WKNativeEvent.h
- WebKit2/UIProcess/API/C/qt/WKNativeEvent.h

generate-forwarding-headers.pl can't handle this name collision:
- generate forwarding header for the first one
- generate forwarding header for the second one - and overwrite the first one

Unfortunately it triggers regenerating WKNativeEvent.h forwardingheader
for all builds and rebuilding cpp's depends on it.

Any idea how to solve this bug?

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