[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:38:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cfe721b4ed2c7bd65eeffaee0f40ad4da7474b20
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 19:40:54 2010 +0000

    2010-10-14  Joone Hur  <joone at kldp.org>
    
            Reviewed by Andreas Kling.
    
            [GTK] google.co.kr was missed when checking Google domains
            https://bugs.webkit.org/show_bug.cgi?id=47652
    
            WebKitGtk+ maintains a list of Google domains for working well with Google sites.
            Add google.co.kr also to the list to be checked with other Google domains.
    
            * WebCoreSupport/FrameLoaderClientGtk.cpp:
            (WebKit::initializeDomainsList): Added google.co.kr.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index b82b37d..84d190a 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,16 @@
+2010-10-14  Joone Hur  <joone at kldp.org>
+
+        Reviewed by Andreas Kling.
+
+        [GTK] google.co.kr was missed when checking Google domains
+        https://bugs.webkit.org/show_bug.cgi?id=47652
+
+        WebKitGtk+ maintains a list of Google domains for working well with Google sites.
+        Add google.co.kr also to the list to be checked with other Google domains.
+
+        * WebCoreSupport/FrameLoaderClientGtk.cpp:
+        (WebKit::initializeDomainsList): Added google.co.kr.
+
 2010-10-13  Sergio Villar Senin  <svillar at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp b/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
index 13401f5..e9a168d 100644
--- a/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
+++ b/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
@@ -116,6 +116,7 @@ static void initializeDomainsList(HashSet<String>& googleDomains)
     googleDomains.add("cl");
     googleDomains.add("com.br");
     googleDomains.add("co.uk");
+    googleDomains.add("co.kr");
     googleDomains.add("co.jp");
     googleDomains.add("de");
     googleDomains.add("dj");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list