Convert ui.menu.incremental_search.timeout to a static pref and expand its uses
Categories
(Core :: Preferences: Backend, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: KrisWright, Assigned: KrisWright)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The varcache pref ui.menu.incremental_search.timeout
not only needs to be converted to a static pref, but it is noted above the mirror variable that it should actually be kept in sync with macros in other parts of the code (there are no checks to ensure these are in sync) [1]. In order to ensure these are all kept in sync, I think we need to expand the use of this pref to other incremental search timeout constants that should reflect the same value.
Assignee | ||
Comment 1•4 years ago
|
||
Converts ui.menu.incremental_search.timeout
to a static pref and replaces macros related to the incremental search timeout with the actual pref, so that they are kept in sync without the need to manually update any macros. The two .xml
files mentioned in the note were nowhere to be found, so this patch makes the assumption that those do not exist anymore and do not need to be kept in sync.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Description
•