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


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

    	Lower the paint/layout delay from 1.85 to 0.75, since we've
    	gotten a lot faster.
    
            * WebView.subproj/WebPreferences.m:
            (+[WebPreferences load]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1886 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 855749c..e69fa95 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+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.
+	
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences load]):
+
 2002-08-20  John Sullivan  <sullivan at apple.com>
 
         * WebView.subproj/WebMainResourceClient.m:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 855749c..e69fa95 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,11 @@
+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.
+	
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences load]):
+
 2002-08-20  John Sullivan  <sullivan at apple.com>
 
         * WebView.subproj/WebMainResourceClient.m:
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index 646e41b..1f389a5 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,
-        @"1.85",                        WebKitInitialTimedLayoutDelayPreferenceKey,
+        @"0.75",                        WebKitInitialTimedLayoutDelayPreferenceKey,
         @"4096",                        WebKitInitialTimedLayoutSizePreferenceKey,
-        @"1.85",                        WebKitResourceTimedLayoutDelayPreferenceKey,
+        @"0.75",                        WebKitResourceTimedLayoutDelayPreferenceKey,
         timedLayoutEnabled,             WebKitInitialTimedLayoutEnabledPreferenceKey,
         resourceTimedLayoutEnabled,     WebKitResourceTimedLayoutEnabledPreferenceKey,
         userStyleSheetEnabled,          WebKitUserStyleSheetEnabledPreferenceKey,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list