[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:44:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b055d3517f2e8e32f6ce2110c94c869650764023
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 26 22:37:21 2002 +0000

    WebKit:
    
    	Made WebTextView super-private.
    
            * WebKit.pbproj/project.pbxproj:
    
    WebBrowser:
    
    	- Made the view source window
    		- larger
    		- use Monaco, 10 font
    		- respond to makeTextLarger and makeTextSmaller
    		- use saveDocumentAs
    
    	Fixed: 3053366 - source window should have file proxy after save
    
            * BrowserDocument.h:
            * BrowserDocument.m:
            * English.lproj/HTMLSource.nib: made window larger, use WebSearchableTextView
            * HTMLSourceController.h:
            * HTMLSourceController.m:
            (-[HTMLSourceController windowDidLoad]): set the text multiplier
            (-[HTMLSourceController setTextSizeMultiplier:]): new
            (-[HTMLSourceController textSizeMultiplier]): new
            * HTMLSourceDocument.h:
            * HTMLSourceDocument.m:
            (-[HTMLSourceDocument dataRepresentationOfType:]): new saved flag
            (-[HTMLSourceDocument saveDocumentTo:]): call saveDocumentAs
            (-[HTMLSourceDocument displayName]): perform hacks to get window title and saved filename correct
            (-[HTMLSourceDocument controller]): new
            (-[HTMLSourceDocument browserDocumentLoadingFinished:]): don't update after save
            (-[HTMLSourceDocument canMakeTextLarger]): new
            (-[HTMLSourceDocument canMakeTextSmaller]): new
            (-[HTMLSourceDocument makeTextLarger:]): new
            (-[HTMLSourceDocument makeTextSmaller:]): new
            (-[HTMLSourceDocument validateUserInterfaceItem:]): new
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2178 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index bdda709..ed5737c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-26  Chris Blumenberg  <cblu at apple.com>
+
+	Made WebTextView super-private.
+
+        * WebKit.pbproj/project.pbxproj:
+
 2002-09-26  Richard Williamson   <rjw at apple.com>
 
         Use a rectangle with rounded corners for dragged label.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index bdda709..ed5737c 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-09-26  Chris Blumenberg  <cblu at apple.com>
+
+	Made WebTextView super-private.
+
+        * WebKit.pbproj/project.pbxproj:
+
 2002-09-26  Richard Williamson   <rjw at apple.com>
 
         Use a rectangle with rounded corners for dragged label.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index ef0527e..84bbdc1 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -687,7 +687,6 @@
 			isa = PBXBuildFile;
 			settings = {
 				ATTRIBUTES = (
-					Private,
 				);
 			};
 		};

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list