Closed
Bug 1364661
Opened 8 years ago
Closed 8 years ago
Remove _fillTrailingGap
Categories
(Firefox :: Tabbed Browser, enhancement, P1)
Firefox
Tabbed Browser
Tracking
()
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [photon-performance])
Attachments
(1 file)
This was working around some old XUL layout weirdness, but nowadays this uses the same scroll frame implementation as HTML and as I understand it, tabStrip.scrollPosition + tabStrip.scrollClientSize > tabStrip.scrollSize cannot be true.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8867452 [details]
Bug 1364661 - Remove _fillTrailingGap.
https://reviewboard.mozilla.org/r/139010/#review142294
::: browser/base/content/test/general/browser_tabopen_reflows.js
(Diff revision 1)
> - // SessionStore.getWindowDimensions()
> - "ssi_getWindowDimension@resource:///modules/sessionstore/SessionStore.jsm|" +
> - "ssi_updateWindowFeatures/<@resource:///modules/sessionstore/SessionStore.jsm|" +
> - "ssi_updateWindowFeatures@resource:///modules/sessionstore/SessionStore.jsm|" +
> - "ssi_collectWindowData@resource:///modules/sessionstore/SessionStore.jsm|",
> -
FYI, bug 1358809 removed this reflow.
::: devtools/client/responsive.html/docs/browser-swap.md
(Diff revision 1)
> * Emit `EndSwapDocShells`
> * `gBrowser.mTabProgressListener`
> * `filter.addProgressListener`
> * `ourBrowser.webProgress.addProgressListener`
> * `gBrowser._endRemoveTab`
> - * `gBrowser.tabContainer._fillTrailingGap`
Not really sure what this file is...
Updated•8 years ago
|
Flags: qe-verify?
Assignee | ||
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8867452 [details]
Bug 1364661 - Remove _fillTrailingGap.
https://reviewboard.mozilla.org/r/139010/#review142316
Nice! :-)
Attachment #8867452 -
Flags: review?(florian) → review+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55ec58fcd793
Remove _fillTrailingGap. r=florian
![]() |
||
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•8 years ago
|
Iteration: --- → 55.5 - May 15
You need to log in
before you can comment on or make changes to this bug.
Description
•