[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:58:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f0baa58505bdd4ea5fd07e610036d81ea6d88850
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 21 23:19:32 2002 +0000

    header changes for setNeedsToApplyStyles: and reapplyStyles
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/IFWebView.h b/WebKit/WebView.subproj/IFWebView.h
index 77a8e4d..0555c92 100644
--- a/WebKit/WebView.subproj/IFWebView.h
+++ b/WebKit/WebView.subproj/IFWebView.h
@@ -110,6 +110,15 @@
 - (void)layout;
 
 
+// Set needsToApplyStyles if you change anything that might impact styles, like
+// font preferences.
+- (void)setNeedsToApplyStyles: (bool)flag
+
+// Reapplies style information to the document.  This should not be called directly,
+// instead call setNeedsToApplyStyles:.
+- (void)reapplyStyles
+
+
 // Stop animating animated GIFs, etc.
 - (void)stopAnimations;
 
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index 77a8e4d..0555c92 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -110,6 +110,15 @@
 - (void)layout;
 
 
+// Set needsToApplyStyles if you change anything that might impact styles, like
+// font preferences.
+- (void)setNeedsToApplyStyles: (bool)flag
+
+// Reapplies style information to the document.  This should not be called directly,
+// instead call setNeedsToApplyStyles:.
+- (void)reapplyStyles
+
+
 // Stop animating animated GIFs, etc.
 - (void)stopAnimations;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list