[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:55:42 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fe22c60e0f05c096a3fe62c93a362fb38ab08af4
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 14 23:36:37 2002 +0000

    2002-02-14  Kenneth Kocienda  <kocienda at apple.com>
    
            Did a lot of API cleanup and code formatting.
    
            Worked on the following bugs, with these results:
    
            Fixed bugs:
            Radar 2859564 (Clean up untilDate:/expiry: API on IFURLCache)
            Radar 2859575 (truncateToSizeLimit does not belong in public interface for IFURLCache)
            Radar 2859632 (Remove set methods from IFHTTPURLHandle)
            Radar 2859834 (Implement IFHTTPURLHandle delegate method callbacks)
            Radar 2861054 (Clean up constants)
    
            Progress on bugs:
            Radar 2860531 (Implement special dictionary for IFURLLoadManager)
            Radar 2861001 (Update names of internal class categories)
            Radar 2860482 (Make sure all flags variables are unsigned)
            Radar 2860128 (Add canonicalized URLs to IFURLHandle; make sure they're used appropriately)
            Radar 2859577 (Decide on external visibility of WebFoundation headers)
    
            * CacheLoader.subproj/IFFileURLHandle.h:
            * CacheLoader.subproj/IFFileURLHandle.m:
            * CacheLoader.subproj/IFFileURLProtocolHandler.h:
            * CacheLoader.subproj/IFFileURLProtocolHandler.m: (+[IFFileURLProtocolHandler
            canonicalizeURL:]), (-[IFFileURLProtocolHandler fileLoadThread]):
            * CacheLoader.subproj/IFHTTPURLHandle.h:
            * CacheLoader.subproj/IFHTTPURLHandle.m: (-[IFHTTPURLHandle copyWithZone:]),
            (-[IFHTTPURLHandle dealloc]):
            * CacheLoader.subproj/IFHTTPURLHandleC.h:
            * CacheLoader.subproj/IFHTTPURLProtocolHandler.h:
            * CacheLoader.subproj/IFHTTPURLProtocolHandler.m: (+[IFHTTPURLProtocolHandler
            canonicalizeURL:]), (-[IFHTTPURLProtocolHandler initWithURLLoad:]),
            (-[IFHTTPURLProtocolHandler beginLoadInBackground]), (-[IFHTTPURLProtocolHandler
            endLoadInBackground]), (-[IFHTTPURLProtocolHandler dealloc]),
            (-[IFHTTPURLProtocolHandler setResponseHeaders:]), (-[IFHTTPURLProtocolHandler
            performStreamRead:]):
            * CacheLoader.subproj/IFURLCache.h:
            * CacheLoader.subproj/IFURLCache.m: (-[IFURLCache objectForURL:]):
            * CacheLoader.subproj/IFURLCacheLoaderConstants.h:
            * CacheLoader.subproj/IFURLCacheLoaderConstants.m:
            * CacheLoader.subproj/IFURLCacheObject.h:
            * CacheLoader.subproj/IFURLCachePrivate.h:
            * CacheLoader.subproj/IFURLCachePrivate.m:
            * CacheLoader.subproj/IFURLDataProvider.h:
            * CacheLoader.subproj/IFURLDiskCache.h:
            * CacheLoader.subproj/IFURLDiskCache.m: (-[IFURLDiskCache objectForURL:]):
            * CacheLoader.subproj/IFURLHandle.h:
            * CacheLoader.subproj/IFURLHandle.m: (-[IFURLHandle loadInBackground]),
            (-[IFURLHandle cancelLoadInBackground]), (-[IFURLHandle loadInForeground]),
            (-[IFURLHandle loadInForeground:]), (-[IFURLHandle isEqual:]), (-[IFURLHandle
            hash]), (-[IFURLHandle description]), (-[IFURLHandle copyWithZone:]):
            * CacheLoader.subproj/IFURLHandleC.h:
            * CacheLoader.subproj/IFURLHandleCallBackClient.h:
            * CacheLoader.subproj/IFURLHandleClient.h:
            * CacheLoader.subproj/IFURLHandleConstants.h:
            * CacheLoader.subproj/IFURLHandlePrivate.h:
            * CacheLoader.subproj/IFURLHandlePrivate.m: (-[IFURLHandle
            setAttribute:forKey:]):
            * CacheLoader.subproj/IFURLLoad.h:
            * CacheLoader.subproj/IFURLLoad.m: (-[IFURLLoad statusCode]), (-[IFURLLoad
            resultCode]), (-[IFURLLoad url]), (-[IFURLLoad attributes]), (-[IFURLLoad
            flags]), (-[IFURLLoad handles]), (-[IFURLLoad resourceData]), (-[IFURLLoad
            didLoadBytes:length:]), (-[IFURLLoad updateHandles]), (-[IFURLLoad succeeded]),
            (-[IFURLLoad failedWithResultCode:]), (-[IFURLLoad isEqual:]), (-[IFURLLoad
            hash]), (-[IFURLLoad description]), (-[IFURLLoad dealloc]), (+[IFURLLoad
            URLLoadWithURL:attributes:flags:]), (-[IFURLLoad initWithURL:attributes:flags:]),
            (-[IFURLLoad addHandle:]), (-[IFURLLoad beginOriginLoad]), (-[IFURLLoad
            didBeginLoading]), (-[IFURLLoad setResourceData:]), (+[IFURLLoad
            IFURLLoadCacheCheckerRun:]):
            * CacheLoader.subproj/IFURLLoadManager.h:
            * CacheLoader.subproj/IFURLLoadManager.m: (-[IFURLLoadManager
            initWithDefaultStack]), (+[IFURLLoadManager sharedURLLoadManager]),
            (-[IFURLLoadManager requestWithURLHandle:]), (-[IFURLLoadManager
            cancelRequestWithURLHandle:]), (-[IFURLLoadManager cancelAllRequestsWithURL:]),
            (-[IFURLLoadManager cancelAllRequestsInGroup:]), (-[IFURLLoadManager
            handleURLLoadedResourceData:]):
            * CacheLoader.subproj/IFURLLoadPrivate.h:
            * CacheLoader.subproj/IFURLMemoryCache.h:
            * CacheLoader.subproj/IFURLMemoryCache.m: (-[IFURLMemoryCache objectForURL:]):
            * CacheLoader.subproj/IFURLProtocolHandler.h:
            * CacheLoader.subproj/IFURLProtocolHandler.m: (+[IFURLProtocolHandler
            canonicalizeURL:]):
            * CookieManager.subproj/IFCookie.h:
            * CookieManager.subproj/IFCookieAcceptHandler.h:
            * CookieManager.subproj/IFCookieC.h:
            * CookieManager.subproj/IFCookieManager.h:
            * CookieManager.subproj/IFCookieManagerC.h:
            * CookieManager.subproj/IFCookiePrivate.h:
            * Database.subproj/IFDatabase.h:
            * Database.subproj/IFDatabase.m: (-[IFDatabase removeAllObjects]):
            * Misc.subproj/IFMutableDataPrivate.m: (-[IFByteRange isEqual:]):
            * Misc.subproj/WebFoundation.h:
            * Misc.subproj/WebFoundationPrivate.h:
            * WebFoundation.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@623 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebDatabase.h b/WebKit/Misc.subproj/WebDatabase.h
index 87472bd..7edcbda 100644
--- a/WebKit/Misc.subproj/WebDatabase.h
+++ b/WebKit/Misc.subproj/WebDatabase.h
@@ -14,6 +14,7 @@
 
 -(void)setObject:(id)object forKey:(id)key;
 -(void)removeObjectForKey:(id)key;
+-(void)removeAllObjects;
 -(id)objectForKey:(id)key;
 -(NSEnumerator *)keys;
 -(unsigned)count;
diff --git a/WebKit/Misc.subproj/WebDatabase.m b/WebKit/Misc.subproj/WebDatabase.m
index 22240e3..5da443b 100644
--- a/WebKit/Misc.subproj/WebDatabase.m
+++ b/WebKit/Misc.subproj/WebDatabase.m
@@ -19,6 +19,10 @@
     NSRequestConcreteImplementation(self, _cmd, [IFDatabase class]);
 }
 
+-(void)removeAllObjects
+{
+}
+
 -(id)objectForKey:(id)key
 {
     NSRequestConcreteImplementation(self, _cmd, [IFDatabase class]);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list