[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
rjw
rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:55:45 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit fa4763fabf08c20798ba7a34b636dd950daa5f6a
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Feb 16 21:44:35 2002 +0000
Notes to self.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@631 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4594bca..59a025e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
2002-02-16 Richard Williamson <rjw at apple.com>
+ * WebView.subproj/IFWebDataSource.mm: (-[IFWebDataSource controller]):
+
+2002-02-16 Richard Williamson <rjw at apple.com>
+
Reminders to change frame<->datasource ownership cycle.
* WebView.subproj/IFWebDataSource.mm: (-[IFWebDataSource setFrame:]),
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 4594bca..59a025e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
2002-02-16 Richard Williamson <rjw at apple.com>
+ * WebView.subproj/IFWebDataSource.mm: (-[IFWebDataSource controller]):
+
+2002-02-16 Richard Williamson <rjw at apple.com>
+
Reminders to change frame<->datasource ownership cycle.
* WebView.subproj/IFWebDataSource.mm: (-[IFWebDataSource setFrame:]),
diff --git a/WebKit/WebView.subproj/IFWebDataSource.mm b/WebKit/WebView.subproj/IFWebDataSource.mm
index ba3f697..9a8577a 100644
--- a/WebKit/WebView.subproj/IFWebDataSource.mm
+++ b/WebKit/WebView.subproj/IFWebDataSource.mm
@@ -180,8 +180,9 @@
- (id <IFWebController>)controller
{
- // All data source from a document (frameset) share the same
- // controller.
+ // All data sources used in a document share the same
+ // controller. A single document may have many datasource corresponding to
+ // frame or iframes.
if (((IFWebDataSourcePrivate *)_dataSourcePrivate)->parent != nil)
return [((IFWebDataSourcePrivate *)_dataSourcePrivate)->parent controller];
return ((IFWebDataSourcePrivate *)_dataSourcePrivate)->controller;
diff --git a/WebKit/WebView.subproj/WebDataSource.m b/WebKit/WebView.subproj/WebDataSource.m
index ba3f697..9a8577a 100644
--- a/WebKit/WebView.subproj/WebDataSource.m
+++ b/WebKit/WebView.subproj/WebDataSource.m
@@ -180,8 +180,9 @@
- (id <IFWebController>)controller
{
- // All data source from a document (frameset) share the same
- // controller.
+ // All data sources used in a document share the same
+ // controller. A single document may have many datasource corresponding to
+ // frame or iframes.
if (((IFWebDataSourcePrivate *)_dataSourcePrivate)->parent != nil)
return [((IFWebDataSourcePrivate *)_dataSourcePrivate)->parent controller];
return ((IFWebDataSourcePrivate *)_dataSourcePrivate)->controller;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list