summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_action.cc
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 18:50:25 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 18:50:25 +0000
commit8761dfd26bce81b5e438cbee1f020755cabaef7c (patch)
tree5529a2115cc26318f0491438a3d7cb079bd1af21 /chrome/common/extensions/extension_action.cc
parent94905a11e8d08a8902babc5bbd9cec40b2262ac7 (diff)
downloadchromium_src-8761dfd26bce81b5e438cbee1f020755cabaef7c.zip
chromium_src-8761dfd26bce81b5e438cbee1f020755cabaef7c.tar.gz
chromium_src-8761dfd26bce81b5e438cbee1f020755cabaef7c.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31802 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_action.cc')
0 files changed, 0 insertions, 0 deletions