[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:54:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 967f3a590fb7d14b01b1925926f45f5f0e2e090c
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 25 19:51:48 2002 +0000

    	Minor non-mentionable clean-up.
    
            * WebCoreSupport.subproj/WebBridge.m:
            (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2467 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 0aa8cde..b77ce70 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2002-10-25  Chris Blumenberg  <cblu at apple.com>
 
+	Minor non-mentionable clean-up.
+
+        * WebCoreSupport.subproj/WebBridge.m:
+        (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]):
+
+2002-10-25  Chris Blumenberg  <cblu at apple.com>
+
 	Cleaned up the plug-in API headers so they can be sent to other groups.
 
         * Plugins.subproj/WebPlugin.h:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 0aa8cde..b77ce70 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-10-25  Chris Blumenberg  <cblu at apple.com>
 
+	Minor non-mentionable clean-up.
+
+        * WebCoreSupport.subproj/WebBridge.m:
+        (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]):
+
+2002-10-25  Chris Blumenberg  <cblu at apple.com>
+
 	Cleaned up the plug-in API headers so they can be sent to other groups.
 
         * Plugins.subproj/WebPlugin.h:
diff --git a/WebKit/WebCoreSupport.subproj/WebBridge.m b/WebKit/WebCoreSupport.subproj/WebBridge.m
index 986f6e6..2f28c69 100644
--- a/WebKit/WebCoreSupport.subproj/WebBridge.m
+++ b/WebKit/WebCoreSupport.subproj/WebBridge.m
@@ -481,7 +481,7 @@
                                        baseURL:baseURL];
         }
         else if([pluginPackage isKindOfClass:[WebNetscapePluginPackage class]]){
-            return [[[WebNetscapePluginEmbeddedView alloc] initWithFrame:NSMakeRect(0,0,0,0)
+            return [[[WebNetscapePluginEmbeddedView alloc] initWithFrame:NSZeroRect
                                                                   plugin:(WebNetscapePluginPackage *)pluginPackage
                                                                      URL:URL
                                                                  baseURL:baseURL
@@ -493,9 +493,7 @@
             return nil;
         }
     }else{
-        return [[[WebNullPluginView alloc] initWithFrame:NSMakeRect(0,0,0,0)
-                                                MIMEType:MIMEType
-                                              attributes:attributes] autorelease];
+        return [[[WebNullPluginView alloc] initWithFrame:NSZeroRect MIMEType:MIMEType attributes:attributes] autorelease];
     }
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list