Closed
Bug 1319073
Opened 8 years ago
Closed 8 years ago
Custom setting (browser.tabs.closeWindowWithLastTab) not synced
Categories
(Firefox :: Sync, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aquilax, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sync:prefs])
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161104212021
Steps to reproduce:
I have tree custom settings that I want to sync between different firefox installations (I use a lot of virtual machines to test). Therefore I have added two three custom settings:
services.sync.prefs.sync.browser.search.openintab=false
services.sync.prefs.sync.browser.tabs.closeWindowWithLastTab=false
services.sync.prefs.sync.browser.tabs.loadDivertedInBackground=true
Actual results:
When I create a new virtual box and install firefox and sign in with the profile two settings are synced, openintab and loadDivertedInBackground, but the closeWindowWithLastTab isn't synced and its value is "true".
Expected results:
The custom setting closeWindowWithLastTab should be correctly synced and its value should be "false" and not "true" (default value)
Comment 1•8 years ago
|
||
Thanks! We're tracking syncing more things in bug 1269548.
Updated•8 years ago
|
Whiteboard: [sync:prefs]
Since a few versions it is working.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Comment 3•8 years ago
|
||
(In reply to Aquila from comment #2)
> Since a few versions it is working.
That's odd, as I'm fairly sure we don't sync that preference by default. Is it possible that you created a local pref services.sync.prefs.sync.browser.tabs.closeWindowWithLastTab with a value of true?
Flags: needinfo?(aquilax)
yes I created the services.sync.prefs.sync.browser.tabs.closeWindowWithLastTab entry to sync it.
Flags: needinfo?(aquilax)
You need to log in
before you can comment on or make changes to this bug.
Description
•