Consider to remove PlacesCompletionCallback
Categories
(Toolkit :: Places, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: daisuke, Assigned: daisuke)
References
Details
Attachments
(2 files)
This is a follow-up of bug 1910338.
PlacesCompletionCallback had been used by only PlacesUIUtils to change the behavior by failure though, the code was no longer used in D218040. Several tests use it, but those look like replaceable with waitForNotification.
However, as it is the only way to detect failure while processing in nsIFaviconService.setFaviconForPage, we need to keep it for now.
In this bug, we introduce another way to detect failure (perhaps, using Promise that will be returned?), and remove the callback.
Assignee | ||
Comment 1•3 months ago
|
||
Depends on D218736
Assignee | ||
Comment 2•3 months ago
|
||
Depends on D218737
Updated•3 months ago
|
Comment 4•28 days ago
|
||
Backed out for causing build bustages @ FaviconHelpers.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/d5ed7fdcd1c3fbfc4329bb4ffd3878da385bfe95
Assignee | ||
Updated•28 days ago
|
Comment 6•27 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f287f51804e9
https://hg.mozilla.org/mozilla-central/rev/1cd2917a3e0b
Description
•