[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:46:07 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fec1365b20ddde4d840650ec75320a4e88d29769
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 3 18:54:01 2003 +0000

            Reviewed by Ken.
    
            * khtml/html/html_formimpl.cpp: (HTMLSelectElementImpl::parseAttribute):
            Remove livepage.apple.com hack since the site has been changed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4585 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 690c5d5..8db1d67 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2003-07-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken.
+
+        * khtml/html/html_formimpl.cpp: (HTMLSelectElementImpl::parseAttribute):
+        Remove livepage.apple.com hack since the site has been changed.
+
 2003-07-02  Darin Adler  <darin at apple.com>
 
         Rolled out accidentally-checked-in changes.
@@ -24,15 +31,7 @@
 
         * khtml/html/html_inlineimpl.cpp: (HTMLAnchorElementImpl::defaultEventHandler):
         Added a check for nil document or nil view.
-        
-        * khtml/xml/dom_nodeimpl.cpp:
-        (NodeImpl::dispatchEvent):
-        * kwq/KWQCharsetData.c:
-        * kwq/KWQCharsets.mm:
-        * kwq/KWQTextArea.mm:
-        (-[KWQTextArea _createTextView]):
-        * kwq/mac-encodings.txt:
-        * kwq/make-charset-table.pl:
+        * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::dispatchEvent): ref/deref view for safety.
 
 2003-07-02  Ken Kocienda  <kocienda at apple.com>
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 690c5d5..8db1d67 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2003-07-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken.
+
+        * khtml/html/html_formimpl.cpp: (HTMLSelectElementImpl::parseAttribute):
+        Remove livepage.apple.com hack since the site has been changed.
+
 2003-07-02  Darin Adler  <darin at apple.com>
 
         Rolled out accidentally-checked-in changes.
@@ -24,15 +31,7 @@
 
         * khtml/html/html_inlineimpl.cpp: (HTMLAnchorElementImpl::defaultEventHandler):
         Added a check for nil document or nil view.
-        
-        * khtml/xml/dom_nodeimpl.cpp:
-        (NodeImpl::dispatchEvent):
-        * kwq/KWQCharsetData.c:
-        * kwq/KWQCharsets.mm:
-        * kwq/KWQTextArea.mm:
-        (-[KWQTextArea _createTextView]):
-        * kwq/mac-encodings.txt:
-        * kwq/make-charset-table.pl:
+        * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::dispatchEvent): ref/deref view for safety.
 
 2003-07-02  Ken Kocienda  <kocienda at apple.com>
 
diff --git a/WebCore/khtml/html/html_formimpl.cpp b/WebCore/khtml/html/html_formimpl.cpp
index de0584e..9267b7e 100644
--- a/WebCore/khtml/html/html_formimpl.cpp
+++ b/WebCore/khtml/html/html_formimpl.cpp
@@ -2037,18 +2037,6 @@ void HTMLSelectElementImpl::parseAttribute(AttributeImpl *attr)
         setHTMLEventListener(EventImpl::CHANGE_EVENT,
             getDocument()->createHTMLEventListener(attr->value().string()));
         break;
-#if APPLE_CHANGES
-    case ATTR_STYLE:
-        // Super-hack for livepage.apple.com.
-        // Ignore this particular style string altogether on select elements.
-        // Even though this is for only one site, no need to check the URL because:
-        //    1) we'd never get a better result by respecting this particular style
-        //    2) due to the misspelling it's unlikely to show up anywhere else
-        if (attr->value().string() != "width:110px;font-family:arial,helevitca,sans-serif; font-size:10px;") {
-            HTMLGenericFormElementImpl::parseAttribute(attr);
-        }
-        break;
-#endif
     default:
         HTMLGenericFormElementImpl::parseAttribute(attr);
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list