Bug 5943 - Get rid of (most of) KDOMHeaders include file hacks
Summary: Get rid of (most of) KDOMHeaders include file hacks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 02:19 PST by Eric Seidel (no email)
Modified: 2005-12-05 17:52 PST (History)
0 users

See Also:


Attachments
Cleans out most of KDOMHeaders.h by improving KDOM/KSVG ForwardingHeaders (45.74 KB, patch)
2005-12-05 02:20 PST, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-12-05 02:19:38 PST
Get rid of (most of) KDOMHeaders include file hacks

I do this by improving the ForwardingHeaders mappings from KDOM -> WebCore DOM, patch attached.
Comment 1 Eric Seidel (no email) 2005-12-05 02:20:25 PST
Created attachment 4958 [details]
Cleans out most of KDOMHeaders.h by improving KDOM/KSVG ForwardingHeaders
Comment 2 Eric Seidel (no email) 2005-12-05 02:20:56 PST
Comment on attachment 4958 [details]
Cleans out most of KDOMHeaders.h by improving KDOM/KSVG ForwardingHeaders

Simple patch that anyone could review.	(Also includes project changes from
5942.)
Comment 3 Eric Seidel (no email) 2005-12-05 02:23:24 PST
Comment on attachment 4958 [details]
Cleans out most of KDOMHeaders.h by improving KDOM/KSVG ForwardingHeaders

This patch does a few simple things:

1.  I improved many of the KDOM/KSVG forwarding headers to map directly to the
right headers instead of KDOMHeaders.h

2.  I fixed several KSVG files to include the necessary (KDOM) headers.

3.  I removed several kdom files which I relaized were no longer needed
(kdomcss.h, kdomls.h, etc.)
Comment 4 Darin Adler 2005-12-05 06:38:24 PST
Comment on attachment 4958 [details]
Cleans out most of KDOMHeaders.h by improving KDOM/KSVG ForwardingHeaders

r=me