Closed
Bug 308240
Opened 19 years ago
Closed 18 years ago
Changing Live Bookmark URL doesn't remove current items before loading new URL
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 2 beta1
People
(Reporter: philor, Assigned: philor)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
1.42 KB,
patch
|
vlad
:
review+
vlad
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Hitting this real-world requires a nice slow connection, so that you can change the URL and open the livemark folder before it updates to the new items from the new URL, but you can get the same effect, with bonus breakage, by changing to an unresponsive URL. STR: 1. Start with a Live Bookmark on the bookmarks toolbar: the default "Latest Headlines" is fine, but be sure you've scrolled down to the bottom of the items. 2. Right-click, Properties, change the Feed Location to http://example.com:440/rss.xml 3. Click OK, then open the livemark folder, and you'll have a "Live Bookmark loading" item at the bottom of the previous items. 4. Since it doesn't change, decide to right-click, Reload Live Bookmark - now you have a completely broken empty livemark, without even a "Live Bookmark failed to load" item. With a non-broken URL, it just looks like it didn't work if you open the livemark before it finishes loading, because you still see the same items (and probably don't notice the "Live Bookmark loading..." at the bottom, especially if there are enough items to have it scrolled off the bottom).
Comment 1•19 years ago
|
||
I use a valid RSS field as the new URL value, and even after repeated refreshes I don't see new entries in the live bookmark.
| Assignee | ||
Comment 3•19 years ago
|
||
D'oh, I should have looked at whether it was a one-liner suitable for my limited skillz.
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #223746 -
Flags: review?(vladimir)
Attachment #223746 -
Flags: approval-branch-1.8.1?(vladimir)
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Firefox 2 beta1
Version: Trunk → 2.0 Branch
Comment on attachment 223746 [details] [diff] [review] patch r+a=me
Attachment #223746 -
Flags: review?(vladimir)
Attachment #223746 -
Flags: review+
Attachment #223746 -
Flags: approval-branch-1.8.1?(vladimir)
Attachment #223746 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 5•19 years ago
|
||
Checked in on the branch. This isn't relevant to the trunk, right? mozilla/browser/components/bookmarks/src/nsBookmarksService.cpp 1.67.2.10
Keywords: fixed1.8.1
Whiteboard: [checkin needed]
| Assignee | ||
Comment 6•19 years ago
|
||
Only relevant to the trunk for -disable-places (which at least one person we know is using) - the Places version would be bug 331236 to have it even notice that the URL has been changed, and then we'll see if whoever does that remembers to remove old items.
| Assignee | ||
Comment 7•18 years ago
|
||
However, I can't close it as fixed until it's fixed on the trunk, where the file exists even if it isn't build by default. So, please?
Whiteboard: [checkin needed]
Comment 8•18 years ago
|
||
mozilla/browser/components/bookmarks/src/nsBookmarksService.cpp 1.85
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
You need to log in
before you can comment on or make changes to this bug.
Description
•