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


The following commit has been merged in the debian/unstable branch:
commit a3d635576f7d458227e96f2fb9219a122a0f3828
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 28 03:36:43 2002 +0000

    	Private preferences.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@876 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/IFPreferencesPrivate.h b/WebKit/WebView.subproj/IFPreferencesPrivate.h
new file mode 100644
index 0000000..ba15903
--- /dev/null
+++ b/WebKit/WebView.subproj/IFPreferencesPrivate.h
@@ -0,0 +1,17 @@
+/*	
+        IFPreferences.h
+	Copyright 2001, Apple, Inc. All rights reserved.
+
+        Public header file.
+*/
+#import <Cocoa/Cocoa.h>
+
+#import <WebKit/IFPreferences.h>
+
+ at interface IFPreferences (IFPrivate)
+
+- (NSTimeInterval)_initialTimedLayoutDelay;
+- (BOOL)_initialTimedLayoutEnabled;
+
+ at end
+
diff --git a/WebKit/WebView.subproj/WebPreferencesPrivate.h b/WebKit/WebView.subproj/WebPreferencesPrivate.h
new file mode 100644
index 0000000..ba15903
--- /dev/null
+++ b/WebKit/WebView.subproj/WebPreferencesPrivate.h
@@ -0,0 +1,17 @@
+/*	
+        IFPreferences.h
+	Copyright 2001, Apple, Inc. All rights reserved.
+
+        Public header file.
+*/
+#import <Cocoa/Cocoa.h>
+
+#import <WebKit/IFPreferences.h>
+
+ at interface IFPreferences (IFPrivate)
+
+- (NSTimeInterval)_initialTimedLayoutDelay;
+- (BOOL)_initialTimedLayoutEnabled;
+
+ at end
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list