Closed
Bug 375745
Opened 18 years ago
Closed 17 years ago
Unsubscribing from feeds still shows in list until manager is closed
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: aryx, Assigned: bugzilla.mozilla.org-3)
Details
(Keywords: verified1.8.1.13)
Attachments
(1 file)
631 bytes,
patch
|
mkmelin
:
review+
dveditz
:
approval1.8.1.13+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 - Build ID: 2007032620
Subscribe to the following feeds:
https://addons.mozilla.org/de/firefox/browse/type:1/cat:all/sort:updated/format:rss
https://addons.mozilla.org/de/thunderbird/browse/type:1/cat:all/sort:updated/format:rss
https://addons.mozilla.org/de/seamonkey/browse/type:1/cat:all/sort:updated/format:rss
https://addons.mozilla.org/de/sunbird/browse/type:1/cat:all/sort:updated/format:rss
Close the feed manager and restart Thunderbird (don't know if necessary). Go to the feed manager via context menu and remove the seamonkey and the sunbird feed. Both still show up in the list. Now close the the feed manager and reopen it. The removed feeds are gone. Was able to reproduce.
Comment 1•18 years ago
|
||
Yep, in the Error Console I get:
Error: server has no properties
Source File: chrome://messenger-newsblog/content/utils.js
Line: 232
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Comment 2•17 years ago
|
||
Feed.server wasn't initialized, and that caused problems in Feed.invalidateItems() that calls getItemsDS(this.server).
Assignee: mscott → bugzilla.mozilla.org-1
Status: NEW → ASSIGNED
Attachment #301042 -
Flags: review?(mkmelin+mozilla)
Comment 3•17 years ago
|
||
Comment on attachment 301042 [details] [diff] [review]
Patch
Looks good, thx for the patch! I can check it in for you later today.
Attachment #301042 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Thanks.
Is a low-risk fix like likely to be accepted for the Thunderbird 2.0 branch? In that case I can try to roll a 2.0 build and see if it also works there.
Comment 5•17 years ago
|
||
It might... I would assume the patch applies to branch as is. You can ask for approval if it does.
For future reference, it's easer to review/and apply if you do the cvs diff standing in the mozilla dir.
Checking in mail/extensions/newsblog/content/feed-subscriptions.js;
/cvsroot/mozilla/mail/extensions/newsblog/content/feed-subscriptions.js,v <-- feed-subscriptions.js
new revision: 1.23; previous revision: 1.22
done
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
Assignee | ||
Comment 6•17 years ago
|
||
Comment on attachment 301042 [details] [diff] [review]
Patch
The patch also works for MOZILLA_1_8_BRANCH. I assume approval1.8.1.12 is the right flag to request for inclusion in the next Thunderbird 2.0.0.x release?
Attachment #301042 -
Flags: approval1.8.1.12?
Comment 7•17 years ago
|
||
Comment on attachment 301042 [details] [diff] [review]
Patch
Already into code-freeze, moving request to next release
Attachment #301042 -
Flags: approval1.8.1.12? → approval1.8.1.13?
Comment 8•17 years ago
|
||
Comment on attachment 301042 [details] [diff] [review]
Patch
approved for 1.8.1.13, a=dveditz for release-drivers
Attachment #301042 -
Flags: approval1.8.1.13? → approval1.8.1.13+
Assignee | ||
Comment 9•17 years ago
|
||
Requesting check-in on branch - thanks.
Comment 10•17 years ago
|
||
For branch-only checkins it's not necessary to reopen. checkin-needed keyword and a note that it's a branch checkin on the whiteboard is sufficient.
1.8 BRANCH:
Checking in mail/extensions/newsblog/content/feed-subscriptions.js;
/cvsroot/mozilla/mail/extensions/newsblog/content/feed-subscriptions.js,v <-- feed-subscriptions.js
new revision: 1.13.2.3; previous revision: 1.13.2.2
done
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Keywords: checkin-needed → fixed1.8.1.13
Resolution: --- → FIXED
Comment 11•17 years ago
|
||
I can verify that this appears to work as expected (TB 3.0a1pre (2008021703)); but see bug 267082 comment 16.
Comment 12•17 years ago
|
||
I verified this in Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) Gecko/2008042109 Thunderbird/2.0.0.14. The feeds will get moved to the trash, which can then be emptied to delete them.
Keywords: fixed1.8.1.13 → verified1.8.1.13
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Version: 2.0 → 1.8 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•