[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:27:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e49a664db53b8e9c9b9af0b7533276b34501042f
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 25 19:50:10 2002 +0000

    WebKit:
    
    	Remove reloadImage until its implemented.
    
            * WebView.subproj/WebDefaultContextMenuHandler.m:
            (-[WebDefaultContextMenuHandler contextMenuItemsForElement:defaultMenuItems:]):
    
    WebBrowser:
    
    	Remove reloadImage until its implemented.
    
            * ContextMenuHandler.m:
            (-[ContextMenuHandler contextMenuItemsForElement:defaultMenuItems:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1669 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3aa4918..13ed9b9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2002-07-25  Chris Blumenberg  <cblu at apple.com>
 
+	Remove reloadImage until its implemented.
+
+        * WebView.subproj/WebDefaultContextMenuHandler.m:
+        (-[WebDefaultContextMenuHandler contextMenuItemsForElement:defaultMenuItems:]):
+
+2002-07-25  Chris Blumenberg  <cblu at apple.com>
+
 	Renamed elementInfoAtPoint to elementAtPoint
 
         * WebKit.pbproj/project.pbxproj:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 3aa4918..13ed9b9 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-07-25  Chris Blumenberg  <cblu at apple.com>
 
+	Remove reloadImage until its implemented.
+
+        * WebView.subproj/WebDefaultContextMenuHandler.m:
+        (-[WebDefaultContextMenuHandler contextMenuItemsForElement:defaultMenuItems:]):
+
+2002-07-25  Chris Blumenberg  <cblu at apple.com>
+
 	Renamed elementInfoAtPoint to elementAtPoint
 
         * WebKit.pbproj/project.pbxproj:
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
index 48d44b6..84bc76a 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
@@ -71,11 +71,6 @@
         [[self class] addMenuItemWithTitle:NSLocalizedString(@"Copy Image to Clipboard", @"Copy Image to Clipboard context menu item") 				                    action:@selector(copyImageToClipboard:)
                                     target:self
                                    toArray:menuItems];
-
-        [[self class] addMenuItemWithTitle:NSLocalizedString(@"Reload Image", @"Reload Image context menu item")
-                                    action:@selector(reloadImage:)
-                                    target:self
-                                   toArray:menuItems];
     }
 
     if(!imageURL && !linkURL){
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m b/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
index 48d44b6..84bc76a 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
@@ -71,11 +71,6 @@
         [[self class] addMenuItemWithTitle:NSLocalizedString(@"Copy Image to Clipboard", @"Copy Image to Clipboard context menu item") 				                    action:@selector(copyImageToClipboard:)
                                     target:self
                                    toArray:menuItems];
-
-        [[self class] addMenuItemWithTitle:NSLocalizedString(@"Reload Image", @"Reload Image context menu item")
-                                    action:@selector(reloadImage:)
-                                    target:self
-                                   toArray:menuItems];
     }
 
     if(!imageURL && !linkURL){

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list