Changeset 20682 for S60/trunk/WebKit
- Timestamp:
- 04/03/07 07:44:40 (22 months ago)
- Location:
- S60/trunk/WebKit
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
ResourceLoader/src/DefaultContentHandler.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/WebKit/ChangeLog
r20679 r20682 1 rathnasa, reviewed by Yongjun. 2 DESC: Reset the iDownloadContent flag properly. 3 TSW Id: TKWG-6Z477F-Browser auto exit when browsing web Page 4 http://bugs.webkit.org/show_bug.cgi?id=13207 5 6 * ResourceLoader/src/DefaultContentHandler.cpp: 7 (CDefaultContentHandler::ProcessHeadersL): 8 1 9 ligman, reviewed by <reviewer> 2 10 DESC: Animated gif in xhtml fails. Start animation timer for single animated gifs -
S60/trunk/WebKit/ResourceLoader/src/DefaultContentHandler.cpp
r20435 r20682 240 240 TInt status( KErrNone ); 241 241 iIgnore = EFalse; 242 iDownloadContent = EFalse; 242 243 // cleanup content file, parameter list and data type 243 244 // from prior response (if any) … … 278 279 else 279 280 { 280 iDownloadContent = EFalse;281 282 281 TUriParser parser; 283 282 HBufC* fileName = NULL;