Bug 3655

Summary: GroundWork: Necessary additions to ForwardingHeaders
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: VERIFIED FIXED    
Severity: Enhancement    
Priority: P3    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 3250    
Attachments:
Description Flags
change to qintdict.h
darin: review+
remaining new headers (since cvs_create_patch can't notice ? files for anon cvs) darin: review+

Description Eric Seidel (no email) 2005-06-22 16:07:52 PDT
The attached files are necessary additions to ForwardingHeaders in order to begin making things such as 
kdom compile.

None of these affect WebKit's ability to compile (I've tested) nor do they affect any of the test cases.
Comment 1 Eric Seidel (no email) 2005-06-22 16:09:32 PDT
Created attachment 2556 [details]
change to qintdict.h
Comment 2 Eric Seidel (no email) 2005-06-22 16:13:36 PDT
Created attachment 2557 [details]
remaining new headers (since cvs_create_patch can't notice ? files for anon cvs)

Contains:
kjs/value.h:
#import <JavaScriptCore/value.h>

qsize.h:
#include "KWQSize.h"

qptrcollection.h:
#import "KWQCollection.h"
Comment 3 Darin Adler 2005-06-22 19:40:40 PDT
Comment on attachment 2556 [details]
change to qintdict.h

r=me
Comment 4 Darin Adler 2005-06-22 19:41:30 PDT
Comment on attachment 2557 [details]
remaining new headers (since cvs_create_patch can't notice ? files for anon cvs)

r=me
Comment 5 Darin Adler 2005-06-22 20:30:20 PDT
I decided to add KWQIntDict.h too, since it's a little strange to have a forwarding header that includes a 
non-existent file. But I didn't add it to the project.
Comment 6 Joost de Valk (AlthA) 2005-07-03 08:13:26 PDT
Eric, could you verify this has been fixed?