Bug 42078 - Use source style includes in WebKit2 (instead of framework style)
Summary: Use source style includes in WebKit2 (instead of framework style)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 41938
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-12 07:39 PDT by Balazs Kelemen
Modified: 2010-10-02 07:09 PDT (History)
2 users (show)

See Also:


Attachments
proof of concept patch (46.88 KB, patch)
2010-07-12 07:41 PDT, Balazs Kelemen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2010-07-12 07:39:32 PDT
In 41850 Mark suggested to fix the problems with wk2 includes through use full include paths and generate forwarding headers for the use case of building wk2 outside of the trunk.
Comment 1 Balazs Kelemen 2010-07-12 07:41:06 PDT
Created attachment 61228 [details]
proof of concept patch

This is just to show how it would look like and to start discussion.
Comment 2 Balazs Kelemen 2010-07-12 07:44:06 PDT
I have created the ResourceRequest.h and two similar in WebKit2/WebProcess because these headers lives in platform specific place inside WebCore.