Closed
Bug 628366
Opened 14 years ago
Closed 13 years ago
Scrolling the Get Add-ons page in about:addons is slow
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: smaug, Unassigned)
References
Details
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:2.0b10pre) Gecko/20110124 Firefox/4.0b10pre
The page seems to be this https://services.addons.mozilla.org/en-US/firefox/discovery/pane/4.0b10pre/Darwin
Based on Shark profile
26.9% is taken by painting background (including 17.5% PaintGradient)
17.5% is taken by painting borders.
10.4% is taken by nsTextFrame::PaintOneShadow and things under it
7.8% is taken by nsDisplayBoxShadowInner::Draw and things under it
(I'll file another bug for the usability issues.)
Reporter | ||
Updated•14 years ago
|
Summary: Scrolling the addon page is slow → Scrolling the addon page in about:addons is slow
Reporter | ||
Comment 1•14 years ago
|
||
If I load just https://services.addons.mozilla.org/en-US/firefox/discovery/pane/4.0b10pre/Darwin, scrolling is quite fast. So something in
about:addons triggers slow paths.
Comment 2•14 years ago
|
||
Bug 623615 is the same issue for the list view, any reason to think this would be something different?
Comment 3•14 years ago
|
||
I don't think so. AS given by comment 1 the problem is not in the discovery pane but only happens when content is presented in our pane with rounded corners.
Reporter | ||
Comment 4•14 years ago
|
||
this could be the same as bug 623615. Marking dependency
Depends on: 623615
Comment 5•14 years ago
|
||
When you put anything inside a rounded rect with overflow hidden it gets slow.
Comment 6•14 years ago
|
||
This should have gotten better.
Comment 8•14 years ago
|
||
Lets keep this bug for the Get Add-ons case.
Summary: Scrolling the addon page in about:addons is slow → Scrolling the Get Add-ons page in about:addons is slow
Comment 9•13 years ago
|
||
Is this fixed now by bug 716439?
Comment 10•13 years ago
|
||
Yes, it is. Can be closed now.
Comment 11•13 years ago
|
||
Thanks for the confirmation :)
-> FIXED via bug 716439
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Depends on: GPU-clipping-rounded
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•