Firefox/Projects/Asynchronous Location Bar: Difference between revisions
Jump to navigation
Jump to search
Comrade693 (talk | contribs) (→Bugs) |
m (moved Firefox/Sprints/Asynchronous Location Bar to Firefox/Projects/Asynchronous Location Bar: They're actually projects) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 18: | Line 18: | ||
= Bugs = | = Bugs = | ||
{{bug|455555}} - Use asynchronous queries for places AutoComplete | {{bug|455555}} - Use asynchronous queries for places AutoComplete | ||
:Fixed | :Fixed | ||
;Blocking Bugs | ;Blocking Bugs | ||
{{bug|504384}} - Excessive Flickering with the Asynchronous Location Bar | {{bug|504384}} - Excessive Flickering with the Asynchronous Location Bar | ||
:Fixed | :Fixed | ||
{{bug|503701}} - Continued typing after a failed search hangs application | {{bug|503701}} - Continued typing after a failed search hangs application | ||
:Fixed | :Fixed | ||
{{bug|503360}} - Better queries for asynchronous location bar | {{bug|503360}} - Better queries for asynchronous location bar | ||
:Fixed | :Fixed | ||
;Nice-to-haves | ;Nice-to-haves | ||
Latest revision as of 22:08, 7 August 2009
Overview
Sprint lead: sdwilsh
Sprinters: dietrich, Mardak
- Description
- Increase the speed of which location bar searches get results.
Goals / Use Cases
- Get more file IO off the the main thread.
- Stop filtering search results on the main thread.
Non Goals
- Change functionality of the location bar in any way.
Design
The idea is to use the asynchronous storage API and a user defined SQL function implemented in native code. This does mean we basically need to throw out all of our existing code for AutoComplete and start from scratch.
Bugs
bug 455555 - Use asynchronous queries for places AutoComplete
- Fixed
- Blocking Bugs
bug 504384 - Excessive Flickering with the Asynchronous Location Bar
- Fixed
bug 503701 - Continued typing after a failed search hangs application
- Fixed
bug 503360 - Better queries for asynchronous location bar
- Fixed
- Nice-to-haves
bug 504422 - Be smarter with our strings for AUTOCOMPLETE_MATCH SQL function
- Needs new patch
bug 504853 - Don't perform a new search if the previous search is the same as this one
- Feel free to pick this bug up!