Changeset 15 for trunk/llmozlib2/llembeddedbrowserwindow.cpp
- Timestamp:
- 08/05/08 00:59:54 (2 years ago)
- Files:
-
- trunk/llmozlib2/llembeddedbrowserwindow.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/llmozlib2/llembeddedbrowserwindow.cpp
r8 r15 595 595 return PR_FALSE; 596 596 597 597 598 // get pres context 598 599 nsCOMPtr< nsPresContext > presContext; … … 868 869 if ( mWebNav ) 869 870 mWebNav->GoForward(); 871 }; 872 873 //////////////////////////////////////////////////////////////////////////////// 874 // 875 void LLEmbeddedBrowserWindow::navigateReload() 876 { 877 // maybe need a cache version of this too? 878 if ( mWebNav ) 879 mWebNav->Reload( nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE ); 870 880 }; 871 881
