Open
Bug 561937
(layoutperfarch)
Opened 16 years ago
Updated 2 years ago
[meta] Tracking bug for layout architectural issues that cause performance problems
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Depends on 3 open bugs)
Details
(Keywords: meta)
Attachments
(1 obsolete file)
This is a bug to track architectural things in layout that lead to performance problems.
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
-moz-appearance:none
background-color:transparent
they seemed to cause to repaint hightly.below sets didn't cause repaint hightly.
-moz-apearance: "something that is not none"
background-color:transparent
-moz-apearance:glass
background-color:transparent
-moz-apearance:none
background-color:"some color"
why did 1th set have so lowly performance?where cause this issue? was nsframe::didreflow ? cairo ? layout paint background ?
please give me some suggestions, thx.
| Reporter | ||
Comment 2•16 years ago
|
||
This is a tracking bug. The only thing you should be doing is filing other bugs and adding them to the dependency list, if they're architectural issues.
Updated•3 years ago
|
Severity: normal → S3
Comment 3•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 11 votes.
:dholbert, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dholbert)
Comment 4•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Flags: needinfo?(dholbert)
Updated•2 years ago
|
Type: defect → task
Summary: Tracking bug for layout architectural issues that cause performance problems → [meta] Tracking bug for layout architectural issues that cause performance problems
Updated•2 years ago
|
Attachment #9387114 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•