Closed
Bug 332002
Opened 19 years ago
Closed 19 years ago
Different order of Places between new and imported profiles
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: ancestor.ak, Assigned: brettw)
References
Details
(Whiteboard: brett:checkin)
Attachments
(1 file, 1 obsolete file)
2.71 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060328 Firefox/2.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060328 Firefox/2.0a1
In the left Places pane, on a new profile, the order is:
Bookmarks Menu
Bookmarks Toolbar
History
Subscriptions
On an imported profile:
History
Bookmarks Menu
Bookmarks Toolbar
Subscriptions
Reproducible: Always
Steps to Reproduce:
Assignee | ||
Updated•19 years ago
|
Assignee: nobody → brettw
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Target Milestone: --- → Firefox 2 beta1
Assignee | ||
Comment 1•19 years ago
|
||
*** Bug 332408 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 2•19 years ago
|
||
Marking as dupe of newer bug 333454 (get rid of bookmarks.html) because that is more specific.
The problem is the bookmarks.html was changed to the new format with the places root at the root. It should have been kept in the old format. The normal import/export should be in the old format. The only time there should be the place root defined at the root of bookmarks.html is when it is being initially built.
*** This bug has been marked as a duplicate of 333454 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•19 years ago
|
||
Bug 333454 was rejected so I'm reopening.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: Different order of Places between new and imported profiles → Fix format of bookmarks.html
Assignee | ||
Comment 4•19 years ago
|
||
Actually, the ordering problem doesn't have anything to do with the bookmarks.html format, so I'm changing it back to Adam's title
Summary: Fix format of bookmarks.html → Different order of Places between new and imported profiles
Assignee | ||
Comment 5•19 years ago
|
||
The changes to default_places.html are to the branch to bring it in sync with the trunk. The other change prevents reordering of items when they already appear in the hiearchy but are being imported again. We also handle having places be a child of the menu for the purposes of the legacy bookmarks.html format which this is.
Attachment #217932 -
Flags: review?(bugs)
Comment 6•19 years ago
|
||
Attachment #217932 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•19 years ago
|
OS: Windows XP → All
Hardware: PC → All
Whiteboard: brett:checkin
Target Milestone: Firefox 2 beta1 → Firefox 3
Assignee | ||
Comment 7•19 years ago
|
||
Since the original patch, some of the features w.r.t. the places root were already put in, and the default bookmarks was cleaned up. This patch is therefore much smaller.
Attachment #217932 -
Attachment is obsolete: true
Assignee | ||
Comment 8•19 years ago
|
||
Fixed on trunk.
Checking in nsBookmarksHTML.cpp;
/cvsroot/mozilla/browser/components/places/src/nsBookmarksHTML.cpp,v <-- nsBookmarksHTML.cpp
new revision: 1.24; previous revision: 1.23
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Comment 9•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
•