[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:39:51 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e7388f061de10deccc132ef0894a023c7fed3ec3
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 18 19:46:02 2002 +0000

            * WebView.subproj/WebController.h: Fix typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2085 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index ad75e3e..be65d7b 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2002-09-18  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/WebController.h: Fix typo.
+
+2002-09-18  Darin Adler  <darin at apple.com>
+
         * WebView.subproj/WebController.h: Add getters.
         * WebView.subproj/WebController.m:
         (-[WebController applicationNameForUserAgent]): Added.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index ad75e3e..be65d7b 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-09-18  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/WebController.h: Fix typo.
+
+2002-09-18  Darin Adler  <darin at apple.com>
+
         * WebView.subproj/WebController.h: Add getters.
         * WebView.subproj/WebController.m:
         (-[WebController applicationNameForUserAgent]): Added.
diff --git a/WebKit/WebView.subproj/WebController.h b/WebKit/WebView.subproj/WebController.h
index 03c31c2..7bd1d24 100644
--- a/WebKit/WebView.subproj/WebController.h
+++ b/WebKit/WebView.subproj/WebController.h
@@ -207,7 +207,7 @@ extern NSString *WebContextMenuElementFrameKey;
 // Set the application name. This name will be used in user-agent strings
 // that are chosen for best results in rendering web pages.
 - (void)setApplicationNameForUserAgent:(NSString *)applicationName;
-- (NSString *)setApplicationNameForUserAgent;
+- (NSString *)applicationNameForUserAgent;
 
 // Set the user agent explicitly. Setting the user-agent string to nil means
 // that WebKit should construct the best possible user-agent string for each URL
diff --git a/WebKit/WebView.subproj/WebView.h b/WebKit/WebView.subproj/WebView.h
index 03c31c2..7bd1d24 100644
--- a/WebKit/WebView.subproj/WebView.h
+++ b/WebKit/WebView.subproj/WebView.h
@@ -207,7 +207,7 @@ extern NSString *WebContextMenuElementFrameKey;
 // Set the application name. This name will be used in user-agent strings
 // that are chosen for best results in rendering web pages.
 - (void)setApplicationNameForUserAgent:(NSString *)applicationName;
-- (NSString *)setApplicationNameForUserAgent;
+- (NSString *)applicationNameForUserAgent;
 
 // Set the user agent explicitly. Setting the user-agent string to nil means
 // that WebKit should construct the best possible user-agent string for each URL

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list