[Webkit-unassigned] [Bug 31518] Support pixel dumping on Gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 15 10:12:41 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31518





--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2009-11-15 10:12:40 PST ---
Created an attachment (id=43250)
 --> (https://bugs.webkit.org/attachment.cgi?id=43250)
Work-In-Progress of implementing pixel dumping support

This patch is work-in-progress and has some issues:
MD5 hashing should be reworked and tested to work on both Windows and Gtk port
(we share this hashing part of the code with Windows port). This problem is
better commented between the code. Also, MD5.h and MD5.cpp that Windows port
possesses should be brought into the build rules for Gtk port. Currently,
include of <openssl/md5.h>is used, but should be removed.
The diffing algorithm should be checked - it was rewritten from the Qt port and
seems to work, but a check wouldn't harm.
The diff image creation should be looked upon - I didn't get onto any examples
of what the diff image should actually look like, so I didn't finish that off
completely.

More comments, suggestions etc. between the lines.

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



More information about the webkit-unassigned mailing list