Closed
Bug 372729
Opened 18 years ago
Closed 18 years ago
scrollbar layout happens after onload
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: roc)
References
()
Details
Attachments
(1 file)
1.42 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Bug 363253 made scrollbar layout happen in a callback, and the linux perf box, this resulted in txul times decreasing by a large percentage. On, IRC bz wondered whether making scrollbar munging happen after onload is desirable.
![]() |
||
Comment 1•18 years ago
|
||
So the point is that DoneRemovingReflowRoots() is what fires onload and this comes before reflow callbacks.
Perhaps we should reverse the ordering of those two?
Flags: blocking1.9?
Assignee | ||
Comment 2•18 years ago
|
||
Yeah, I think we should.
Assignee | ||
Comment 3•18 years ago
|
||
patch to do just that
Assignee: nobody → roc
Status: NEW → ASSIGNED
Attachment #257416 -
Flags: superreview?(bzbarsky)
Attachment #257416 -
Flags: review?(bzbarsky)
![]() |
||
Comment 4•18 years ago
|
||
Comment on attachment 257416 [details] [diff] [review]
fix
Let's try it.
Attachment #257416 -
Flags: superreview?(bzbarsky)
Attachment #257416 -
Flags: superreview+
Attachment #257416 -
Flags: review?(bzbarsky)
Attachment #257416 -
Flags: review+
Assignee | ||
Comment 5•18 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: blocking1.9? → in-testsuite-
Resolution: --- → FIXED
![]() |
||
Comment 6•18 years ago
|
||
Hmm. This had no effect on Txul... I wonder why bug 363253 made Txul go down, then...
![]() |
||
Comment 7•18 years ago
|
||
This is not needed on branch.
![]() |
||
Comment 9•18 years ago
|
||
No. Not unless bug 363253 lands on branch.
Comment 10•18 years ago
|
||
Thanks. We don't have any plans to backport bug 363253, but we do want bug 267833 on the old branch. Clearing blocking1.8.1.8 nomination.
Flags: blocking1.8.1.8?
You need to log in
before you can comment on or make changes to this bug.
Description
•