Confirmed users
933
edits
(browser.formfill.sortType details) |
(added config vars) |
||
| Line 28: | Line 28: | ||
* Test with appropriate indexes in SQLite | * Test with appropriate indexes in SQLite | ||
* Benchmark time taken for various relevancy calculations | * Benchmark time taken for various relevancy calculations | ||
== Configuration == | |||
* browser.formfill.sortType | * browser.formfill.sortType | ||
** 0 - Alphabetical ASC | ** 0 - Alphabetical ASC | ||
** 1 - Last Used DESC | ** 1 - Last Used DESC | ||
** 2 - # (Avg.) Uses & Age of last use | ** 2 - # (Avg.) Uses & Age of last use | ||
* browser.formfill.headMatch - whether to only match the beginning of saved text (current behavior) | |||
* browser.formfill.maxTimeGroupings - maximum number of ''timeGroupingSize'' units to give a bonus to | |||
* browser.formfill.timeGroupingSize - number of seconds in a time container | |||
* browser.formfill.maxSuggestions - maximum number of suggestions to return (0 = unlimited) | |||
* browser.formfill.useAvgTimesUsed - which calculation to use related to past usage | |||
** True: # uses / (lastUsed - firstUsed) | |||
** False: # uses | |||
== Existing form history bugs from [https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Form%20Manager form manager] to consider == | == Existing form history bugs from [https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Form%20Manager form manager] to consider == | ||
| Line 39: | Line 48: | ||
* {{bug|252486}} - Option to disable form manager (saved form information) for secure websites (https) | * {{bug|252486}} - Option to disable form manager (saved form information) for secure websites (https) | ||
* {{bug|385741}} - Want to be able to exclude sites from form autofill | * {{bug|385741}} - Want to be able to exclude sites from form autofill | ||
* {{bug|260908}} - ''Trailing spaces should be trimmed from AutoComplete'' | * {{bug|260908}} - '''Trailing spaces should be trimmed from AutoComplete''' | ||
* {{bug|347564}} - text input auto complete interferes too much | * {{bug|347564}} - text input auto complete interferes too much | ||
* {{bug|380963}} - Providers of form-fill data should be able to register with satchel | * {{bug|380963}} - Providers of form-fill data should be able to register with satchel | ||
| Line 46: | Line 55: | ||
* {{bug|424646}} - form history autocomplete doesn't show work on input fields that are focused too early (e.g. in newly opened tabs) | * {{bug|424646}} - form history autocomplete doesn't show work on input fields that are focused too early (e.g. in newly opened tabs) | ||
* {{bug|439716}} - Form Manager should be a JavaScript-based component | * {{bug|439716}} - Form Manager should be a JavaScript-based component | ||
* {{bug|444728}} - ''autocomplete disregards maxlength for input fields'' | * {{bug|444728}} - '''autocomplete disregards maxlength for input fields''' | ||
* {{bug|448540}} - Form auto-complete stops working after Enter is pressed | * {{bug|448540}} - Form auto-complete stops working after Enter is pressed | ||