[Webkit-unassigned] [Bug 27561] ImageDecoder enhancements for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 13:39:15 PDT 2009


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





--- Comment #22 from Peter Kasting <pkasting at google.com>  2009-08-07 13:39:15 PDT ---
(In reply to comment #21)
> Definitely not while(true).  you initialize a variable for use in the for() and
> then let it pop off the stack once the loop exits.  The code is right as-is.

FWIW (which isn't much since I'm not a reviewer), I'm fine with the code the
way it's written, but I don't think changing it to expose scaledX and scaledY
at the function scope, and using while (true), would hurt the code.  This
function is pretty short and simple.  Dunno if there's an applicable WebKit
style rule.

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