Closed
Bug 1302286
Opened 8 years ago
Closed 8 years ago
Remove `_getChildren` from the bookmarks engine
Categories
(Firefox :: Sync, defect, P1)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
Details
Attachments
(1 file, 1 obsolete file)
`_getChildren` can be replaced with a recursive query in `PlacesSyncUtils`, now that we've moved `getChangeRootIds` out of the tracker patch and into bug 1274496. This function is called `pullAllChanges` in the new tracker, but there's no reason we can't split it out and make the diff smaller.
This also removes a caller of `idForGUID`.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
This would also drop _getNode and GUIDForId.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → kcambridge
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 2•8 years ago
|
||
This can land ahead of bug 1295521, though it's a bit of a pain to keep the query in the bookmarks engine because of the special IDs conversion.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8790902 -
Attachment is obsolete: true
Attachment #8790902 -
Flags: review?(markh)
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8791016 [details]
Bug 1302286 - Remove `_getNode` and `_getChildren` from the bookmarks engine.
https://reviewboard.mozilla.org/r/78576/#review77178
Attachment #8791016 -
Flags: review?(markh) → review+
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7c2dca45dd21
Remove `_getNode` and `_getChildren` from the bookmarks engine. r=markh
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
You need to log in
before you can comment on or make changes to this bug.
Description
•