[Webkit-unassigned] [Bug 97324] [GTK] Add support for Page Visibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 10:02:04 PST 2013


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





--- Comment #8 from Anton Obzhirov <a.obzhirov at samsung.com>  2013-02-07 10:04:10 PST ---
(From update of attachment 186591)
View in context: https://bugs.webkit.org/attachment.cgi?id=186591&action=review

>>>> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2955
>>>> + * @initial_state: a flag to specify if the visibility state is initial
>>> 
>>> Hrm. I'm not sure if I totally understand the initial_state flag here. It could definitely use some more documentation.
>> 
>> Well, it basically means if the flag is set then override current visibility state with @visibility_state. Will update documentation here.
> 
> If you can only override the current state with a TRUE value here, what happens if you don't pass the flag?

It will still change the state but JavaScript onVisibilityChange callback will be triggered additionally to it (may be something else as well, I need to double check). So flag means just update visibility state).

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