Feature Description
We want Firefox to override server-supplied 404 error pages in certain cases. The Firefox 404 page should provide the user with tools we think are more useful to the user for resolving the situation, than the server supplied page. This includes alternate ("did you mean") URLs derived from the Places database and some pre-loaded search links/controls. This feature is being tracked in bug 482874.
Status Almost ready to go. Notable progress this week:
We want Firefox to override server-supplied 404 error pages in certain cases. The Firefox 404 page should provide the user with tools we think are more useful to the user for resolving the situation, than the server supplied page. This includes alternate ("did you mean") URLs derived from the Places database and some pre-loaded search links/controls. This feature is being tracked in bug 482874.
Status Almost ready to go. Notable progress this week:
- The docshell changes have r+ from bz with just a few changes, most of which I've already made.
- Axel has provided some feedback on localization.
- Johnath has provided feedback on the XHTML.
- Marco has provided some feedback about the Places changes. Notably he points out that query performance could be an issue on large databases.
- David Dahl has provided me with a "max_places" test database. The bad news is the URL suggestions query can take ~30 seconds to run against this database. The good news is that a very simple length-check guard in the query can make a big difference.
- Address the localization changes Axel raised, and then get formal L10N review.
- Address the performance issues in the URL suggestions query. (Probably just a LIMIT-based approach for the initial patch)
- Get a formal review of Places changes (Dietrich did an informal review a few weeks ago).
- Get a final UI review.
- Make sure all the parts of the patch have r+ from the various parties.
- Land the thing.