[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
eric at webkit.org
eric at webkit.org
Wed Mar 17 18:36:14 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 271ab4b5301e8971a41bfcfead2331f27b314009
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 12 15:45:25 2010 +0000
2010-03-12 Andy Estes <aestes at apple.com>
Reviewed by Brady Eidson.
Remove an unused method.
https://bugs.webkit.org/show_bug.cgi?id=35940
* Plugins/WebPluginController.mm:
removed - (void)showURL:(NSURL *) inFrame:(NSString *)
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55901 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 06aad44..fce5d52 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,14 @@
+2010-03-12 Andy Estes <aestes at apple.com>
+
+ Reviewed by Brady Eidson.
+
+ Remove an unused method.
+
+ https://bugs.webkit.org/show_bug.cgi?id=35940
+
+ * Plugins/WebPluginController.mm:
+ removed - (void)showURL:(NSURL *) inFrame:(NSString *)
+
2010-03-11 Mark Rowe <mrowe at apple.com>
Reviewed by David Kilzer.
diff --git a/WebKit/mac/Plugins/WebPluginController.mm b/WebKit/mac/Plugins/WebPluginController.mm
index 4343119..7a5c22e 100644
--- a/WebKit/mac/Plugins/WebPluginController.mm
+++ b/WebKit/mac/Plugins/WebPluginController.mm
@@ -351,12 +351,6 @@ static void cancelOutstandingCheck(const void *item, void *context)
}
}
-// For compatibility only.
-- (void)showURL:(NSURL *)URL inFrame:(NSString *)target
-{
- [self webPlugInContainerLoadRequest:[NSURLRequest requestWithURL:URL] inFrame:target];
-}
-
- (void)webPlugInContainerShowStatus:(NSString *)message
{
if (!message) {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list