Closed
Bug 330063
Opened 19 years ago
Closed 19 years ago
Live Bookmarks, can't edit feed properties/ rename feed.
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: hsumen, Assigned: mozilla)
References
Details
(Keywords: fixed1.8.1, Whiteboard: swag 1 (actual was ~5 due to 332617, 333173, etc.))
Attachments
(1 file, 2 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
When adding a Live Bookmark, or after adding one, it should be possible to edit how the feed's name appears in the Bookmark menu, in Places, and on toolbars.
Reproducible: Always
Steps to Reproduce:
1.Go to http://news.yahoo.com/
2.Add Live Bookmark
3.Right-click feed, choose "Properties"
Actual Results:
Nothing.
Expected Results:
You should be able to edit the feed's name.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 ID:2006011112
Assignee | ||
Updated•19 years ago
|
Assignee: nobody → joe
Summary: Live Bookmarks, can't view feed properties or rename feed. → Live Bookmarks, can't edit feed properties/ rename feed.
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060310 Firefox/1.6a1 ID:2006031010
confirmed, the dialog doesn't pop up
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 2 alpha2
Assignee | ||
Comment 2•19 years ago
|
||
Update: you should now be able to rename live bookmarks thanks to work on bug 330023; editing feed URI is still pending.
Status: NEW → ASSIGNED
(In reply to comment #2)
> Update: you should now be able to rename live bookmarks thanks to work on bug
> 330023; editing feed URI is still pending.
>
Using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060323 Firefox/1.6a1 - Build ID: 2006032310
I can rename the feed via Properties, but I have to restart the browser to see the new name.
Assignee | ||
Comment 4•19 years ago
|
||
Hass: Yes, that's bug 331154, which brettw should be landing a fix for soon. You don't have to restart the browser right now, but the change won't show up in the current window, only new ones that you open after the change.
Depends on: 331154
Assignee | ||
Updated•19 years ago
|
Whiteboard: swag 1
Assignee | ||
Comment 5•19 years ago
|
||
Attachment #217357 -
Flags: superreview?(bugs)
Attachment #217357 -
Flags: review?(annie.sullivan)
Comment 6•19 years ago
|
||
Comment on attachment 217357 [details] [diff] [review]
Allows for editing of feed & site URIs; fixes bug in livemark service when setting feed URI; fixes bug in toolbar & menu in handling livemarks with no site URI (332613)
>Index: browser/base/content/browser.js
>+ // Live bookmarks aren't required to have site URIs
>+ if (button.getAttribute("siteURI")) {
nit: if (button.hasAttribute("siteURI")) {
>Index: browser/components/places/content/bookmarkProperties.js
> /**
>+ * This method checks the current state of the input fields in the
>+ * dialog, and if any of them are in an invalid state, it will disable
>+ * the submit button. This method should be called after every
>+ * significant change to the input.
>+ */
>+
>+ validateChanges: function BPP_validateChanges() {
nit: no newline betw. comment and function.
sr=ben@mozilla.org with these changes.
Attachment #217357 -
Flags: superreview?(bugs) → superreview+
Updated•19 years ago
|
Attachment #217357 -
Flags: review?(annie.sullivan) → review+
Assignee | ||
Comment 7•19 years ago
|
||
Landed on branch & trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: swag 1 → swag 1 (actual was ~2.5 due to 332617 & review loops)
Could this patch be responsible for the test failures on balsa?
Um, oops. Looks like balsa has it's stuff under control. Weird.
Comment 10•19 years ago
|
||
*** Bug 333114 has been marked as a duplicate of this bug. ***
Checkin for this bug may have caused a 15% increase in number of allocations on balsa. See bug 333173.
This bug has risen to be the prime suspect. Would be good to get some action on it as soon as possible so we don't have to back it out. Note that it also cased a refcount-leak increase by around 30%
Assignee | ||
Comment 13•19 years ago
|
||
I will look into this in the next 24 hours and see if I can identify anything in this patch that would cause the allocation increase.
Assignee | ||
Comment 14•19 years ago
|
||
Attachment #217357 -
Attachment is obsolete: true
Assignee | ||
Comment 15•19 years ago
|
||
Rolled back on branch & trunk, which did reduce RLk and A on branch balsa. OK, will test with alloc test and figure out what's going on before resubmitting.
Assignee | ||
Comment 16•19 years ago
|
||
Attachment #217656 -
Attachment is obsolete: true
Assignee | ||
Comment 17•19 years ago
|
||
Landed (again) on branch & trunk.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: swag 1 (actual was ~2.5 due to 332617 & review loops) → swag 1 (actual was ~5 due to 332617, 333173, etc.)
Comment 18•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•