Browser.urlbar.search.timeout: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(New default per bug 415489)
(New default per bugs 424388, 422177)
Line 7: Line 7:


==Possible values and their effects==
==Possible values and their effects==
Number of milliseconds to wait between fetching batches of dropdown items. Default is '''50''' (1/20th of a second)
Number of milliseconds to wait between fetching batches of dropdown items. Default is '''100''' (1/10th of a second)


==First checked in==
==First checked in==
Line 18: Line 18:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=414489 Bug 414489 - Change default search chunk size and timeout and let users adjust them]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=414489 Bug 414489 - Change default search chunk size and timeout and let users adjust them]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=415489 Bug 415489 - URL bar autocomplete slow since bug 414507]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=415489 Bug 415489 - URL bar autocomplete slow since bug 414507]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=422177 Bug 422177 - Awesome bar interrupts typing, so continue from where it left off]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=424388 Bug 424388 - Autocomplete results keep disappearing and reappearing when typing more letters]


==Related preferences==
==Related preferences==

Revision as of 21:37, 24 March 2008

Background

In Firefox 3, the Location Bar received a number of improvements. Among those improvements was the move to a XUL richlistbox widget for the auto-complete dropdown.

For performance reasons, items that appear in the dropdown are retrieved in batches (“chunks”) on a timer. This preference determines the time between fetching batches.

Possible values and their effects

Number of milliseconds to wait between fetching batches of dropdown items. Default is 100 (1/10th of a second)

First checked in

2008-01-29 by Edward Lee

Has an effect in

  • Firefox (nightly builds since 2008-01-29)

Related bugs

Related preferences