Changeset 20682 for S60/trunk/WebKit

Show
Ignore:
Timestamp:
04/03/07 07:44:40 (22 months ago)
Author:
yongjzha
Message:

rathnasa, reviewed by Yongjun.

DESC: Reset the iDownloadContent flag properly.

TSW Id: TKWG-6Z477F-Browser auto exit when browsing web Page

http://bugs.webkit.org/show_bug.cgi?id=13207

  • ResourceLoader/src/DefaultContentHandler.cpp: (CDefaultContentHandler::ProcessHeadersL):
Location:
S60/trunk/WebKit
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebKit/ChangeLog

    r20679 r20682  
     1rathnasa, 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 
    19ligman, reviewed by <reviewer> 
    210 DESC: Animated gif in xhtml fails. Start animation timer for single animated gifs 
  • S60/trunk/WebKit/ResourceLoader/src/DefaultContentHandler.cpp

    r20435 r20682  
    240240    TInt status( KErrNone ); 
    241241    iIgnore = EFalse; 
     242    iDownloadContent = EFalse;         
    242243    // cleanup content file, parameter list and data type 
    243244    // from prior response (if any) 
     
    278279    else 
    279280        { 
    280         iDownloadContent = EFalse; 
    281          
    282281        TUriParser parser; 
    283282        HBufC* fileName = NULL;