| 29 | | |
| 30 | | 2006-07-10 David Carson <david.carson@nokia.com> |
| 31 | | |
| 32 | | Reviewed by Sachin/Zalan. |
| 33 | | |
| 34 | | Fix for network connection, remove use of InternetConnectionManager |
| 35 | | http://bugzilla.opendarwin.org/show_bug.cgi?id=9451 |
| 36 | | |
| 37 | | * WebKit\BrowserView\src\HttpLoaderEventToUiListener.cpp: |
| 38 | | (CHttpLoaderEventToUiListener::ConnectionRequest) |
| 39 | | Added check fo NULL pointer as aConnectionPtr could be null after the cb |
| 40 | | |
| 41 | | * S60WebUi\WebUi\src\WebUiSessionAndSecurity.cpp |
| 42 | | * S60WebUi\WebUi\inc\WebUiSessionAndSecurity.h |
| 43 | | Removed dependancy on InternetConnectionManager, and removed ShowSessionInfo |
| 44 | | as the information is available from the Connection Manager application. |
| 45 | | Constructor no longer takes a InternetConnectionManager reference. |
| 46 | | |
| 47 | | * S60WebUi\WebUi\data\WebUi.rss |
| 48 | | * S60WebUi\WebUi\inc\WebUi.hrh |
| 49 | | Removed ShowSessionInfo menu option |
| 50 | | |
| 51 | | * S60WebUi\WebUi\src\WebUiWindowContainer.cpp |
| 52 | | * S60WebUi\WebUi\inc\WebUiWindowContainer.h |
| 53 | | (CWebUiWindowContainer::HandleCommandL): Removed ShowSessionInfo option |
| 54 | | (CWebUiWindowContainer::NetworkConnectionNeededL): Made function empty as |
| 55 | | Symbian default handler does the work. |
| 56 | | |
| 57 | | 2006-07-06 brmorris <bradley.morrison@nokia.com> |
| 58 | | |
| 59 | | Reviewed by dacarson. Fix for: |
| 60 | | |
| 61 | | http://bugzilla.opendarwin.org/show_bug.cgi?id=9754 |
| 62 | | |
| 63 | | * S60Tools/patch.exe: Updated to version 2.5. |
| 64 | | * S60Tools/prepare-ChangeLog.bat: Uses forwardslashes only. |
| 65 | | |
| 66 | | 2006-07-06 brmorris <bradley.morrison@nokia.com> |
| 67 | | |
| 68 | | Reviewed by dacarson. |
| 69 | | |
| 70 | | * S60Tools\patch.exe: Added. |
| 71 | | * S60Tools\prepare-ChangeLog.bat: Added. |
| 72 | | * S60Tools\svn-apply.bat: Added. |
| 73 | | * S60Tools\svn-create-patch.bat: Added. |
| 74 | | * S60Tools\svn-unapply.bat: Added. |
| 75 | | |
| 76 | | 2006-06-14 Antti Koivisto <antti.j.koivisto@nokia.com> |
| 77 | | |
| 78 | | Reviewed by dacarson. |
| 79 | | |
| 80 | | * S60Internals/S60Headers.zip: |
| 81 | | * S60Internals/S60Libs.zip: |
| 82 | | * S60Internals/S60LibsGcce.zip: |
| 83 | | * S60Internals/SDK_GCCE_Patch.zip: Removed. |
| 84 | | |
| 85 | | 2006-06-06 Bradley <bradley.morrison@nokia.com> |
| 86 | | |
| 87 | | Reviewed by dacarson |
| 88 | | |
| 89 | | * WebKit\group\icons.mk |
| 90 | | |
| 91 | | Added tabs back to icons.mk |
| 92 | | |
| 93 | | * JavaScriptCore\group\Bwinscw\JAVASCRIPTCOREU.DEF |
| 94 | | * WebCore\BWINS\WEBCOREU.DEF |
| 95 | | |
| 96 | | Regenerated def files |
| 97 | | |
| 98 | | 2006-06-06 Sachin <sachin.padma@nokia.com> |
| 99 | | |
| 100 | | Reviewed by Zalan/Bradley |
| 101 | | |
| 102 | | Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9332 |
| 103 | | |
| 104 | | * WebKit\group\icons.mk |
| 105 | | |
| 106 | | Search for GCCE in $(PLATFORM), not ARMV5. |
| 107 | | |
| 108 | | 2006-06-06 Sachin <sachin.padma@nokia.com> |
| 109 | | |
| 110 | | Reviewed by Zalan/Bradley |
| 111 | | |
| 112 | | Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9332 |
| 113 | | |
| 114 | | * WebKit\group\icons.mk |
| 115 | | * WebKit\group\webkit.mmp |
| 116 | | * S60WebUi\WebUi\group\WebUi.mmp |
| 117 | | |
| 118 | | Remove relative include paths for data_caging_paths.hrh, |
| 119 | | rely on include path instead. |
| 120 | | |
| 121 | | * S60Internals\S60Headers.zip |
| 122 | | |
| 123 | | Moved data_caging_paths.hrh out of oem to \epoc32\include. |
| 124 | | |
| 125 | | 2006-06-04 Bradley <bradley.morrison@nokia.com> |
| 126 | | |
| 127 | | Reviewed by nobody (oops!) |
| 128 | | |
| 129 | | Webkit.rsg gets processed before webkit.mmp. Fix for nonfatal: |
| 130 | | |
| 131 | | No rule to make target `\EPOC32\INCLUDE\Webkit.rsg' |
| 132 | | |
| 133 | | 2006-06-04 Bradley <bradley.morrison@nokia.com> |
| 134 | | |
| 135 | | Reviewed by nobody (oops!) |
| 136 | | |
| 137 | | Webkit.rsg gets processed before webkit.mmp. Fix for nonfatal: |
| 138 | | |
| 139 | | No rule to make target `\EPOC32\INCLUDE\Webkit.rsg' |
| 140 | | |
| 141 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 142 | | |
| 143 | | Reviewed by Sachin/Bradley |
| 144 | | |
| 145 | | This commit introduces S60 3.1 support to S60WebKit's |
| 146 | | WebKit / BrowserCore (part 3 of 3). |
| 147 | | |
| 148 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 149 | | |
| 150 | | Reviewed by Sachin/Bradley |
| 151 | | |
| 152 | | This commit introduces S60 3.1 support to S60WebKit's |
| 153 | | WebKit / Plugin and BrowserView (part 2.8 of 3). |
| 154 | | |
| 155 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 156 | | |
| 157 | | Reviewed by Sachin/Bradley |
| 158 | | |
| 159 | | This commit introduces S60 3.1 support to S60WebKit's |
| 160 | | WebKit / ResourceLoader (part 2.6 of 3). |
| 161 | | |
| 162 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 163 | | |
| 164 | | Reviewed by Sachin/Bradley |
| 165 | | |
| 166 | | This commit introduces S60 3.1 support to S60WebKit's |
| 167 | | WebKit / BrowserControl (part 2.2 of 3). |
| 168 | | |
| 169 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 170 | | |
| 171 | | Reviewed by Sachin/Bradley |
| 172 | | |
| 173 | | This commit introduces S60 3.1 support to S60WebKit's |
| 174 | | Reindeer UI and WebCore (part 2 of 3). |
| 175 | | |
| 176 | | 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
| 177 | | |
| 178 | | Reviewed by Sachin/Bradley |
| 179 | | |
| 180 | | This commit introduces S60 3.1 support to S60WebKit's |
| 181 | | JavaScriptCore, MemoryManager and S60Internals (part 1 of 3). |
| 182 | | |
| 183 | | 2006-06-02 Shyam <Shyam.Sareen@nokia.com> |
| 184 | | |
| 185 | | Reviewed by Zalan/Bradley |
| 186 | | |
| 187 | | * S60WebUi\HomePage\src\BookmarkPageGen.cpp |
| 188 | | * S60WebUi\HomePage\src\SettingsPageGen.cpp |
| 189 | | |
| 190 | | - Bookmarks & Setting Menu Options not working on hardware due |
| 191 | | to overzealous __WINS__ flags. |
| 192 | | |
| 193 | | Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9256 |
| 194 | | |
| 195 | | 2006-06-02 Bradley <bradley.morrison@nokia.com> |
| 196 | | |
| 197 | | Reviewed by Sachin |
| 198 | | |
| 199 | | * Webkit/BrowserControl |
| 200 | | * Webkit/BrowserView |
| 201 | | * S60Internals |
| 202 | | |
| 203 | | - This is a port of ccm task 11164 (WML interface changes) |
| 204 | | |
| 205 | | 2006-05-30 Pat <vincent.bradley@nokia.com> |
| 206 | | |
| 207 | | Reviewed by Bradley/Zalan |
| 208 | | |
| 209 | | * S60WebUi/WebUi/data/WebUi.rss |
| 210 | | * S60WebUi/WebUi/inc/WebUi.hrh |
| 211 | | * S60WebUi/WebUi/inc/WebUiAutomatedTests.h |
| 212 | | * S60WebUi/WebUi/src/WebUiAutomatedTests.cpp |
| 213 | | * S60WebUi/WebUi/src/WebUiLoadObserver.cpp |
| 214 | | * S60WebUi/WebUi/src/WebUiWindowContainer.cpp |
| 215 | | |
| 216 | | - Performance tests run when -autotest passed in to Reindeer |
| 217 | | Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9114 |
| 218 | | - Various other cleanups to Reindeer |
| 219 | | |
| 220 | | 2006-05-30 Zalan <zbujtas@gmail.com> |
| 221 | | |
| 222 | | Reviewed by Bradley/David |
| 223 | | |
| 224 | | * S60WebUi/WebUi/src/WebUiLoadObserver.cpp: |
| 225 | | * S60WebUi/WebUi/src/WebUiWindowContainer.cpp: |
| 226 | | |
| 227 | | - S60WebUi/WebUi/src/WebUiLoadObserver.cpp: unable to cancel page load |
| 228 | | Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=9135 |