mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
9c4143b645
Extended the nsIDocumentLoader interface's LoadURL() method to take a reload type parameter. webshell/public/nsIWebShell.h Extended the nsIWebShell interface's LoadURL() method to take a reload type parameter. webshell/src/nsDocLoader.cpp 1. Extended the nsIDocumentBindInfo interface's Bind() method to take a reload type parameter. The Bind() method now takes the reload parameter and passes it to the nsIUrl it creates. 2. Added support to the DocumentLoader for the extended LoadURL() parameter list. It now passes the reload type down into the Bind() method of the nsIDocumentBindInfo. webshell/src/nsWebShell.cpp 1. Added support to the nsWebShell to use the new reload type parameter during loads. 2. Hooked up the reload type parameter in the nsWebShell::Reload() method so we actually use it. |
||
---|---|---|
.. | ||
nsDocLoader.cpp |