Closed
Bug 450523
Opened 17 years ago
Closed 7 years ago
Provide a way to get profile-independent place: URIs
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 62
People
(Reporter: hello, Assigned: standard8)
References
Details
(Whiteboard: [weave][fixed by bug 824502])
place: URIs currently work only within a given profile, since they may use folder IDs (which are specific to a profile--the same ID may refer to different items across profiles).
There should be a way to request a profile-independent place: URI for e.g. query and shortcut items. For example, if a query flag is set, such items' uri property could return a specially-formatted URI where any id parameters are GUIDs, not internal IDs. For example:
place:id={...}&portable=1
would be equivalent to:
place:id=N
(where ID 'N' maps to GUID '{...}' on the profile on which the query is run)
An alternative URI scheme could be:
place:id=N&guid={...}
This has the advantage that it does not overload the 'id' parameter. However, it has the downside that the id and guid parameters may not refer to the same item (except on the originating profile). This problem could be solved establishing a priority (e.g., if 'guid' is set, that is looked up first), but it might nonetheless be confusing.
Note 1: This bug assumes GUIDs have been synchronized. How to synchronize them is out of the scope of this bug.
Note 2: This is similar to what sync clients need to do right now. That is, clients that sync Places items must currently parse the URI and replace any id attributes with GUIDs, and replace them back on other profiles with their respective IDs on those profiles.
Updated•16 years ago
|
Whiteboard: [weave]
Comment 1•16 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
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Assignee | ||
Comment 3•7 years ago
|
||
This has been fixed as of FF 62 with switching from folder=<id> to parent=<guid> in queries, by bug 824502.
Assignee: nobody → standard8
Resolution: INACTIVE → FIXED
Whiteboard: [weave] → [weave][fixed by bug 824502]
Target Milestone: --- → Firefox 62
You need to log in
before you can comment on or make changes to this bug.
Description
•