[webkit-reviews] review requested: [Bug 20412] webkitview.cpp passes negative-value constants as guint : [Attachment 26667] 0001-2009-01-13-Xan-Lopez-xan-gnome.org.patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 07:38:25 PST 2009


Xan Lopez <xan.lopez at gmail.com> has asked  for review:
Bug 20412: webkitview.cpp passes negative-value constants as guint
https://bugs.webkit.org/show_bug.cgi?id=20412

Attachment 26667: 0001-2009-01-13-Xan-Lopez-xan-gnome.org.patch
https://bugs.webkit.org/attachment.cgi?id=26667&action=review

------- Additional Comments from Xan Lopez <xan.lopez at gmail.com>
commit aeda6d41172041771a67768130db8d38f6ed28f8
Author: Xan Lopez <xan at gnome.org>
Date:	Tue Jan 13 17:36:57 2009 +0200

    2009-01-13	Xan Lopez  <xan at gnome.org>

	    Reviewed by NOBODY (OOPS!).

	    Reported by Daniel Macks.

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

	    Use positive numbers for the target info IDs, gtk_target_list_add
	    casts them to 'guint'. Also just start them from 0, since the
	    values are not relevant or magic in any way, they are just used as
	    tokens for the user of the API.

	    * webkit/webkitwebview.h:

 WebKit/gtk/ChangeLog		   |   15 +++++++++++++++
 WebKit/gtk/webkit/webkitwebview.h |	4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)


More information about the webkit-reviews mailing list