Closed
Bug 1392221
Opened 8 years ago
Closed 8 years ago
FeedWriter declares that it implements nsINavHistoryObserver when it doesn't need to (and doesn't implement it)
Categories
(Firefox Graveyard :: RSS Discovery and Preview, enhancement)
Firefox Graveyard
RSS Discovery and Preview
Tracking
(firefox57 fixed)
RESOLVED
FIXED
Firefox 57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: standard8, Assigned: dbugs)
References
Details
Attachments
(1 file)
Whilst looking at another bug, I realised that FeedWriter is declaring that it implements Ci.nsINavHistoryObserver, but it doesn't need to, nor does it implement it.
Bug 621274 stopped FeedWriter being an observer of Places history, and removed the implementation of that observer, but didn't remove the declaration line.
We can simply remove the line from the QueryInterface definition.
Assigning to Dan as I'm sure he can do a patch for this.
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8899494 [details]
Bug 1392221 - FeedWriter doesn't implement nsINavHistoryObserver nor does it need to - so remove it from the QI definition.
https://reviewboard.mozilla.org/r/170768/#review175966
Attachment #8899494 -
Flags: review?(standard8) → review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74907b791b12
FeedWriter doesn't implement nsINavHistoryObserver nor does it need to - so remove it from the QI definition. r=standard8
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•