[Webkit-unassigned] [Bug 69127] [EFL] Enabling the Page Visibility API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 23:52:25 PDT 2011


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





--- Comment #5 from Dongwoo Joshua Im <dwim79 at gmail.com>  2011-09-29 23:52:25 PST ---
Dear Grzegorz.

I will update the patch regarding your comments.


But there is one issue.
What you said is, "Setter functions in WebKit-EFL tend to return Eina_Bool instead of void to notify whether changes were applied.".
The return type of this setter function is void, because the return type of the "setVisibilityState()" function of WebCore::Page is void.
There is no way to know whether changes were applied in WebCore, so I think it's better to remain the return type of this setter function as "void".

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