[webkit-reviews] review requested: [Bug 16133] Implement pixel test support on Windows : [Attachment 17520] [5/5] Fix Bug 16133: Implement pixel test support on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 14:26:33 PST 2007


Adam Roben <aroben at apple.com> has asked  for review:
Bug 16133: Implement pixel test support on Windows
http://bugs.webkit.org/show_bug.cgi?id=16133

Attachment 17520: [5/5] Fix Bug 16133: Implement pixel test support on Windows
http://bugs.webkit.org/attachment.cgi?id=17520&action=edit

------- Additional Comments from Adam Roben <aroben at apple.com>

WebKit/win:

	Add ImageDiff.vcproj to WebKit.sln

	Reviewed by NOBODY (OOPS!).

	* WebKit.vcproj/WebKit.sln:

WebKitTools:

	Port ImageDiff to CG and C++

	Final part of http://bugs.webkit.org/show_bug.cgi?id=16133
	<rdar://5071708>

	Reviewed by NOBODY (OOPS!).

	* DumpRenderTree/DumpRenderTree.sln: Added ImageDiff.vcproj.
	* DumpRenderTree/cg/ImageDiff.cpp: Added.
	(main):
	(createImageFromStdin):
	(compareImages):
	(getDifferenceBitmap):
	(computePercentageDifferent):
	* DumpRenderTree/win/ImageDiff.vcproj: Added.
---
 WebKit/win/ChangeLog				 |    8 +
 WebKit/win/WebKit.vcproj/WebKit.sln		 |   21 ++-
 WebKitTools/ChangeLog				 |   18 ++
 WebKitTools/DumpRenderTree/DumpRenderTree.sln	 |    8 +
 WebKitTools/DumpRenderTree/cg/ImageDiff.cpp	 |  203 +++++++++++++++++++++++
 WebKitTools/DumpRenderTree/win/ImageDiff.vcproj |  182 ++++++++++++++++++++
 6 files changed, 435 insertions(+), 5 deletions(-)


More information about the webkit-reviews mailing list