[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:54:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5ff73fcfe73410d60ad331f1e752a58ac60d664c
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 21 17:33:49 2002 +0000

    	* WebView.subproj/WKWebController.h:
    	* WebView.subproj/WKWebView.h:
    	Changed WKConcreteWebController to WKDefaultWebController in a
    	couple of comments.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@551 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 35dc441..e9c9380 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-21  John Sullivan  <sullivan at apple.com>
+
+	* WebView.subproj/WKWebController.h:
+	* WebView.subproj/WKWebView.h:
+	Changed WKConcreteWebController to WKDefaultWebController in a
+	couple of comments.
+
 2002-01-18  Richard Williamson  <rjw at apple.com>
 
     First pass at new view/datasource/controller API.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 35dc441..e9c9380 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-01-21  John Sullivan  <sullivan at apple.com>
+
+	* WebView.subproj/WKWebController.h:
+	* WebView.subproj/WKWebView.h:
+	Changed WKConcreteWebController to WKDefaultWebController in a
+	couple of comments.
+
 2002-01-18  Richard Williamson  <rjw at apple.com>
 
     First pass at new view/datasource/controller API.
diff --git a/WebKit/WebView.subproj/IFWebController.h b/WebKit/WebView.subproj/IFWebController.h
index 4262a6e..ef4430e 100644
--- a/WebKit/WebView.subproj/IFWebController.h
+++ b/WebKit/WebView.subproj/IFWebController.h
@@ -41,7 +41,7 @@
     implementation of WKWebController.  It is also possible that a web crawler
     may implement a WKWebController with no corresponding view.
     
-    WKConcreteWebController may be subclassed to modify the behavior of the standard
+    WKDefaultWebController may be subclassed to modify the behavior of the standard
     WKWebView and WKWebDataSource.
 
    ============================================================================= 
diff --git a/WebKit/WebView.subproj/IFWebView.h b/WebKit/WebView.subproj/IFWebView.h
index b0de617..0a5334a 100644
--- a/WebKit/WebView.subproj/IFWebView.h
+++ b/WebKit/WebView.subproj/IFWebView.h
@@ -17,7 +17,7 @@
     NSURL *url = [NSURL URLWithString: @"http://www.apple.com"];
     WKWebDataSource *dataSource = [[WKWebDataSource alloc] initWithURL: url];
     WKWebView *view = [[WKWebView alloc] initWithFrame: myFrame];
-    WKConcreteWebController *controller = [[WKConcreteWebController alloc] initWithView: view dataSource: dataSource];
+    WKDefaultWebController *controller = [[WKDefaultWebController alloc] initWithView: view dataSource: dataSource];
 
     [[[view controller] dataSource] startLoading];
 
diff --git a/WebKit/WebView.subproj/WKWebController.h b/WebKit/WebView.subproj/WKWebController.h
index 4262a6e..ef4430e 100644
--- a/WebKit/WebView.subproj/WKWebController.h
+++ b/WebKit/WebView.subproj/WKWebController.h
@@ -41,7 +41,7 @@
     implementation of WKWebController.  It is also possible that a web crawler
     may implement a WKWebController with no corresponding view.
     
-    WKConcreteWebController may be subclassed to modify the behavior of the standard
+    WKDefaultWebController may be subclassed to modify the behavior of the standard
     WKWebView and WKWebDataSource.
 
    ============================================================================= 
diff --git a/WebKit/WebView.subproj/WKWebView.h b/WebKit/WebView.subproj/WKWebView.h
index b0de617..0a5334a 100644
--- a/WebKit/WebView.subproj/WKWebView.h
+++ b/WebKit/WebView.subproj/WKWebView.h
@@ -17,7 +17,7 @@
     NSURL *url = [NSURL URLWithString: @"http://www.apple.com"];
     WKWebDataSource *dataSource = [[WKWebDataSource alloc] initWithURL: url];
     WKWebView *view = [[WKWebView alloc] initWithFrame: myFrame];
-    WKConcreteWebController *controller = [[WKConcreteWebController alloc] initWithView: view dataSource: dataSource];
+    WKDefaultWebController *controller = [[WKDefaultWebController alloc] initWithView: view dataSource: dataSource];
 
     [[[view controller] dataSource] startLoading];
 
diff --git a/WebKit/WebView.subproj/WebController.h b/WebKit/WebView.subproj/WebController.h
index 4262a6e..ef4430e 100644
--- a/WebKit/WebView.subproj/WebController.h
+++ b/WebKit/WebView.subproj/WebController.h
@@ -41,7 +41,7 @@
     implementation of WKWebController.  It is also possible that a web crawler
     may implement a WKWebController with no corresponding view.
     
-    WKConcreteWebController may be subclassed to modify the behavior of the standard
+    WKDefaultWebController may be subclassed to modify the behavior of the standard
     WKWebView and WKWebDataSource.
 
    ============================================================================= 
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index b0de617..0a5334a 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -17,7 +17,7 @@
     NSURL *url = [NSURL URLWithString: @"http://www.apple.com"];
     WKWebDataSource *dataSource = [[WKWebDataSource alloc] initWithURL: url];
     WKWebView *view = [[WKWebView alloc] initWithFrame: myFrame];
-    WKConcreteWebController *controller = [[WKConcreteWebController alloc] initWithView: view dataSource: dataSource];
+    WKDefaultWebController *controller = [[WKDefaultWebController alloc] initWithView: view dataSource: dataSource];
 
     [[[view controller] dataSource] startLoading];
 
diff --git a/WebKit/WebView.subproj/WebView.h b/WebKit/WebView.subproj/WebView.h
index 4262a6e..ef4430e 100644
--- a/WebKit/WebView.subproj/WebView.h
+++ b/WebKit/WebView.subproj/WebView.h
@@ -41,7 +41,7 @@
     implementation of WKWebController.  It is also possible that a web crawler
     may implement a WKWebController with no corresponding view.
     
-    WKConcreteWebController may be subclassed to modify the behavior of the standard
+    WKDefaultWebController may be subclassed to modify the behavior of the standard
     WKWebView and WKWebDataSource.
 
    ============================================================================= 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list