[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 07:06:48 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6b0d143092797c0eeff9aa2881440f629d3919da
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 22 21:13:50 2002 +0000

    WebKit:
    
            * Resources/url_icon.tiff:
    	new generic URL icon -- little blue globe, pretty nice
    
            * WebKit.exp:
    	removed symbol for WebTextRendererFactory which was in here
    	to support an obsolete SPI hack
    
    WebBrowser:
    
    	- fixed 3104765 -- Use plain metal for bookmarks toolbar
    	- fixed 3104766 -- Implement new highlighting for bookmarks toolbar
    	- fixed 3108323 -- Dragging a toolbar bookmark can cause others to
    	flash their mouseover highlight
    	- new preference icons
    
            * BrowserNSStringExtras.h:
            * BrowserNSStringExtras.m:
            (-[NSString drawDoubledInRect:withTopColor:bottomColor:font:centered:flipped:]):
    	new method that encapsulates the double-text-draw used by the status bar.
    	Now it's needed for FavoriteButtons too.
    
            * EtchedStringView.m:
            (-[EtchedStringView drawRect:]):
    	Now uses -[NSString drawDoubledInRect:etc]
    
            * FavoriteButton.h:
            * FavoriteButton.m:
            (-[FavoriteButton setBookmark:]):
            (-[FavoriteButton drawRolloverBackgroundImage]):
            (-[FavoriteButton drawPressedBackgroundImage]):
            (-[FavoriteButton drawDragBackgroundImage]):
            (-[FavoriteButton drawRect:]):
            (-[FavoriteButton drawForDraggingImageInRect:]):
            (-[FavoriteButton mouseDown:]):
            (-[FavoriteButton setIsMouseOver:]):
    	reworked all the drawing code to draw background with _NSDrawThreePartImage
    	instead of filled circles and rectangles, to match the new design from HI.
    	Also, don't do rollover drawing if mouse is down (fixes 3108323)
    
            * FavoriteButtonCell.h:
            * FavoriteButtonCell.m:
            (+[FavoriteButtonCell bottomColorForDarkText]):
            (+[FavoriteButtonCell topColorForDarkText]):
            (+[FavoriteButtonCell bottomColorForLightText]):
            (+[FavoriteButtonCell topColorForLightText]):
            (-[FavoriteButtonCell drawInteriorWithFrame:inView:]):
            (-[FavoriteButtonCell setDrawsLightText:]):
            (-[FavoriteButtonCell drawsLightText]):
    	reworked all the drawing code to use -[NSString drawDoubledInRect:etc],
    	to match the new design from HI
    
            * FavoritesBarView.h:
            * FavoritesBarView.m:
            (-[FavoritesBarView awakeFromNib]):
    	removed code to use a special background pattern
    
            * Preferences.subproj/AppearancePreferences.tiff:
            * Preferences.subproj/BookmarkPreferences.tiff:
            * Preferences.subproj/SecurityPreferences.tiff:
    	new icons (GeneralPreferences.tiff is unchanged)
    
            * Preferences.subproj/English.lproj/GeneralPreferences.nib:
    	final (ha!) set of tweaks from HI
    
            * Preferences.subproj/GeneralPreferences.m:
            (-[GeneralPreferences moduleWasInstalled]):
    	tweaked; removed obsolete comment
    
            * Resources/Images/FavoriteDrag_Caps.tif: Added.
            * Resources/Images/FavoriteDrag_Middle.tif: Added.
            * Resources/Images/FavoritePressed_Caps.tif: Added.
            * Resources/Images/FavoritePressed_Middle.tif: Added.
            * Resources/Images/FavoriteRollover_Caps.tif: Added.
            * Resources/Images/FavoriteRollover_Middle.tif: Added.
            * Resources/Images/FavoritesBarClipIndicator.tiff:
            * Resources/Images/FavoritesFolderArrow.tif:
            * Resources/Images/FavoritesFolderArrowWhite.tif: Added.
    
            * WebBrowser.pbproj/project.pbxproj: updated for new files
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2830 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 93c957a..1273e53 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2002-11-22  John Sullivan  <sullivan at apple.com>
+
+        * Resources/url_icon.tiff:
+	new generic URL icon -- little blue globe, pretty nice
+
+        * WebKit.exp:
+	removed symbol for WebTextRendererFactory which was in here
+	to support an obsolete SPI hack
+
 2002-11-22  Trey Matteson  <trey at apple.com>
 
 	Added more detailed notifications on history changes.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 93c957a..1273e53 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,12 @@
+2002-11-22  John Sullivan  <sullivan at apple.com>
+
+        * Resources/url_icon.tiff:
+	new generic URL icon -- little blue globe, pretty nice
+
+        * WebKit.exp:
+	removed symbol for WebTextRendererFactory which was in here
+	to support an obsolete SPI hack
+
 2002-11-22  Trey Matteson  <trey at apple.com>
 
 	Added more detailed notifications on history changes.
diff --git a/WebKit/Resources/url_icon.tiff b/WebKit/Resources/url_icon.tiff
index 09fd9d6..aa6ac8b 100644
Binary files a/WebKit/Resources/url_icon.tiff and b/WebKit/Resources/url_icon.tiff differ
diff --git a/WebKit/WebKit.exp b/WebKit/WebKit.exp
index fee4c3c..d3765ab 100644
--- a/WebKit/WebKit.exp
+++ b/WebKit/WebKit.exp
@@ -21,7 +21,6 @@
 .objc_class_name_WebStandardPanels
 .objc_class_name_WebStringTruncator
 .objc_class_name_WebTestController
-.objc_class_name_WebTextRendererFactory
 .objc_class_name_WebTextView
 .objc_class_name_WebURLsWithTitles
 .objc_class_name_WebView

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list