Closed
Bug 671292
Opened 14 years ago
Closed 8 years ago
Shift Sync bookmarks.js constants etc. into PlacesUtils
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rnewman, Unassigned)
Details
(Whiteboard: [prune])
E.g., our const definitions of
const SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar";
should really live elsewhere. Some are in PlacesUIUtils.jsm.
Comment 1•14 years ago
|
||
Marco, what's a good place to put them and make them available for other code to use?
Component: Firefox Sync: Backend → Places
Product: Mozilla Services → Toolkit
QA Contact: sync-backend → places
Comment 2•14 years ago
|
||
PlacesUIUtils.jsm should already have those. but it lives in browser so I'm not sure if that's acceptable for Sync (I guess not if Sync may be part of non-browser apps). adding to PlacesUtils is fine, if you change the PlacesUIUtils one to redirect to the PlacesUtils one.
Updated•10 years ago
|
Priority: P4 → --
Comment 3•8 years ago
|
||
it's now in PlacesSyncUtils
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•