Bug 5930

Summary: Further dom/* cleanup, also removing extra forwarding headers
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebKit Misc.Assignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 5929    
Bug Blocks:    
Attachments:
Description Flags
An extremely cleanup patch ggaren: review+

Description Eric Seidel (no email) 2005-12-04 05:11:20 PST
Further dom/* cleanup, also removing extra forwarding headers

This continues work started with 5929.

A very simple patch is attached.
Comment 1 Eric Seidel (no email) 2005-12-04 05:13:58 PST
Created attachment 4933 [details]
An extremely cleanup patch

Anyone could review this extremely simple cleanup patch (just removes code).
Comment 2 Eric Seidel (no email) 2005-12-04 05:14:10 PST
Comment on attachment 4933 [details]
An extremely cleanup patch

Anyone could review this extremely simple patch.
Comment 3 Geoffrey Garen 2005-12-04 11:40:47 PST
Comment on attachment 4933 [details]
An extremely cleanup patch

rs=me (heh, always wanted to say that), but why remove the comments? no longer
accurate? documentation elsewhere?
Comment 4 Eric Seidel (no email) 2005-12-04 13:13:50 PST
Comment on attachment 4933 [details]
An extremely cleanup patch

The comments died because the whole files are really just living dead, they're
just limping along for now because they have necessary constats.  kdom, for
instance has moved these constants into other files as we will eventually to I
imagine.