[webkit-reviews] review granted: [Bug 103186] [EFL] Refactor RenderThemeEfl::getThemePartFromCache() : [Attachment 175864] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 13:01:38 PST 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 103186: [EFL] Refactor RenderThemeEfl::getThemePartFromCache()
https://bugs.webkit.org/show_bug.cgi?id=103186

Attachment 175864: Patch
https://bugs.webkit.org/attachment.cgi?id=175864&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=175864&action=review


> Source/WebCore/ChangeLog:11
> +	   Refactor getThemePartFromCache() so that a list is used
> +	   for the cache instead of a vector. The function moves
> +	   items to the head of the container which is much more
> +	   efficient with a list than a vector.

Ah nice, I wanted to do this at some point but forgot all about it


More information about the webkit-reviews mailing list