Chromium Code Reviews
DescriptionMac: Restore the show animation and subpixel AA for extension permissions prompts
This regressed with the switchover to the 10.10 SDK. Extension prompts
that had permissions text stopped animating when shown, and the
permissions text lost its subpixel antialiasing. It's likely related to
the "Responsive Scrolling" changes that came in with 10.9 and were
disabled when linking to the 10.6 SDK.
Giving the NSScrollView containing the permissions text a layer restores
the show animation. Giving the NSOutlineView inside the NSScrollView an
opaque background restores the subpixel AA.
BUG=521901, 532791
TEST=At https://chrome.google.com/webstore/detail/nmljjlfbnbekmadhbpfpkcminoejelga
click 'Add to Chrome'. The permissions prompt should animate in, and all
the fonts should look smooth on a non-retina screen (particularly the
blue 'Show Details' link).
Committed: https://crrev.com/2866fa64ce3757530621d31558e2c17cd4de69e7
Cr-Commit-Position: refs/heads/master@{#350706}
Patch Set 1 #Patch Set 2 : Fix animation as well #Messages
Total messages: 7 (2 generated)
|