Closed
Bug 2015810
Opened 23 days ago
Closed 13 days ago
Introduce Sync policy
Categories
(Firefox Enterprise :: Client, task, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Foxfooding
People
(Reporter: janika, Assigned: janika)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [size=1.5])
Attachments
(1 file)
No description provided.
Updated•23 days ago
|
Blocks: firefox-client-cp
Severity: -- → S1
tracking-firefox149:
--- → ?
tracking-firefox149:
? → ---
Priority: -- → P1
Whiteboard: [size=1.5]
Updated•23 days ago
|
Target Milestone: --- → Pilot
Updated•23 days ago
|
Blocks: firefox-client-foxfooding
Target Milestone: Pilot → Foxfooding
| Assignee | ||
Updated•23 days ago
|
No longer blocks: firefox-client-cp
| Assignee | ||
Comment 1•22 days ago
|
||
Proposed schema:
"Sync": {
"type": "object",
"properties": {
"Enabled": {
"type": "boolean"
},
"addresses": {
"type": "boolean"
},
"bookmarks": {
"type": "boolean"
},
"history": {
"type": "boolean"
},
"openTabs": {
"type": "boolean"
},
"passwords": {
"type": "boolean"
},
"paymentMethods": {
"type": "boolean"
},
"addons": {
"type": "boolean"
},
"settings": {
"type": "boolean"
},
"Locked": {
"type": "boolean"
},
}
| Assignee | ||
Comment 2•13 days ago
|
||
Updated•13 days ago
|
Status: NEW → RESOLVED
Closed: 13 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•