Closed
Bug 1775163
Opened 3 years ago
Closed 3 years ago
bookmark_validator.js appears to be unused in production code
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
It looks like the last production use of bookmark_validator.js
was removed in bug 1449730.
Although it is still referenced in services/sync/modules/engines/bookmarks.js
, it isn't actually used there.
It is still referenced in a few places, including the tps extension and in tests.
Comment 1•3 years ago
|
||
I'd be fine with moving this into TPS, so we could grab it back out for more general use if we wanted it later. Not sure what to do with the test though - maybe just adding a comment in the validator itself with a reference to a commit before the test is actually removed would be ok, so it too could be resurrected if needed.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/802e5ef4670f
Move bookmarks_validator.js out of production code as it is no longer required there. r=markh
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•