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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:57:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 034d4dc901c6dfd5f3d67387c71547f21a071a1c
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 6 23:44:27 2002 +0000

    WebFoundation:
    
    	Added _web_infoDictionaryForBundleAtPath. Gets info dictionary without using NSBundle.
    
            * Misc.subproj/WebNSDictionaryExtras.h:
            * Misc.subproj/WebNSDictionaryExtras.m:
            (+[NSDictionary _web_infoDictionaryForBundleAtPath:]):
    
    WebBrowser:
    
    	Preliminary work for disk copy interaction.
    
            * AppController.m:
            (-[AppController awakeFromNib]): tweak to GURL event call, no actual change
            * Defaults.plist: don't have WebKit open disk images for us anymore, since Alex will do this.
            * DiskCopyPuppetStrings.h:
            * DownloadMonitor.m:
            (-[DownloadMonitor init]): set handlers for disk copy events
            (-[DownloadMonitor handleDiskCopyEvent:withReplyEvent:]): added, does nothing right now
            * DownloadProgressEntry.h:
            * DownloadProgressEntry.m:
            (-[DownloadProgressEntry diskCopyStage]): new
            (-[DownloadProgressEntry setDiskCopyStage:]): new
            (-[DownloadProgressEntry startDiskCopyInteraction]): new, check version of disk copy, open disk image
            (-[DownloadProgressEntry setCompleted]): call startDiskCopyInteraction
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Downloads.subproj/WebDownload.m b/WebKit/Downloads.subproj/WebDownload.m
index 79232de..1626009 100644
--- a/WebKit/Downloads.subproj/WebDownload.m
+++ b/WebKit/Downloads.subproj/WebDownload.m
@@ -41,7 +41,6 @@
     [bufferedData release];
     [dataSource release];
     [decoderClasses release];
-    [decoderSequence removeAllObjects];
     [decoderSequence release];
     [super dealloc];
 }
diff --git a/WebKit/Downloads.subproj/WebDownloadHandler.m b/WebKit/Downloads.subproj/WebDownloadHandler.m
index 79232de..1626009 100644
--- a/WebKit/Downloads.subproj/WebDownloadHandler.m
+++ b/WebKit/Downloads.subproj/WebDownloadHandler.m
@@ -41,7 +41,6 @@
     [bufferedData release];
     [dataSource release];
     [decoderClasses release];
-    [decoderSequence removeAllObjects];
     [decoderSequence release];
     [super dealloc];
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list