Changeset 17569 in webkit


Ignore:
Timestamp:
Nov 3, 2006 7:29:27 AM (17 years ago)
Author:
spadma
Message:

2006-11-02 spadma <Sachin.Padma@nokia.com>

Reviewed by Yongjun.
DESC: Gif image was not displayed on the page when it in body of multipart/mixed msg with wml file.
http://bugs.webkit.org/show_bug.cgi?id=11496

  • BrowserControl/src/WmlDispatcher.cpp: (CWmlDispatcher::ResponseL):
Location:
S60/trunk/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebKit/BrowserControl/src/WmlDispatcher.cpp

    r15509 r17569  
    172172    {
    173173  CWebKitLoader& webkitLoader = iBrCtl->WebKitControl()->WebKitView().MainFrame().WebKitBridge().Loader();
     174  webkitLoader.SetIsMultipart(
     175        ((CUrlResponseHeaderInfo&)aResponse.HeaderInfo()).IsMultipart() );
    174176  // write incoming data to the content file
    175177    iContentFile->WriteL( aResponse.Body() );
  • S60/trunk/WebKit/ChangeLog

    r17568 r17569  
     12006-11-02  spadma  <Sachin.Padma@nokia.com>
     2
     3        Reviewed by Yongjun.
     4        DESC: Gif image was not displayed on the page when it in body of multipart/mixed msg with wml file.
     5        http://bugs.webkit.org/show_bug.cgi?id=11496
     6
     7        * BrowserControl/src/WmlDispatcher.cpp:
     8        (CWmlDispatcher::ResponseL):
     9
    1102006-11-02  spadma  <Sachin.Padma@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.