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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:17:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 05df9e7fd82e8e9ceb2bff4dc750e968e7e44abd
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 29 17:30:37 2002 +0000

            Reviewed by Ken and Don.
    
    	- fixed 3136120 -- much content missing at www.olympic.org
    
    	This site gives modern CSS to "Internet Explorer" or "Netscape 6". Since we are neither of
    	those, we need to pretend to be one or the other. So we add olympic.org to our MacIE spoofing list.
    
            * WebView.subproj/WebUserAgentSpoofTable.gperf: Add olympic.org to the list of pages that give us better
    	CSS if we claim to be Internet Explorer.
            * WebView.subproj/WebUserAgentSpoofTable.c: Regenerated.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3201 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8860917..5f5db94 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,16 @@
+2002-12-29  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken and Don.
+
+	- fixed 3136120 -- much content missing at www.olympic.org
+
+	This site gives modern CSS to "Internet Explorer" or "Netscape 6". Since we are neither of
+	those, we need to pretend to be one or the other. So we add olympic.org to our MacIE spoofing list.
+
+        * WebView.subproj/WebUserAgentSpoofTable.gperf: Add olympic.org to the list of pages that give us better
+	CSS if we claim to be Internet Explorer.
+        * WebView.subproj/WebUserAgentSpoofTable.c: Regenerated.
+
 === Alexander-46 ===
 
 2002-12-28  Ken Kocienda  <kocienda at apple.com>
diff --git a/WebKit/WebView.subproj/WebUserAgentSpoofTable.c b/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
index 0314fa0..b8cdcbb 100644
--- a/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
+++ b/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
@@ -27,7 +27,7 @@ hash (register const char *str, register unsigned int len)
       27, 27, 27, 27, 27, 27, 27,  0,  0,  0,
        0,  0, 10,  0,  0,  0,  5, 27,  0,  0,
        0,  0,  0, 27,  0,  0,  0,  0,  0,  0,
-      27, 27, 27, 27, 27, 27, 27, 27, 27, 27,
+      27,  5, 27, 27, 27, 27, 27, 27, 27, 27,
       27, 27, 27, 27, 27, 27, 27, 27, 27, 27,
       27, 27, 27, 27, 27, 27, 27, 27, 27, 27,
       27, 27, 27, 27, 27, 27, 27, 27, 27, 27,
@@ -96,7 +96,7 @@ _web_findSpoofTableEntry (register const char *str, register unsigned int len)
 {
   enum
     {
-      TOTAL_KEYWORDS = 11,
+      TOTAL_KEYWORDS = 12,
       MIN_WORD_LENGTH = 9,
       MAX_WORD_LENGTH = 18,
       MIN_HASH_VALUE = 9,
@@ -113,7 +113,8 @@ _web_findSpoofTableEntry (register const char *str, register unsigned int len)
       {"hondacars.com"},
       {"oregonlive.com"},
       {"jaguar.com"},
-      {""}, {""},
+      {"olympic.org"},
+      {""},
       {"hondaredriders.com"},
       {""}, {""},
       {"freebsd.org"},
diff --git a/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf b/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
index 04461c2..6db2d8c 100644
--- a/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
+++ b/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
@@ -19,6 +19,7 @@ firstusa.com
 #
 # pretend to be Mac IE to avoid bad-quality CSS the site gives us otherwise
 microsoft.com
+olympic.org
 #
 # pretend to be Mac IE to get the cool animation on the battle.net/war3 page that Darin likes
 battle.net

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list