Bug 3655 - GroundWork: Necessary additions to ForwardingHeaders
Summary: GroundWork: Necessary additions to ForwardingHeaders
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-06-22 16:07 PDT by Eric Seidel (no email)
Modified: 2005-07-03 16:20 PDT (History)
0 users

See Also:


Attachments
change to qintdict.h (313 bytes, patch)
2005-06-22 16:09 PDT, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff
remaining new headers (since cvs_create_patch can't notice ? files for anon cvs) (252 bytes, application/x-gzip)
2005-06-22 16:13 PDT, Eric Seidel (no email)
darin: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
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?