Firefox/Features/URL Autocomplete/Test Plan: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= URL Autocomplete = {| class="fullwidth-table" |- | Feature | Status | Dev Lead | QA Lead | Status |- | URL Autocomplete | {{StatusHealthy|status=Landed in Firefox 13}} | M...")
 
Line 31: Line 31:


== Test Cases ==
== Test Cases ==
*The test cases for this feature can be viewed [http://bit.ly/wT4nrp here].
*The test cases for this feature can be viewed [http://bit.ly/w54Ufb here].


== Important Bugs ==
== Important Bugs ==

Revision as of 14:24, 12 March 2012

URL Autocomplete

Feature Status Dev Lead QA Lead Status
URL Autocomplete Landed in Firefox 13 Michael Ventnor Vlad Ghetiu OK

Summary

  • Enabling autocomplete inline in the URL entry field makes it easier to enter often-typed URLs, and make our browser feel a lot faster, since the user gets immediate feedback on where we think they will go.
  • We stopped “speaking URL” when AwesomeBar came along, and it makes us seem slower when typing a URL. A large portion of people still "speak URLs" when navigating the internet, and we currently do a bad job at accommodating these people.
  • We propose to turn on inline autocomplete, with some additional changes that make it stop completion at URL boundaries (e.g. "/").
  • This feature is targeted for Firefox 13.

References

Use Cases

  • TBD

Test Cases

  • The test cases for this feature can be viewed here.

Important Bugs

  • 566489 - Implementation Bug - Enable inline autocomplete again, but make it smarter (perceived performance)
  • 566489 - User experience design interaction - Enable inline autocomplete again, but make it smarter (perceived performance)

Not Tested

  • TBD

Sign off Criteria

  • All the test cases were executed.
  • All the major bugs have been fixed.