[Webkit-unassigned] [Bug 32334] [GTK] Should provide an API to control the IconDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 12:01:17 PST 2009


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





--- Comment #4 from Gustavo Noronha (kov) <gns at gnome.org>  2009-12-09 12:01:17 PST ---
(In reply to comment #2)
> Attachment 44549 [details] did not pass style-queue:
> 
> Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
> WebKit/gtk/webkit/webkitwebview.cpp:2398:  Use 0 instead of NULL. 
> [readability/null] [5]
> WebKit/gtk/webkit/webkitwebview.cpp:4003:  Use 0 instead of NULL. 
> [readability/null] [5]
> WebKit/gtk/webkit/webkitprivate.cpp:262:  Use 0 instead of NULL. 
> [readability/null] [5]

This is caused by our convention that NULL should be used for any calls gcc
checks for the sentinel, and for code inside WebKit/gtk/.

> WebKit/gtk/webkit/webkitwebview.h:371:  Extra space before ( in function call 
> [whitespace/parens] [4]
> Total errors found: 4

This is caused by the GTK+ API convention of using vertical alignment for
parameters. Any .h inside WebKit/gtk/webkit/ will have that.

-- 
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