2
edits
| Line 9: | Line 9: | ||
** Keep javascript engine state in memory for Ajax-heavy pages. Back button used in Ajax applications should take you back to the page as you last saw it, not as it was first requested from the server. | ** Keep javascript engine state in memory for Ajax-heavy pages. Back button used in Ajax applications should take you back to the page as you last saw it, not as it was first requested from the server. | ||
** After going back scroll document to the link/position, where user left the page | ** After going back scroll document to the link/position, where user left the page | ||
* Maintain seperate document and image cache check frequency | |||
** As discussed at [http://forums.mozillazine.org/viewtopic.php?p=2661152 mozillaZine] | |||
== History manager == | == History manager == | ||
edits