Bug 1769583 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:

1. Set `browser.urlbar.autoFill.adaptiveHistory.enabled` to true
2. Open about:telemetry#environment-data-tab_search=browser.urlbar.autoFill.adaptiveHistory.enabled
3. Verify "userPrefs.browser.urlbar.autoFill.adaptiveHistory.enabled" appears and is true
4. Set `browser.urlbar.autoFill.adaptiveHistory.enabled` to false
5. Open Open about:telemetry#environment-data-tab_search=browser.urlbar.autoFill.adaptiveHistory.enabled again or reload the tab from step 2
6. Verify "userPrefs.browser.urlbar.autoFill.adaptiveHistory.enabled" appears and is false
STR:

1. Set the following prefs:
    ```
    browser.urlbar.autoFill = true (will be true already on a new profile)
    browser.urlbar.autoFill.adaptiveHistory.enabled = true
    ```
2. Open about:telemetry#environment-data-tab_search=browser.urlbar.autoFill
3. Verify the following values appear:
    * `userPrefs.browser.urlbar.autoFill`: true
    * `userPrefs.browser.urlbar.autoFill.adaptiveHistory.enabled`: true
4. Set the prefs to false:
    ```
    browser.urlbar.autoFill = false
    browser.urlbar.autoFill.adaptiveHistory.enabled = false
    ```
5. Open about:telemetry#environment-data-tab_search=browser.urlbar.autoFill again or reload the tab from step 2
6. Verify the values are now false:
    * `userPrefs.browser.urlbar.autoFill`: false
    * `userPrefs.browser.urlbar.autoFill.adaptiveHistory.enabled`: false

Back to Bug 1769583 Comment 7