Changeset 1090

Show
Ignore:
Timestamp:
10/12/09 15:17:45 (1 year ago)
Author:
gbertal
Message:

2009-10-12 Gilles Bertal <gbertal@pleyo.com>

Manually integrating WebKit? bug #27384 fix.

  • loader/appcache/ApplicationCacheGroup.cpp:
    (WebCore::ApplicationCacheGroup::didReceiveResponse):
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/Galeking/WebCore/ChangeLogOWB

    r979 r1090  
     12009-10-12  Gilles Bertal  <gbertal@pleyo.com> 
     2 
     3        Manually integrating WebKit bug #27384 fix. 
     4 
     5        * loader/appcache/ApplicationCacheGroup.cpp: 
     6        (WebCore::ApplicationCacheGroup::didReceiveResponse): 
     7 
    182009-06-02  Mario Bensi  <mbensi@pleyo.com> 
    29 
  • tags/Galeking/WebCore/loader/appcache/ApplicationCacheGroup.cpp

    r872 r1090  
    450450        if (newestCachedResource) { 
    451451            m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data())); 
     452            m_pendingEntries.remove(m_currentHandle->request().url()); 
    452453            m_currentHandle->cancel(); 
    453454            m_currentHandle = 0; 
     
    477478            ASSERT(newestCachedResource); 
    478479            m_cacheBeingUpdated->addResource(ApplicationCacheResource::create(url, newestCachedResource->response(), type, newestCachedResource->data())); 
     480            m_pendingEntries.remove(m_currentHandle->request().url()); 
    479481            m_currentHandle->cancel(); 
    480482            m_currentHandle = 0;