DocShell/Fastback: Difference between revisions
< DocShell
Jump to navigation
Jump to search
(start of fastback notes) |
No edit summary |
||
Line 1: | Line 1: | ||
== Saving to history == | |||
== Restoration from history == | == Restoration from history == | ||
<code>nsDocShell::InternalLoad</code> checks whether the load is a history load and if so, whether it has a cached presentation. | <code>nsDocShell::InternalLoad</code> checks whether the load is a history load and if so, whether it has a cached presentation. |
Revision as of 18:33, 5 August 2005
Saving to history
Restoration from history
nsDocShell::InternalLoad
checks whether the load is a history load and if so, whether it has a cached presentation.
It then calls nsDocShell::BeginRestore
and if that succeeds, posts an event to call nsDocShell::RestoreFromHistory
.
--Biesi 11:26, 5 Aug 2005 (PDT)