Show
Ignore:
Timestamp:
08/05/08 00:59:54 (2 years ago)
Author:
callum.linden
Message:

Updates before new site released. Minor changes to LLMozLib and some new bookmarks for uBrowser.
Reviewed by cricket ball

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/llmozlib2/llembeddedbrowserwindow.cpp

    r8 r15  
    595595                return PR_FALSE; 
    596596 
     597 
    597598        // get pres context 
    598599        nsCOMPtr< nsPresContext > presContext; 
     
    868869        if ( mWebNav ) 
    869870                mWebNav->GoForward(); 
     871}; 
     872 
     873//////////////////////////////////////////////////////////////////////////////// 
     874// 
     875void LLEmbeddedBrowserWindow::navigateReload() 
     876{ 
     877        // maybe need a cache version of this too? 
     878        if ( mWebNav ) 
     879                mWebNav->Reload( nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE ); 
    870880}; 
    871881