RESOLVED FIXED 6502
split dom_docimpl.* into multiple files (one per class)
https://bugs.webkit.org/show_bug.cgi?id=6502
Summary split dom_docimpl.* into multiple files (one per class)
Eric Seidel (no email)
Reported 2006-01-12 04:07:48 PST
split dom_docimpl.* into multiple files (one per class) The attached patch does just that.
Attachments
proposed patch. (632.57 KB, patch)
2006-01-12 04:08 PST, Eric Seidel (no email)
andersca: review+
split_class.pl script for splitting class files (4.64 KB, text/x-perl-script)
2006-01-12 04:10 PST, Eric Seidel (no email)
no flags
SpacingHeuristics.pm perl module (1.67 KB, text/x-perl-script)
2006-01-12 04:10 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2006-01-12 04:08:31 PST
Created attachment 5615 [details] proposed patch.
Eric Seidel (no email)
Comment 2 2006-01-12 04:09:18 PST
Comment on attachment 5615 [details] proposed patch. Simple. I just ran my fancy splitter script, then went and fixed include files until things worked. (I removed all #include "dom_docimpl.h" lines and then added back ones that were needed.)
Eric Seidel (no email)
Comment 3 2006-01-12 04:10:15 PST
Created attachment 5616 [details] split_class.pl script for splitting class files
Eric Seidel (no email)
Comment 4 2006-01-12 04:10:37 PST
Created attachment 5617 [details] SpacingHeuristics.pm perl module
Anders Carlsson
Comment 5 2006-01-12 04:23:16 PST
Comment on attachment 5615 [details] proposed patch. r=me
Note You need to log in before you can comment on or make changes to this bug.