Changeset 15311 for S60/trunk/ChangeLog

Show
Ignore:
Timestamp:
07/10/06 14:39:33 (3 years ago)
Author:
spadma
Message:

2006-07-10 David Carson <david.carson@nokia.com>

Reviewed by Sachin/Zalan.

Fix for network connection, remove use of InternetConnectionManager
http://bugzilla.opendarwin.org/show_bug.cgi?id=9451


  • WebKit\BrowserView\src\HttpLoaderEventToUiListener.cpp: (CHttpLoaderEventToUiListener::ConnectionRequest) Added check fo NULL pointer as aConnectionPtr could be null after the cb
  • S60WebUi\WebUi\src\WebUiSessionAndSecurity.cpp
  • S60WebUi\WebUi\inc\WebUiSessionAndSecurity.h Removed dependancy on InternetConnectionManager, and removed ShowSessionInfo as the information is available from the Connection Manager application. Constructor no longer takes a InternetConnectionManager reference.


  • S60WebUi\WebUi\data\WebUi.rss
  • S60WebUi\WebUi\inc\WebUi.hrh Removed ShowSessionInfo menu option


  • S60WebUi\WebUi\src\WebUiWindowContainer.cpp
    • S60WebUi\WebUi\inc\WebUiWindowContainer.h (CWebUiWindowContainer::HandleCommandL): Removed ShowSessionInfo option (CWebUiWindowContainer::NetworkConnectionNeededL): Made function empty as Symbian default handler does the work.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/ChangeLog

    r15189 r15311  
     12006-07-10  David Carson  <david.carson@nokia.com> 
     2 
     3        Reviewed by Sachin/Zalan. 
     4 
     5  Fix for network connection, remove use of InternetConnectionManager 
     6  http://bugzilla.opendarwin.org/show_bug.cgi?id=9451 
     7   
     8  * WebKit\BrowserView\src\HttpLoaderEventToUiListener.cpp: 
     9  (CHttpLoaderEventToUiListener::ConnectionRequest) 
     10  Added check fo NULL pointer as aConnectionPtr could be null after the cb 
     11 
     12  * S60WebUi\WebUi\src\WebUiSessionAndSecurity.cpp 
     13  * S60WebUi\WebUi\inc\WebUiSessionAndSecurity.h 
     14  Removed dependancy on InternetConnectionManager, and removed ShowSessionInfo 
     15  as the information is available from the Connection Manager application. 
     16  Constructor no longer takes a InternetConnectionManager reference. 
     17   
     18  * S60WebUi\WebUi\data\WebUi.rss 
     19  * S60WebUi\WebUi\inc\WebUi.hrh 
     20  Removed ShowSessionInfo menu option 
     21   
     22  * S60WebUi\WebUi\src\WebUiWindowContainer.cpp 
     23        * S60WebUi\WebUi\inc\WebUiWindowContainer.h 
     24        (CWebUiWindowContainer::HandleCommandL): Removed ShowSessionInfo option 
     25        (CWebUiWindowContainer::NetworkConnectionNeededL): Made function empty as  
     26        Symbian default handler does the work. 
     27 
    1282006-07-06  brmorris  <bradley.morrison@nokia.com> 
    229