Closed
Bug 1396058
Opened 7 years ago
Closed 7 years ago
GetLastRealColGroup does unnecessary work
Categories
(Core :: Layout: Tables, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
1.80 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
It's doing a walk along the child list to get to the end... but we have a direct pointer to the end!
![]() |
Assignee | |
Comment 1•7 years ago
|
||
No need to walk forward along the frame list when we can start at the end.
Attachment #8903733 -
Flags: review?(mats)
Updated•7 years ago
|
Attachment #8903733 -
Flags: review?(mats) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/584fa2c09356
Do less work in GetLastRealColGroup. r=mats
![]() |
||
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•