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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:33:38 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 816494cfb056c1a83506f5a3bf6ec3d97c1a6065
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Apr 3 00:42:50 2003 +0000

            Reviewed by Ken.
    
    	- fixed 3177183 - disneyland.com says "500 Internal Server Error"
    
            * WebView.subproj/WebUserAgentSpoofTable.gperf: Spoof as Mac IE
    	for disney.go.com
            * WebView.subproj/WebUserAgentSpoofTable.c: Regenerated.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4005 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3acf918..1399899 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-02  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Ken.
+
+	- fixed 3177183 - disneyland.com says "500 Internal Server Error"
+
+        * WebView.subproj/WebUserAgentSpoofTable.gperf: Spoof as Mac IE
+	for disney.go.com
+        * WebView.subproj/WebUserAgentSpoofTable.c: Regenerated.
+
 2003-04-02  Richard Williamson  <rjw at apple.com>
 
         Reviewed by john.
diff --git a/WebKit/WebView.subproj/WebUserAgentSpoofTable.c b/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
index 1d95993..472f74b 100644
--- a/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
+++ b/WebKit/WebView.subproj/WebUserAgentSpoofTable.c
@@ -19,15 +19,15 @@ hash (register const char *str, register unsigned int len)
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
-      36, 36, 36, 36, 36,  0,  0, 36, 36, 15,
+      36, 36, 36, 36, 36,  5,  0, 36, 36, 15,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36,  0,  0,  0,
-       0,  0, 10,  0,  0,  0, 25, 36,  0,  0,
+       0,  0, 10,  0,  0,  0, 10, 36,  0,  0,
        0,  0,  0, 36,  0,  0,  0,  0,  5,  0,
-      36,  5,  0, 36, 36, 36, 36, 36, 36, 36,
+      36, 15,  0, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
       36, 36, 36, 36, 36, 36, 36, 36, 36, 36,
@@ -100,7 +100,7 @@ _web_findSpoofTableEntry (register const char *str, register unsigned int len)
 {
   enum
     {
-      TOTAL_KEYWORDS = 17,
+      TOTAL_KEYWORDS = 18,
       MIN_WORD_LENGTH = 6,
       MAX_WORD_LENGTH = 20,
       MIN_HASH_VALUE = 9,
@@ -118,21 +118,23 @@ _web_findSpoofTableEntry (register const char *str, register unsigned int len)
       {"hondacars.com", MacIE},
       {"abcnews.go.com", WinIE},
       {"",0},
-      {"olympic.org", MacIE},
+      {"nj.com", MacIE},
       {"",0},
       {"hondaredriders.com", MacIE},
       {"oregonlive.com", MacIE},
-      {"",0},
+      {"jaguar.com", MacIE},
       {"freebsd.org", MacIE},
       {"firstusa.com", MacIE},
       {"microsoft.com", MacIE},
       {"pier1.com", MacIE},
-      {"wap.sonyericsson.com", MacIE},
+      {"",0},
+      {"olympic.org", MacIE},
+      {"",0},
+      {"disney.go.com", MacIE},
+      {"",0}, {"",0},
       {"bang-olufsen.com", MacIE},
-      {"",0}, {"",0}, {"",0}, {"",0},
-      {"nj.com", MacIE},
       {"",0}, {"",0}, {"",0},
-      {"jaguar.com", MacIE}
+      {"wap.sonyericsson.com", MacIE}
     };
 
   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
diff --git a/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf b/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
index feda047..8e0f8f8 100644
--- a/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
+++ b/WebKit/WebView.subproj/WebUserAgentSpoofTable.gperf
@@ -33,3 +33,6 @@ freebsd.org, MacIE
 #
 # pretend to be Win IE to get the smaller font sizes the site gives for Windows
 abcnews.go.com, WinIE
+#
+# pretend to be Mac IE to avoid 500 Internal Server Error on disneyland.disney.go.com
+disney.go.com, MacIE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list