Changeset 69796 in webkit


Ignore:
Timestamp:
Oct 14, 2010 12:40:54 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-14 Joone Hur <joone@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.
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r69742 r69796  
     12010-10-14  Joone Hur  <joone@kldp.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [GTK] google.co.kr was missed when checking Google domains
     6        https://bugs.webkit.org/show_bug.cgi?id=47652
     7
     8        WebKitGtk+ maintains a list of Google domains for working well with Google sites.
     9        Add google.co.kr also to the list to be checked with other Google domains.
     10
     11        * WebCoreSupport/FrameLoaderClientGtk.cpp:
     12        (WebKit::initializeDomainsList): Added google.co.kr.
     13
    1142010-10-13  Sergio Villar Senin  <svillar@igalia.com>
    215
  • trunk/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp

    r68576 r69796  
    117117    googleDomains.add("com.br");
    118118    googleDomains.add("co.uk");
     119    googleDomains.add("co.kr");
    119120    googleDomains.add("co.jp");
    120121    googleDomains.add("de");
Note: See TracChangeset for help on using the changeset viewer.