[Webkit-unassigned] [Bug 44256] [EFL] Private Browsing feature for WebKit-Efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 02:01:57 PDT 2011


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





--- Comment #43 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-03-22 02:01:56 PST ---
(From update of attachment 84026)
View in context: https://bugs.webkit.org/attachment.cgi?id=84026&action=review

> Source/WebKit/efl/ewk/ewk_cookies.cpp:266
> +    return EINA_TRUE;

Why should we return true unconditionally ?

> Source/WebKit/efl/ewk/ewk_cookies.cpp:268
> +    return EINA_FALSE;

Please change EINA_FALSE with  EINA_SAFETY_ON_TRUE_RETURN(1);

> Source/WebKit/efl/ewk/ewk_settings.cpp:341
> +    return EINA_TRUE;

This is same.

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