Changeset 20727 in webkit


Ignore:
Timestamp:
Apr 5, 2007 12:55:36 PM (17 years ago)
Author:
spadma
Message:

2007-04-04 ligman <joseph.ligman@nokia.com>

Reviewed by Sachin.
DESC: Setting status to KErrCancel when the request dispatcher does not define a loader causes a problem for the history stack, reverting to previous.
http://bugs.webkit.org/show_bug.cgi?id=13232

  • BrowserView/src/WebKitLoader.cpp: (CWebKitLoader::LoadPageL):
Location:
S60/branches/3.1m/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/branches/3.1m/WebKit/BrowserView/src/WebKitLoader.cpp

    r20687 r20727  
    283283            }
    284284         }
    285     else if ( status == KErrNone && !urlLoader )  //There is no pending transaction when the urlloader
    286         {                                         //does not exist. For lack of a better solution, setting
    287         status = KErrCancel;                      //the status to KErrCancel so the callers don't wait indefinitely.
    288         }         
    289285
    290286    return status;
  • S60/branches/3.1m/WebKit/ChangeLog

    r20687 r20727  
     12007-04-04  ligman  <joseph.ligman@nokia.com>
     2
     3        Reviewed by Sachin.
     4        DESC: Setting status to KErrCancel when the request dispatcher does not define a loader causes a problem for the history stack, reverting to previous.
     5        http://bugs.webkit.org/show_bug.cgi?id=13232
     6
     7        * BrowserView/src/WebKitLoader.cpp:
     8        (CWebKitLoader::LoadPageL):
     9
    1102007-03-30  ligman  <joseph.ligman@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.