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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:33:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ed7ecd984888b753699dc572a01afbcac8a1c260
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 21 07:47:27 2002 +0000

    	Raising the layout delay from 0.75 to 1.00.  This should be
    	a little more conservative and matches the value used by Gecko.
    
            * WebView.subproj/WebPreferences.m:
            (+[WebPreferences load]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1888 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e69fa95..2901e1d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-08-20  David Hyatt  <hyatt at apple.com>
 
+	Raising the layout delay from 0.75 to 1.00.  This should be
+	a little more conservative and matches the value used by Gecko.
+	
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences load]):
+
+2002-08-20  David Hyatt  <hyatt at apple.com>
+
 	Lower the paint/layout delay from 1.85 to 0.75, since we've
 	gotten a lot faster.
 	
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index e69fa95..2901e1d 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-08-20  David Hyatt  <hyatt at apple.com>
 
+	Raising the layout delay from 0.75 to 1.00.  This should be
+	a little more conservative and matches the value used by Gecko.
+	
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences load]):
+
+2002-08-20  David Hyatt  <hyatt at apple.com>
+
 	Lower the paint/layout delay from 1.85 to 0.75, since we've
 	gotten a lot faster.
 	
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index 1f389a5..92ec6af 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -73,9 +73,9 @@ static WebPreferences *_standardPreferences = nil;
         @"14",                          WebKitDefaultFontSizePreferenceKey,
         @"14", 				WebKitDefaultFixedFontSizePreferenceKey,
 	defaultTextEncoding, 		WebKitDefaultTextEncodingPreferenceKey,
-        @"0.75",                        WebKitInitialTimedLayoutDelayPreferenceKey,
+        @"1.00",                        WebKitInitialTimedLayoutDelayPreferenceKey,
         @"4096",                        WebKitInitialTimedLayoutSizePreferenceKey,
-        @"0.75",                        WebKitResourceTimedLayoutDelayPreferenceKey,
+        @"1.00",                        WebKitResourceTimedLayoutDelayPreferenceKey,
         timedLayoutEnabled,             WebKitInitialTimedLayoutEnabledPreferenceKey,
         resourceTimedLayoutEnabled,     WebKitResourceTimedLayoutEnabledPreferenceKey,
         userStyleSheetEnabled,          WebKitUserStyleSheetEnabledPreferenceKey,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list