[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:52:53 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 1189322454c99ea6f065b982b568e024589d77f5
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 23 00:41:44 2002 +0000
Getting XML docs at least made for XML files...
* WebView.subproj/WebHTMLRepresentation.m:
(-[WebHTMLRepresentation setDataSource:]):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2427 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 39b7699..3d75fb5 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-22 David Hyatt <hyatt at apple.com>
+
+ Getting XML docs at least made for XML files...
+
+ * WebView.subproj/WebHTMLRepresentation.m:
+ (-[WebHTMLRepresentation setDataSource:]):
+
2002-10-22 Chris Blumenberg <cblu at apple.com>
Made new plug-in API headers private.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 39b7699..3d75fb5 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-10-22 David Hyatt <hyatt at apple.com>
+
+ Getting XML docs at least made for XML files...
+
+ * WebView.subproj/WebHTMLRepresentation.m:
+ (-[WebHTMLRepresentation setDataSource:]):
+
2002-10-22 Chris Blumenberg <cblu at apple.com>
Made new plug-in API headers private.
diff --git a/WebKit/WebView.subproj/WebHTMLRepresentation.m b/WebKit/WebView.subproj/WebHTMLRepresentation.m
index c0bacaf..5a5c44c 100644
--- a/WebKit/WebView.subproj/WebHTMLRepresentation.m
+++ b/WebKit/WebView.subproj/WebHTMLRepresentation.m
@@ -9,6 +9,7 @@
#import <WebKit/WebBridge.h>
#import <WebKit/WebKitStatisticsPrivate.h>
#import <WebKit/WebFramePrivate.h>
+#import <WebFoundation/WebResourceResponse.h>
@interface WebHTMLRepresentationPrivate : NSObject
{
@@ -50,6 +51,7 @@
- (void)setDataSource:(WebDataSource *)dataSource
{
_private->bridge = [[dataSource webFrame] _bridge];
+ [_private->bridge setContentType: [[dataSource response] contentType]];
}
- (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list