[Webkit-unassigned] [Bug 16080] Clean up DRT code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 01:12:37 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16080





------- Comment #1 from eric at webkit.org  2007-11-21 01:12 PDT -------
Created an attachment (id=17426)
 --> (http://bugs.webkit.org/attachment.cgi?id=17426&action=view)
[PATCH] Pull DumpRenderTreeWindow and DumpRenderTreePasteboard out into their
own files

 WebKitTools/DumpRenderTree/DumpRenderTree.h        |    2 +
 .../DumpRenderTree.xcodeproj/project.pbxproj       |   40 +++-
 WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm   |  227 +-------------------
 .../DumpRenderTree/mac/DumpRenderTreePasteboard.h  |   35 +++
 .../DumpRenderTree/mac/DumpRenderTreePasteboard.m  |  201 +++++++++++++++++
 .../DumpRenderTree/mac/DumpRenderTreeWindow.h      |   35 +++
 .../DumpRenderTree/mac/DumpRenderTreeWindow.mm     |   85 ++++++++
 7 files changed, 401 insertions(+), 224 deletions(-)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list