[webkit-reviews] review requested: [Bug 16087] Clean up more DRT code : [Attachment 17439] [PATCH] Break out more of DumpRenderTree.mm into individual files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 19:50:24 PST 2007


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 16087: Clean up more DRT code
http://bugs.webkit.org/show_bug.cgi?id=16087

Attachment 17439: [PATCH] Break out more of DumpRenderTree.mm into individual
files
http://bugs.webkit.org/attachment.cgi?id=17439&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
I'm re-using this bug because it was already here.  Another relatively simple
patch, restructuring more of DRT into individual files.  At some level this is
needless code-churn.  At another, this is useful not only to future DRT hackers
(for better hackability) but also for possible future abstraction.  For
example, CheckedMalloc could already be used by any other DRT implementation. 
With a little tweaking (to remove CF dependencies) JavaScriptThreading.* could
as well.


More information about the webkit-reviews mailing list