Closed
Bug 940936
Opened 11 years ago
Closed 11 years ago
Change - Use profile name in registry sync prefs for WindowsPrefSync.jsm
Categories
(Firefox for Metro Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: bbondy, Assigned: bbondy)
References
Details
(Whiteboard: [block28] feature=change c=tbd u=tbd p=1)
Attachments
(1 file)
2.78 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
We're currently syncing between all profile, but now that we're haring a profile we only need to sync per profile name.
p=1
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(netzen)
Whiteboard: [release28]
Updated•11 years ago
|
Blocks: metrov1backlog
Summary: Use profile name in registry sync prefs for WindowsPrefSync.jsm → Change - Use profile name in registry sync prefs for WindowsPrefSync.jsm
Whiteboard: [release28] → [release28] feature=change c=tbd u=tbd p=0
Comment 2•11 years ago
|
||
p=1 to be added later today.
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: [release28] feature=change c=tbd u=tbd p=0 → [block28] feature=change c=tbd u=tbd p=0
Updated•11 years ago
|
Assignee: nobody → netzen
Updated•11 years ago
|
Whiteboard: [block28] feature=change c=tbd u=tbd p=0 → [block28] feature=change c=tbd u=tbd p=1
Assignee | ||
Comment 3•11 years ago
|
||
Since we share the same profile now it's a good way to keep the prefs synced together with the profile name and not with all profiles.
Attachment #8339625 -
Flags: review?(jmathies)
Comment 4•11 years ago
|
||
Comment on attachment 8339625 [details] [diff] [review]
rev1
Are there any chars that might show up in a 'profileService.selectedProfile.name' that would break registry access? Wondering if we need to do any filtering here.
Attachment #8339625 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 5•11 years ago
|
||
I think we're OK here, the path is already used for a filename, and registry can accept anything except a backslash char.
<msdn>
Each key has a name consisting of one or more printable characters. Key names are not case sensitive. Key names cannot include the backslash character (\), but any other printable character can be used. Value names and data can include the backslash character.
<source>http://msdn.microsoft.com/en-us/library/ms724946%28VS.85%29.aspx</source>
</msdn>
Assignee | ||
Comment 6•11 years ago
|
||
Target Milestone: --- → Firefox 28
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•