| | 1 | 2006-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 | |