[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:14 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 6b8c2cc961f084e4e4dfd6bafcda5167dccb7765
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Jul 25 01:38:13 2002 +0000
tiny change
* WebView.subproj/WebDefaultContextMenuHandler.m:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1666 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d85b4f1..85f086e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
2002-07-24 Chris Blumenberg <cblu at apple.com>
+ tiny change
+
+ * WebView.subproj/WebDefaultContextMenuHandler.m:
+
+2002-07-24 Chris Blumenberg <cblu at apple.com>
+
Added implmentations for a few context menu items.
* WebView.subproj/WebController.h:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index d85b4f1..85f086e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
2002-07-24 Chris Blumenberg <cblu at apple.com>
+ tiny change
+
+ * WebView.subproj/WebDefaultContextMenuHandler.m:
+
+2002-07-24 Chris Blumenberg <cblu at apple.com>
+
Added implmentations for a few context menu items.
* WebView.subproj/WebController.h:
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
index 329792a..4efa97f 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
@@ -132,11 +132,6 @@
[pasteboard setData:tiff forType:NSTIFFPboardType];
}
-- (void)reloadImage:(id)sender
-{
-
-}
-
- (void)openFrameInNewWindow:(id)sender
{
WebFrame *webFrame = [element objectForKey:WebContextFrame];
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m b/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
index 329792a..4efa97f 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuHandler.m
@@ -132,11 +132,6 @@
[pasteboard setData:tiff forType:NSTIFFPboardType];
}
-- (void)reloadImage:(id)sender
-{
-
-}
-
- (void)openFrameInNewWindow:(id)sender
{
WebFrame *webFrame = [element objectForKey:WebContextFrame];
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list