Comment #9 on issue 23500 by [email protected]: Download animation  
arrow doesn't work on Snow Leopard
http://code.google.com/p/chromium/issues/detail?id=23500

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=31802

------------------------------------------------------------------------
r31802 | [email protected] | 2009-11-12 10:50:25 -0800 (Thu, 12 Nov  
2009) | 13 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/cocoa/download_started_animation_mac.mm?r1=31802&r2=31801

Moves the animation for the download_started into an overlay window to get
rid of jankyness on 10.6. It really shouldn't have worked right on 10.5  
either.
The layer needed to be hosted in a view. Views should not overlap.
The only ways to do this correctly are:
a) Turn on setWantsLayer for the browser view and make a subview to host our
    animation.
b) An overlay window
Went with 'b', because 'a' may be a big memory hit, and I'm not sure how
webkit works in a layered environment.
BUG=23500
TEST=see bug

Review URL: http://codereview.chromium.org/385053
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to