Confirmed users
42
edits
(Add trial run result to the results section) |
(Add section "things to consider") |
||
Line 24: | Line 24: | ||
** Record the performance implications of preferences using the new persistence format. | ** Record the performance implications of preferences using the new persistence format. | ||
== | == Things to Consider == | ||
* What's the new persistence format for preferences? | * What's the new persistence format for preferences? | ||
* What data should a pref contain? | |||
** Internal name, a more descriptive name, description, default value, etc. | |||
* #include from smaller subsets in the final pref file. | |||
** Group prefs that are relevant (sharing the same prefix) in smaller files. | |||
* Standalone top branch indicates that the pref should be under some other branch. | |||
** There is only 1 pref beginning with "slider": slider.snapMultiplier | |||
** Move to browser.slider.snapMultiplier? | |||
* camelCase, underscore_names, or dashed-names? | |||
* Envisioning a front-end user interface that is more user-friendly than about:config? | |||
** Makes it easier for users to tweak or experiment with the browser. | |||
* Inline readonly prefs in code as constants? | |||
== Results == | == Results == |