⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 95051 in webkit


Ignore:
Timestamp:
Sep 13, 2011, 3:33:30 PM (15 years ago)
Author:
Beth Dakin
Message:

Restoring a ChangeLog entry that I accidentally trampled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r95050 r95051  
    4040        * rendering/RenderImage.cpp:
    4141        (WebCore::RenderImage::imageSizeForError):
     42
     432011-09-13  Tim Horton  <timothy_horton@apple.com>
     44
     45        REGRESSION (64275): Shape pattern-image fill turns black
     46        https://bugs.webkit.org/show_bug.cgi?id=51061
     47        <rdar://problem/8504705>
     48
     49        Reviewed by Simon Fraser.
     50
     51        When destroying a resource, register clients who are losing their
     52        resource as having pending resources, so they can be resolved in the case a
     53        resource with that id is re-registered.
     54
     55        Test: svg/custom/pending-resource-after-removal.xhtml
     56
     57        * rendering/svg/SVGResourcesCache.cpp:
     58        (WebCore::SVGResourcesCache::resourceDestroyed):
     59        * svg/SVGStyledElement.h:
     60        (WebCore::toSVGStyledElement): Added.
    4261
    43622011-09-13  Eric Seidel  <eric@webkit.org>
Note: See TracChangeset for help on using the changeset viewer.