Open
Bug 646984
Opened 15 years ago
Updated 3 years ago
Cut down use of RecordManager
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: rnewman, Unassigned)
Details
Lots of inconsistency in use: e.g., some code uses Records.get(this.metaURL), but other code does new Resource(this.metaURL).put(meta). That can't be good.
It's also not really useful. Time to die.
Comment 1•15 years ago
|
||
Well, RecordManager is also used for caching. We should evaluate when and where that's still necessary.
| Reporter | ||
Comment 2•13 years ago
|
||
Greg, how much of this has already been done?
Flags: needinfo?(gps)
Comment 3•13 years ago
|
||
It's a little better in the less singleton world but still not great IIRC.
Flags: needinfo?(gps)
| Assignee | ||
Updated•7 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•