Open
Bug 365859
Opened 19 years ago
Updated 3 years ago
Optimization opportunity in frame border drawing
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
NEW
People
(Reporter: stanshebs, Unassigned)
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
Details | Diff | Splinter Review |
This is just to record a little optimization opportunity that I turned up in frame drawing - it replaces a series of line draws with a single rect. I'm not putting it in yet because I'm experimenting with machinery that measure the effect of this change, but just in case I get run over by a bus... The patch itself has some of the experiment bits, don't ever install those obviously.
| Reporter | ||
Updated•19 years ago
|
Assignee: nobody → stanshebs
Updated•19 years ago
|
Assignee: stanshebs → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Updated•19 years ago
|
Severity: normal → enhancement
| Reporter | ||
Comment 1•19 years ago
|
||
I do expect to install this patch in the near future.
Assignee: nobody → stanshebs
Comment 2•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: stanshebs → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•