Bug 6683 - break render_table out into separate files (one per class)
Summary: break render_table out into separate files (one per class)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 00:02 PST by Eric Seidel (no email)
Modified: 2006-01-21 11:21 PST (History)
0 users

See Also:


Attachments
proposed patch. (677.89 KB, patch)
2006-01-20 00:03 PST, Eric Seidel (no email)
bdakin: 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) 2006-01-20 00:02:19 PST
break render_table out into separate files (one per class)

I also am moving render_container to RenderContainer and render_block to RenderBlock at the same time.
Comment 1 Eric Seidel (no email) 2006-01-20 00:03:19 PST
Created attachment 5795 [details]
proposed patch.
Comment 2 Eric Seidel (no email) 2006-01-20 00:04:27 PST
Comment on attachment 5795 [details]
proposed patch.

More of the same.  This patch breaks render_table out into separate files (one
per class) and moves render_block to RenderBlock and render_container to
RenderContainer.  I used my split_class.pl script like always, then just went
through and cleaned up the headers.
Comment 3 Beth Dakin 2006-01-20 10:25:03 PST
Comment on attachment 5795 [details]
proposed patch.

Part of me likes having all of the table classes in one file, but this is
probably better. It does seem much cleaner this way. So r=me!
Comment 4 Darin Adler 2006-01-21 11:21:22 PST
Eric landed this Thursday.