Closed
Bug 1678606
Opened 4 years ago
Closed 4 years ago
Convert onClearHistory to a new history-cleared PlacesEvent
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: mak, Assigned: daisuke)
References
Details
(Keywords: perf)
Attachments
(3 files)
A few consumers are listening to history changes just for onClearHistory, and that's a waste of resources, we should provide a direct history-cleared notification instead.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Iteration: --- → 85.3 - Dec 14 - Dec 27
Points: --- → 3
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D99424
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D99750
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D99751
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1cf7a9b74ce9
Imlement a mechanism to fire history-cleared event. r=mak
https://hg.mozilla.org/integration/autoland/rev/dd486bf6bbb8
Apply history-cleared event instead of onClearHistory. r=mixedpuppy,mak
https://hg.mozilla.org/integration/autoland/rev/87e34c325a1d
Remove onClearHistory interface from nsINavHistoryService. r=mixedpuppy,mak
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1cf7a9b74ce9
https://hg.mozilla.org/mozilla-central/rev/dd486bf6bbb8
https://hg.mozilla.org/mozilla-central/rev/87e34c325a1d
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•