[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:43:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6f1384df4be86168d2c3cfa0d33fea3ae0f6d982
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 3 21:17:56 2004 +0000

    Removed some tabs from the ChangeLog.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6754 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index b8d5942..646201e 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -274,31 +274,31 @@
 
 2004-06-01  Richard Williamson   <rjw at apple.com>
 
-		Added support for composite attribute to <CANVAS>
-		Added support for drawImage and drawImageFromRect to <CANVAS>, i.e.:
-
-			<html>
-			<head>
-			<script>
-			
-			var img = new Image(600,600);
-			
-			function drawImage()
-			{
-				var aCanvas = document.getElementById ("canvas1");
-				var context = aCanvas.getContext("context-2d");
-				context.drawImage (img, 0, 0, 600, 600, "copy");
-			}
-			
-			img.onload = drawImage;
-			img.src = "http://www.google.com/images/logo.gif";
-			
-			</script>
-			</head>
-			<body>
-			<canvas id="canvas1" width=600 height=600>
-			</body>
-			<html>
+        Added support for composite attribute to <CANVAS>
+        Added support for drawImage and drawImageFromRect to <CANVAS>, i.e.:
+
+            <html>
+            <head>
+            <script>
+            
+            var img = new Image(600,600);
+            
+            function drawImage()
+            {
+                    var aCanvas = document.getElementById ("canvas1");
+                    var context = aCanvas.getContext("context-2d");
+                    context.drawImage (img, 0, 0, 600, 600, "copy");
+            }
+            
+            img.onload = drawImage;
+            img.src = "http://www.google.com/images/logo.gif";
+            
+            </script>
+            </head>
+            <body>
+            <canvas id="canvas1" width=600 height=600>
+            </body>
+            <html>
 
         Reviewed by Trey.
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list