Show
Ignore:
Timestamp:
01/03/08 14:59:13 (2 years ago)
Author:
rob.linden
Message:

I believe this is the version included in 1.18.6.3
Last Changed Rev: 76367
Last Changed Date: 2007-12-21 09:34:18 -0800 (Fri, 21 Dec 2007)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/llembeddedbrowser.h

    r1 r3  
    4949                bool init( std::string applicationDir, std::string componentDir, std::string profileDir ); 
    5050                bool reset(); 
    51                 bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn ); 
    5251                bool clearCache(); 
     52                bool enableProxy( bool proxyEnabledIn, std::string proxyHostNameIn, int proxyPortIn ); 
    5353                bool enableCookies( bool enabledIn ); 
    5454                bool clearAllCookies(); 
     
    5858                LLEmbeddedBrowserWindow* createBrowserWindow( void* nativeWindowHandleIn, int browserWidthIn, int browserHeightIn ); 
    5959                bool destroyBrowserWindow( LLEmbeddedBrowserWindow* browserWindowIn ); 
     60                bool setCaretColor( int browserWindowIdIn, const int redIn, const int greenIn, const int blueIn ); 
    6061                void setLastError( int errorNumIn ); 
    6162                void clearLastError();