Closed
Bug 805952
Opened 13 years ago
Closed 13 years ago
Add missing settings to settings.json
Categories
(Firefox OS Graveyard :: Gaia, defect, P3)
Tracking
(blocking-basecamp:+)
RESOLVED
FIXED
| blocking-basecamp | + |
People
(Reporter: gwagner, Assigned: gwagner)
Details
(Whiteboard: QARegressExclude)
Attachments
(1 file, 1 obsolete file)
|
45.33 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Currently there are not all settings in the SettingsDB.
We need a stable set of settings for the release.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → anygregor
| Assignee | ||
Comment 2•13 years ago
|
||
I need to know what the following settings are for:
+ "operatorvariant.mcc": false,
+ "operatorvariant.mnc": false,
| Assignee | ||
Updated•13 years ago
|
Attachment #675671 -
Flags: review?(21)
| Assignee | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Comment 3•13 years ago
|
||
Comment on attachment 675671 [details] [diff] [review]
patch
Review of attachment 675671 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/settings.json
@@ +45,5 @@
> "lockscreen.enabled": true,
> "lockscreen.locked": true,
> + "lockscreen.unlock-sound.enabled": false,
> + "operatorvariant.mcc": false,
> + "operatorvariant.mnc": false,
Those are likely integers.
Attachment #675671 -
Flags: review?(21)
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #675671 -
Attachment is obsolete: true
| Assignee | ||
Updated•13 years ago
|
Attachment #676241 -
Attachment description: Remove Android → patch
Attachment #676241 -
Flags: review?(21)
Comment 5•13 years ago
|
||
Comment on attachment 676241 [details] [diff] [review]
patch
Review of attachment 676241 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/settings.json
@@ +19,4 @@
> "devtools.debugger.log": false,
> "devtools.debugger.remote-enabled": false,
> "devtools.debugger.remote-port": 6000,
> + "gaia.system.checkForUpdates":, true,
Nit: there's an extra comma before 'true'
Attachment #676241 -
Flags: review?(21) → review+
Updated•13 years ago
|
blocking-basecamp: ? → -
Comment 6•13 years ago
|
||
Why is this minus? this is require to have a list of settings for the release.
blocking-basecamp: - → ?
Comment 7•13 years ago
|
||
We should have stable settings, blocking+
blocking-basecamp: ? → +
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•