[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 08:23:56 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 98cae43c42b64c3a86f1d0cb779ff85dea170dd8
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 27 01:29:46 2004 +0000

            Reviewed by Dave.
    
            - fixed <rdar://problem/3477707>: background image with apostrophe in name missing at http://www.nbc.com
    
            * khtml/html/html_baseimpl.cpp: (HTMLBodyElementImpl::parseAttribute): Use addCSSImageProperty
            instead of addCSSProperty, obviating the need for the "url()" syntax (and fixing quoting issues).
    
            * khtml/html/html_tableimpl.cpp:
            (HTMLTableElementImpl::parseAttribute): Ditto.
            (HTMLTablePartElementImpl::parseAttribute): Ditto.
    
            * khtml/html/html_elementimpl.h: Added addCSSStringProperty and addCSSImageProperty.
            * khtml/html/html_elementimpl.cpp:
            (HTMLElementImpl::addCSSStringProperty): Added. Calls setStringProperty. Not used yet.
            (HTMLElementImpl::addCSSImageProperty): Added. Calls setImageProperty.
    
            * khtml/css/css_valueimpl.h: Added setStringProperty and setImageProperty.
            * khtml/css/css_valueimpl.cpp:
            (CSSStyleDeclarationImpl::setStringProperty): Added. Sets a property without parsing.
            (CSSStyleDeclarationImpl::setImageProperty): Added. Sets a property without parsing.
            You'd think we'd be able to just use setStringProperty, but that's not how the image
            properties work.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5983 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e480ac2..7dbfea4 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,7 +2,7 @@
 
         Reviewed by Dave.
 
-        - fixed <rdar://problem/3538433>: HomePage: table background URL with a single quote in it does not work
+        - fixed <rdar://problem/3477707>: background image with apostrophe in name missing at http://www.nbc.com
 
         * khtml/html/html_baseimpl.cpp: (HTMLBodyElementImpl::parseAttribute): Use addCSSImageProperty
         instead of addCSSProperty, obviating the need for the "url()" syntax (and fixing quoting issues).

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list