[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:18:28 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 96e1a091e62ca615d7f9bb100626d714b9003c0b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 12 07:20:53 2010 +0000

    2010-02-11  Jesus Sanchez-Palencia  <jesus.palencia at openbossa.org>
    
            Reviewed by Dan Bernstein.
    
            [Mac] Duplicated setXSSAuditorEnabled preference at Mac DRT
            https://bugs.webkit.org/show_bug.cgi?id=34798
    
            Remove duplicated setXSSAuditorEnabled preference at Mac DRT
    
            * DumpRenderTree/mac/DumpRenderTree.mm:
            (resetDefaultsToConsistentValues):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54704 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 83f8ff3..2552bb8 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-11  Jesus Sanchez-Palencia  <jesus.palencia at openbossa.org>
+
+        Reviewed by Dan Bernstein.
+
+        [Mac] Duplicated setXSSAuditorEnabled preference at Mac DRT
+        https://bugs.webkit.org/show_bug.cgi?id=34798
+
+        Remove duplicated setXSSAuditorEnabled preference at Mac DRT
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (resetDefaultsToConsistentValues):
+
 2010-02-11  Eric Seidel  <eric at webkit.org>
 
         No review, build fix only.
diff --git a/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm b/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
index 12e1941..e85f880 100644
--- a/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
+++ b/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
@@ -421,7 +421,6 @@ static void resetDefaultsToConsistentValues()
     [preferences setJavaScriptCanOpenWindowsAutomatically:YES];
     [preferences setOfflineWebApplicationCacheEnabled:YES];
     [preferences setDeveloperExtrasEnabled:NO];
-    [preferences setXSSAuditorEnabled:NO];
     [preferences setLoadsImagesAutomatically:YES];
     if (persistentUserStyleSheetLocation) {
         [preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetLocation.get())]];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list