Closed
Bug 615604
Opened 14 years ago
Closed 14 years ago
Followups to pref sync cleanup
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: philikon, Assigned: philikon)
References
Details
(Whiteboard: [qa-])
Attachments
(2 files)
4.54 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
2.70 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
The prefs engine uses nsIXULAppInfo.ID for the GUID, but we might want to require all GUIDs to be base64url in the future, so we could just base64url-encode that ID. That puts a cap of 48 characters on custom IDs (the ones that are not UUID-based) because GUIDs can only be up to 64 characters long.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → philipp
Attachment #494042 -
Flags: review?(mconnor)
Assignee | ||
Comment 2•14 years ago
|
||
Another follow up to bug 560580: Only accept pref updates for the current app, silently ignore prefs for other apps.
Attachment #494060 -
Flags: review?(mconnor)
Assignee | ||
Updated•14 years ago
|
Attachment #494042 -
Attachment description: v1 → Make pref GUIDs base64url
Assignee | ||
Updated•14 years ago
|
Summary: Make pref GUIDs base64url → Followups to pref sync cleanup
Comment 3•14 years ago
|
||
Comment on attachment 494042 [details] [diff] [review] Make pref GUIDs base64url Maybe we should add a getter here, rather than copying the same fragment all over the place? this._prefRecordID or something? Not picky.
Attachment #494042 -
Flags: review?(mconnor) → review+
Updated•14 years ago
|
Attachment #494060 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3) > Maybe we should add a getter here, rather than copying the same fragment all > over the place? this._prefRecordID or something? Not picky. Thanks to our brilliant separation of engine/tracker/store, we'd need it all over the place. I'll make it a module-level const.
Assignee | ||
Comment 5•14 years ago
|
||
https://hg.mozilla.org/services/fx-sync/rev/913a409d4d89 https://hg.mozilla.org/services/fx-sync/rev/2c86b625bb89
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [qa-]
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•