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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:24:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a3476da42968f3df5a5ad9091edf5ecb1b832374
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 15 21:06:17 2002 +0000

    top level:
    
            * Site/Internal/Design/IFRenamings.txt: Update with naming proposals
    	for recently added identifiers.
    
    WebKit:
    
            * WebView.subproj/IFMainURLHandleClient.mm:
            (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
    	Tweak a comment that included the word WebController, to smooth things over a
    	tiny bit for the coming renaming.
    
    WebBrowser:
    
    	Finished renaming WebController to BrowserWebController to head
    	off name conflict in the coming renaming.
    
            * WebController.h:
            * WebController.m:
    	Removed. Used cvs surgery to rename.
    
            * BrowserWebController.h:
            * BrowserWebController.m:
    	Used cvs surgery to rename to these names. Then changed
    	references to the file name to use the new name.
    
            * BrowserDocument.h:
            * BrowserDocument.m:
            * Debug/DebugUtilities.m:
            * LocationChangeHandler.m:
            * WebBrowser.pbproj/project.pbxproj:
    	Change all references to use BrowserWebController instead of
    	WebController.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1563 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 73ff139..408fc0f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2002-07-15  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/IFMainURLHandleClient.mm:
+        (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
+	Tweak a comment that included the word WebController, to smooth things over a
+	tiny bit for the coming renaming.
+
+2002-07-15  Darin Adler  <darin at apple.com>
+
         * WebCoreSupport.subproj/IFTextRenderer.m:
         (-[IFTextRenderer widthForCharacters:length:]): Remove implementation of some unused
 	methods, including at least one that was never used.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 73ff139..408fc0f 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-07-15  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/IFMainURLHandleClient.mm:
+        (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
+	Tweak a comment that included the word WebController, to smooth things over a
+	tiny bit for the coming renaming.
+
+2002-07-15  Darin Adler  <darin at apple.com>
+
         * WebCoreSupport.subproj/IFTextRenderer.m:
         (-[IFTextRenderer widthForCharacters:length:]): Remove implementation of some unused
 	methods, including at least one that was never used.
diff --git a/WebKit/WebView.subproj/IFMainURLHandleClient.mm b/WebKit/WebView.subproj/IFMainURLHandleClient.mm
index 1747097..76e075f 100644
--- a/WebKit/WebView.subproj/IFMainURLHandleClient.mm
+++ b/WebKit/WebView.subproj/IFMainURLHandleClient.mm
@@ -182,7 +182,7 @@
         [dataSource _setEncoding:[handle characterSet]];
         
         // retain the downloadProgressHandler just in case this is a download.
-        // Alexander releases the WebController if no window is created for it.
+        // Alexander releases the IFWebController if no window is created for it.
         // This happens in the cases mentioned in 2981866 and 2965312.
         downloadProgressHandler = [[[dataSource controller] downloadProgressHandler] retain];
         
diff --git a/WebKit/WebView.subproj/WebMainResourceClient.m b/WebKit/WebView.subproj/WebMainResourceClient.m
index 1747097..76e075f 100644
--- a/WebKit/WebView.subproj/WebMainResourceClient.m
+++ b/WebKit/WebView.subproj/WebMainResourceClient.m
@@ -182,7 +182,7 @@
         [dataSource _setEncoding:[handle characterSet]];
         
         // retain the downloadProgressHandler just in case this is a download.
-        // Alexander releases the WebController if no window is created for it.
+        // Alexander releases the IFWebController if no window is created for it.
         // This happens in the cases mentioned in 2981866 and 2965312.
         downloadProgressHandler = [[[dataSource controller] downloadProgressHandler] retain];
         
diff --git a/WebKit/WebView.subproj/WebMainResourceLoader.m b/WebKit/WebView.subproj/WebMainResourceLoader.m
index 1747097..76e075f 100644
--- a/WebKit/WebView.subproj/WebMainResourceLoader.m
+++ b/WebKit/WebView.subproj/WebMainResourceLoader.m
@@ -182,7 +182,7 @@
         [dataSource _setEncoding:[handle characterSet]];
         
         // retain the downloadProgressHandler just in case this is a download.
-        // Alexander releases the WebController if no window is created for it.
+        // Alexander releases the IFWebController if no window is created for it.
         // This happens in the cases mentioned in 2981866 and 2965312.
         downloadProgressHandler = [[[dataSource controller] downloadProgressHandler] retain];
         

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list