[Webkit-unassigned] [Bug 70805] [EFL] Make cache flush when max size of cache has been changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 23:30:41 PDT 2011


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-27 23:30:40 PST ---
(From update of attachment 112329)
View in context: https://bugs.webkit.org/attachment.cgi?id=112329&action=review

I'm confused. How does this help? ewk_tile_unused_cache_auto_flush has an early exit:
if (tileUnusedCache->memory.used <= tileUnusedCache->memory.max)
    return;
so it seems like calling ewk_tile_unused_cache_auto_flush here does't do anything.

> Source/WebKit/efl/ewk/ewk_tiled_model.cpp:636
> +    size_t oldSize = tileUnusedCache->memory.max;

I'd prefer calling it oldMax instead.

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