Closed
Bug 488460
Opened 17 years ago
Closed 17 years ago
Invalidation cleanup
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file, 1 obsolete file)
|
10.24 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
I've been spending a whole lot of time in the invalidation code recently, and found that some function names are rather poor, and the code is unclear and under-documented in many places. This bug covers a bunch of cleanup patches I want to land.
| Assignee | ||
Comment 1•17 years ago
|
||
Here's some stuff I separated from the patch in bug 463939.
Comment 2•17 years ago
|
||
+ // XXX [perf] here we call UpdateCoveredRegion on all our children, not just
+ // the active child. Maybe we should optimize for that? Or should
+ // getBoundingClientRect() always return something sane for *all* children?
Oops, we should just update the active child covered region (and perhaps the previously active child covered region).
| Assignee | ||
Comment 3•17 years ago
|
||
I'm not sure. I filed bug 495968 for that part.
| Assignee | ||
Comment 4•17 years ago
|
||
Attachment #372847 -
Attachment is obsolete: true
Attachment #381096 -
Flags: review?(longsonr)
Comment 5•17 years ago
|
||
Comment on attachment 381096 [details] [diff] [review]
patch
>+ // Areas dirtied by changes to decendents that are in our document
s/descendent/descendant/
r=longsonr with nit picked.
Attachment #381096 -
Flags: review?(longsonr) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•