Closed Bug 1098296 Opened 10 years ago Closed 10 years ago

addLivemark should take a dateAdded input property

Categories

(Toolkit :: Places, defect)

defect
Not set
normal
Points:
3

Tracking

()

RESOLVED FIXED
mozilla36
Iteration:
37.1

People

(Reporter: asaf, Assigned: asaf)

References

Details

Attachments

(1 file)

See my comment about NewLivemark in bug 1095425.
Attached patch patch (deleted) — Splinter Review
Assignee: nobody → mano
Status: NEW → ASSIGNED
Attachment #8527633 - Flags: review?(mak77)
Iteration: --- → 36.3
Points: --- → 3
Flags: qe-verify-
Flags: firefox-backlog+
Iteration: 36.3 → 37.1
Comment on attachment 8527633 [details] [diff] [review] patch Review of attachment 8527633 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/components/places/nsLivemarkService.js @@ +426,5 @@ > onItemChanged: function LS_onItemChanged(aItemId, aProperty, aIsAnno, aValue, > aLastModified, aItemType) > { > if (aItemType == Ci.nsINavBookmarksService.TYPE_FOLDER) { > + if (aLastModified != 0 && please fix the bookmarks idl instead, we never pass zero as lastModified, so you can restore most of the old code @@ +438,5 @@ > + else if (aProperty == "dateAdded") { > + this._livemark[aItemId].dateAdded = parseInt(aValue, 10); > + } > + > + if (aLastModified != 0) ditto
Attachment #8527633 - Flags: review?(mak77) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: