Closed
Bug 430461
Opened 15 years ago
Closed 15 years ago
Don't hold back the AwesomeBar (start the searches instantly)
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
Firefox 3
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
(Keywords: polish)
Attachments
(1 file)
1.27 KB,
patch
|
beltzner
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Bug 414254 added a 100ms delay to searching for performance reasons, but bug 422177 (and bug 422490, bug 422491) should address the performance issues. Removing the delay would get rid of the artificial wait before any results can show up, so things will be snappier. Users won't have to wait to press down to select the first entry.
Flags: blocking-firefox3?
Assignee | ||
Comment 1•15 years ago
|
||
timeout=100.. Baleeted!
Comment 2•15 years ago
|
||
(doesn't block, but provides a responsiveness gain)
Flags: blocking-firefox3? → blocking-firefox3-
Comment 3•15 years ago
|
||
Comment on attachment 317276 [details] [diff] [review] v1 r+a=beltzner
Attachment #317276 -
Flags: review?(mconnor)
Attachment #317276 -
Flags: review+
Attachment #317276 -
Flags: approval1.9+
Assignee | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/cvs-trunk-mirror/index.cgi/rev/c3dc5fdb15f4 http://hg.mozilla.org/mozilla-central/index.cgi/rev/c3dc5fdb15f4 Checking in browser/base/content/browser.xul; /cvsroot/mozilla/browser/base/content/browser.xul,v <-- browser.xul new revision: 1.463; previous revision: 1.462 done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: blocking-firefox3- → blocking-firefox3?
Keywords: polish
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3
Assignee | ||
Updated•15 years ago
|
Flags: blocking-firefox3?
Comment 5•15 years ago
|
||
A really small delay is visible for the first search. Further searches opens the Awesome bar instantly. Verified. Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9pre) Gecko/2008042806 Minefield/3.0pre ID:2008042806 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042906 Minefield/3.0pre
Status: RESOLVED → VERIFIED
Comment 6•15 years ago
|
||
As I pointed in #435576, starting the search instantly can prevent the user from correctly filling the url bar. Typing the first letter fires a 100% CPU usage that can lead to Firefox missing the next letters typed by the user. I am seeing this behaviour on my iMac 2.8Ghz, but this is very annoying on my iBook G4... I think that the previous behaviour should be reverted, maybe with a lower timeout.
You need to log in
before you can comment on or make changes to this bug.
Description
•