[Webkit-unassigned] [Bug 70900] [EFL] Invalidate request for the single view can be discarded without rendering.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 16:29:37 PDT 2011


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuan.choi at samsung.com




--- Comment #1 from Ryuan Choi <ryuan.choi at samsung.com>  2011-10-26 16:29:37 PST ---
(In reply to comment #0)
> As ewk_view_layout_if_needed_recursive api causes invalidate request via ChromeClient, it can be discarded without rendering as long as it would be called after ewk_view_repaints_get api.

Wow, Good point.
It solved many rendering issues in single view.

> 
> So, It is better to be move into other position, but I couldn't make sure whether it's really good when it must be handled whenever ewk_view_layout_if_needed_recursive api is called.

I moved related codes to below of ewk_view_layout_if_needed_recursive.
It looks quite better.

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