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

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:27:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit eb43dd3f06eedebd55d9d6a34cf74d876354ecf0
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 27 01:37:08 2002 +0000

    WebFoundation:
    
    	Changing the default user agent to be Gecko.  This fixes
    	the layout issues with livepage.apple.com.  We simply
    	cannot support absolute positioning while claiming to
    	be Mac MSIE, since Mac MSIE incorrectly computes the containing
    	block and sites have to correct for that.
    
    	As per discussion with gramps, simply removing the plist lookup
    	for the agent and hardcoding it to Gecko for now.
    
            * CacheLoader.subproj/WebHTTPProtocolHandler.m:
            (-[WebHTTPProtocolHandler defaultUserAgent]):
            * ChangeLog:
            * Defaults.plist:
    
    WebCore:
    
    	Changing the default user agent to be Gecko.  This fixes
    	the layout issues with livepage.apple.com.  We simply
    	cannot support absolute positioning while claiming to
    	be Mac MSIE, since Mac MSIE incorrectly computes the containing
    	block and sites have to correct for that.
    
            * ChangeLog:
            * kwq/KWQKProtocolManager.mm:
            (KProtocolManager::userAgentForHost):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1685 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 90511bf..be958a7 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,22 @@
 2002-07-26  David Hyatt  <hyatt at apple.com>
 
+	Changing the default user agent to be Gecko.  This fixes
+	the layout issues with livepage.apple.com.  We simply
+	cannot support absolute positioning while claiming to
+	be Mac MSIE, since Mac MSIE incorrectly computes the containing
+	block and sites have to correct for that.
+	
+        * ChangeLog:
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
 	Fix for 2944382, NOWRAP was being incorrectly applied in KHTML.
 	It was being ignored incorrectly if a fixed width was specified
 	on a cell.  This width on the cell is actually irrelevant and
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 90511bf..be958a7 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,22 @@
 2002-07-26  David Hyatt  <hyatt at apple.com>
 
+	Changing the default user agent to be Gecko.  This fixes
+	the layout issues with livepage.apple.com.  We simply
+	cannot support absolute positioning while claiming to
+	be Mac MSIE, since Mac MSIE incorrectly computes the containing
+	block and sites have to correct for that.
+	
+        * ChangeLog:
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
 	Fix for 2944382, NOWRAP was being incorrectly applied in KHTML.
 	It was being ignored incorrectly if a fixed width was specified
 	on a cell.  This width on the cell is actually irrelevant and
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 90511bf..be958a7 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,22 @@
 2002-07-26  David Hyatt  <hyatt at apple.com>
 
+	Changing the default user agent to be Gecko.  This fixes
+	the layout issues with livepage.apple.com.  We simply
+	cannot support absolute positioning while claiming to
+	be Mac MSIE, since Mac MSIE incorrectly computes the containing
+	block and sites have to correct for that.
+	
+        * ChangeLog:
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
+        * kwq/KWQKProtocolManager.mm:
+        (KProtocolManager::userAgentForHost):
+
+2002-07-26  David Hyatt  <hyatt at apple.com>
+
 	Fix for 2944382, NOWRAP was being incorrectly applied in KHTML.
 	It was being ignored incorrectly if a fixed width was specified
 	on a cell.  This width on the cell is actually irrelevant and
diff --git a/WebCore/kwq/KWQKProtocolManager.mm b/WebCore/kwq/KWQKProtocolManager.mm
index ec3273c..f45fedf 100644
--- a/WebCore/kwq/KWQKProtocolManager.mm
+++ b/WebCore/kwq/KWQKProtocolManager.mm
@@ -30,5 +30,5 @@
 QString KProtocolManager::userAgentForHost( const QString& )
 {
     // make us look like msie for now
-    return QString("Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)");
+    return QString("Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0) Gecko/20020715");
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list