[Webkit-unassigned] [Bug 73773] [WK2][GTK] WebSettings support in MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 08:04:58 PST 2011


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





--- Comment #8 from Philippe Normand <pnormand at igalia.com>  2011-12-16 08:04:58 PST ---
(From update of attachment 117791)
View in context: https://bugs.webkit.org/attachment.cgi?id=117791&action=review

>> Tools/MiniBrowser/gtk/main.c:87
>> +        if (value && g_ascii_strcasecmp(value, "true") && strcmp(value, "1"))
> 
> I don't undertand this line g_ascii_strcasecmp(value, "true") && strcmp(value, "1"), I don't know what the intention is, but the value can't be "true" and "1".

IIUC, this tests if value != true and value != 1

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