Confirmed users
195
edits
| Line 7: | Line 7: | ||
<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. | ||
It then calls <code>nsDocShell::BeginRestore</code> and if that succeeds, posts an event to call <code>nsDocShell::RestoreFromHistory</code>. | It then calls <code>nsDocShell::RestorePresentation</code>, which calls <code>nsDocShell::BeginRestore</code> and if that succeeds, posts an event to call <code>nsDocShell::RestoreFromHistory</code>. | ||
--[[User:Biesi|Biesi]] 11:26, 5 Aug 2005 (PDT) | --[[User:Biesi|Biesi]] 11:26, 5 Aug 2005 (PDT) | ||