Bug 6670

Summary: split html_miscimpl.* and move html_elementimpl.*
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   
Attachments:
Description Flags
proposed patch. darin: review+

Description Eric Seidel (no email) 2006-01-19 03:46:18 PST
split html_miscimpl.* and move html_elementimpl.*

html_miscimpl.* becomes:
HTMLFormCollectionImpl.*
HTMLCollectionImpl.*
HTMLBaseFontElementImpl.*
HTMLNameCollectionImpl.*

html_elementimpl.* moves to HTMLElementImpl.*
Comment 1 Eric Seidel (no email) 2006-01-19 03:47:48 PST
Created attachment 5781 [details]
proposed patch.
Comment 2 Eric Seidel (no email) 2006-01-19 03:48:43 PST
Comment on attachment 5781 [details]
proposed patch.

I just used my split script like always... then went back through and fixe the
headers.  I also cleaned up a couple uses of namespace DOM and namespace khtml
while I was in there and removed a couple kdDebug calls.  That's it.
Comment 3 Darin Adler 2006-01-19 10:41:56 PST
Comment on attachment 5781 [details]
proposed patch.

+template <class T> class QPtrVector;

I prefer "typename T" to "class T" in such lines and we've been using that
syntax as much as possible.

Looks great, r=me.