X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=54badf610e4d94de7d06d153b0f41d156cb19bd0;hp=ce94d7a3fe308464aef99dc12a8c45db44bfb135;hb=94843e674258b40d8fd6af137a45c093ac8a08e2;hpb=8b0a23e182bd2b0bf1a2c35edd35b0a426d728fe diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index ce94d7a3fe30..54badf610e4d 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2014-01-02 Myles C. Maxfield + + Allow ImageBuffer to re-use IOSurfaces + https://bugs.webkit.org/show_bug.cgi?id=125477 + + Reviewed by Geoff Garen. + + Now that we're re-using the backing store of canvases, this + test makes sure that if we draw to a canvas, then destroy it, + then create a new canvas (which should share the same backing + store) that it doesn't have the stale data in it + + * fast/canvas/canvas-backing-store-reuse-expected.txt: Added. + * fast/canvas/canvas-backing-store-reuse.html: Added. + 2014-01-02 Dirk Schulze Support values computed style for 'clip-path' property