Closed
Bug 1578375
Opened 5 years ago
Closed 5 years ago
Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: perf)
Attachments
(1 file)
Bug 1578375 - Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=mak
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
__rebuid
queries layout, then does a bunch of calculations only to set a height on the buttons contains as explained in this comment:
// If the <div> with the list of search engines doesn't have
// a fixed height, the panel will be sized incorrectly, causing the bottom
// of the suggestion <tree> to be hidden.
Today the urlbar uses neither a popup nor a tree so I don't think we need this hack anymore.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc41162193ba
Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=adw
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Assignee | ||
Comment 4•5 years ago
|
||
Comment on attachment 9090007 [details]
Bug 1578375 - Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=mak
Beta/Release Uplift Approval Request
- User impact if declined: this is needed for bug 1567384
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Mostly moving legacy code around so it doesn't run for the address bar as it shouldn't be needed there
- String changes made/needed:
Attachment #9090007 -
Flags: approval-mozilla-beta?
Comment 5•5 years ago
|
||
Comment on attachment 9090007 [details]
Bug 1578375 - Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=mak
Fix to help with accessibility and search bar from a regression in 70. OK for uplift for beta 5.
Attachment #9090007 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•5 years ago
|
||
bugherder uplift |
status-firefox70:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•