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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:38:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a2ad6d374b8e281dae8cbb71bccf5747cc24e190
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 12 15:53:40 2002 +0000

    WebKit:
    
    	Make WebTextView private and exported.
    
            * WebKit.exp:
            * WebKit.pbproj/project.pbxproj:
            * WebView.subproj/WebTextView.h:
    
    WebBrowser:
    
    	Show HTML source in Alex.
    
            * BrowserDocument.h:
            * BrowserDocument.m:
            (-[BrowserDocument viewSource:]): create new HTMLSourceDocument
            * BrowserDocumentController.h:
            * BrowserDocumentController.m:
            (-[BrowserDocumentController openHTMLSourceDocumentWithDataSource:]): added
            * ContextMenuHandler.m:
            (-[ContextMenuHandler viewSource:]): create new HTMLSourceDocument
            * English.lproj/HTMLSource.nib: Added.
            * HTMLSourceController.h: Added.
            * HTMLSourceController.m: Added.
            (-[HTMLSourceController windowDidLoad]):
            (-[HTMLSourceController setString:]):
            (-[HTMLSourceController targetForSearch]):
            * HTMLSourceDocument.h: Added.
            * HTMLSourceDocument.m: Added.
            (-[HTMLSourceDocument initWithDataSource:]):
            (-[HTMLSourceDocument dealloc]):
            (-[HTMLSourceDocument makeWindowControllers]):
            (-[HTMLSourceDocument dataRepresentationOfType:]):
            (-[HTMLSourceDocument saveDocumentTo:]):
            (-[HTMLSourceDocument fileName]):
            (-[HTMLSourceDocument fileType]):
            (-[HTMLSourceDocument displayName]):
            * WebBrowser.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2045 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c74b986..81c953e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-12  Chris Blumenberg  <cblu at apple.com>
+	
+	Make WebTextView private and exported.
+
+        * WebKit.exp:
+        * WebKit.pbproj/project.pbxproj:
+        * WebView.subproj/WebTextView.h:
+
 2002-09-11  Maciej Stachowiak  <mjs at apple.com>
 
 	Combined provisionalDataSourceChanged: and
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index c74b986..81c953e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,11 @@
+2002-09-12  Chris Blumenberg  <cblu at apple.com>
+	
+	Make WebTextView private and exported.
+
+        * WebKit.exp:
+        * WebKit.pbproj/project.pbxproj:
+        * WebView.subproj/WebTextView.h:
+
 2002-09-11  Maciej Stachowiak  <mjs at apple.com>
 
 	Combined provisionalDataSourceChanged: and
diff --git a/WebKit/WebKit.exp b/WebKit/WebKit.exp
index 6114042..788c111 100644
--- a/WebKit/WebKit.exp
+++ b/WebKit/WebKit.exp
@@ -24,6 +24,7 @@
 .objc_class_name_WebTestController
 .objc_class_name_WebURLsWithTitles
 .objc_class_name_WebView
+.objc_class_name_WebTextView
 _WebContextMenuElementLinkLabelKey
 _WebContextMenuElementLinkURLKey
 _WebContextMenuElementImageURLKey
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 7076c60..d14bd78 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -671,6 +671,9 @@
 			fileRef = 35081DA802B6D4E40ACA2ACA;
 			isa = PBXBuildFile;
 			settings = {
+				ATTRIBUTES = (
+					Private,
+				);
 			};
 		};
 		35081DAD02B6D4E40ACA2ACA = {
diff --git a/WebKit/WebView.subproj/WebTextView.h b/WebKit/WebView.subproj/WebTextView.h
index d1e9857..c3af838 100644
--- a/WebKit/WebView.subproj/WebTextView.h
+++ b/WebKit/WebView.subproj/WebTextView.h
@@ -14,4 +14,7 @@
     BOOL canDragFrom;
     BOOL canDragTo;
 }
+
+- (void)setFixedWidthFont;
+
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list