Open
Bug 1440070
Opened 7 years ago
Updated 2 years ago
PlacesToolbar updateNodesVisibilityTimer should use promiseDocumentFlushed
Categories
(Firefox :: Bookmarks & History, enhancement, P3)
Firefox
Bookmarks & History
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
Details
(Whiteboard: [fxsearch])
The intermittent issues that this comment:
https://searchfox.org/mozilla-central/rev/47cb352984bac15c476dcd75f8360f902673cb98/browser/components/places/content/browserPlacesViews.js#1604-1608
refers too is likely due to the fact the BrowserUtils.promiseLayoutFlushed wasn't always super reliable. Bug 1434376 is addressing this with window.promiseDocumentFlushed, and once that bug is closed, we should perhaps try fixing the browserPlacesViews.js code to use it.
Updated•7 years ago
|
Priority: -- → P3
Whiteboard: [fxsearch]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•