Closed
Bug 507666
Opened 16 years ago
Closed 16 years ago
Handle deleting places history
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
1.0 beta2
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
(Keywords: relnote)
It seems like we do nothing right now for deleting history, so if the user explicitly deletes, it'll just get resynced.
onDeleteURI: function HT_onDeleteURI(uri) {},
Assignee | ||
Updated•16 years ago
|
Flags: blocking-weave1.0+
Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → 1.0
Assignee | ||
Updated•16 years ago
|
Target Milestone: 1.0 → 1.0 beta2
Assignee | ||
Comment 1•16 years ago
|
||
http://hg.mozilla.org/labs/weave/rev/6eed31ba24a2
Use onBeforeDeleteURI to get the page's GUID and upload the delete record and process it by removing the page.
Assignee: nobody → edilee
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Target Milestone: 1.0 beta3 → 1.0 beta2
Updated•7 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•