[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 11:35:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 62c7549f190cf64c1c852bfde3e654f4499fa9cd
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 30 06:50:03 2010 +0000

    Fix another bad ChangeLog merge.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64339 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7fde796..6ddfc10 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,19 @@
+2010-07-29  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Dirk Schulze.
+
+        Cairo: Need to implement GraphicsContext::clipConvexPolygon()
+        https://bugs.webkit.org/show_bug.cgi?id=41308
+
+        Implement clipConvexPolygon for Cairo ports and enable new path based
+        borders for that port as well.
+
+        * platform/graphics/cairo/GraphicsContextCairo.cpp:
+        (WebCore::addConvexPolygonToContext): Add this helper method.
+        (WebCore::GraphicsContext::drawConvexPolygon): Use the new addConvexPolygonToContext helper.
+        (WebCore::GraphicsContext::clipConvexPolygon): Implement this method.
+        * rendering/RenderObject.h: Enable path based borders for Cairo.
+
 2010-07-29  Ryosuke Niwa  <rniwa at webkit.org>
 
         Reviewed by Darin Adler.
@@ -30,22 +46,6 @@
 
         Reviewed by Dirk Schulze.
 
-        Cairo: Need to implement GraphicsContext::clipConvexPolygon()
-        https://bugs.webkit.org/show_bug.cgi?id=41308
-
-        Implement clipConvexPolygon for Cairo ports and enable new path based
-        borders for that port as well.
-
-        * platform/graphics/cairo/GraphicsContextCairo.cpp:
-        (WebCore::addConvexPolygonToContext): Add this helper method.
-        (WebCore::GraphicsContext::drawConvexPolygon): Use the new addConvexPolygonToContext helper.
-        (WebCore::GraphicsContext::clipConvexPolygon): Implement this method.
-        * rendering/RenderObject.h: Enable path based borders for Cairo.
-
-2010-07-29  Martin Robinson  <mrobinson at igalia.com>
-
-        Reviewed by Dirk Schulze.
-
         [Cairo] Bring behavior of paths on the Cairo GraphicsContext into line with the CoreGraphics port
         https://bugs.webkit.org/show_bug.cgi?id=41732
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list