[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:57:03 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit da5b950046ee1c6b83bbf002694042af1e340bc3
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 7 14:55:35 2002 +0000

    	Removed unused file in kdelibs that I missed in previous commit.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@707 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 3a00ddf..fd60c55 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-03-07  Don Melton  <gramps at apple.com>
+
+	Removed unused file in kdelibs that I missed in previous commit.
+
+	* src/kdelibs/khtml/test/layout.html:
+
 2002-03-06  Don Melton  <gramps at apple.com>
 
 	Removed unused files in kdelibs.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 3a00ddf..fd60c55 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-03-07  Don Melton  <gramps at apple.com>
+
+	Removed unused file in kdelibs that I missed in previous commit.
+
+	* src/kdelibs/khtml/test/layout.html:
+
 2002-03-06  Don Melton  <gramps at apple.com>
 
 	Removed unused files in kdelibs.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 3a00ddf..fd60c55 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2002-03-07  Don Melton  <gramps at apple.com>
+
+	Removed unused file in kdelibs that I missed in previous commit.
+
+	* src/kdelibs/khtml/test/layout.html:
+
 2002-03-06  Don Melton  <gramps at apple.com>
 
 	Removed unused files in kdelibs.
diff --git a/WebCore/khtml/test/layout.html b/WebCore/khtml/test/layout.html
deleted file mode 100644
index d23a53e..0000000
--- a/WebCore/khtml/test/layout.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<html> <head> <title>Layout Test 1</title> </head>
-
-
-<body>
-<H1>Layout Test 1</H1>
-<P>
-This page is a regression test for layout.
-<P>
-This is the first line followed by &lt;BR&gt;. These lines are left aligned<BR>
-This is the second line followed by &lt;BR&gt;.<BR>
-<HR>
-<CENTER>
-This is the first line followed by &lt;BR&gt;. These lines are centered<BR>
-This is the second line followed by &lt;BR&gt;.<BR>
-</CENTER>
-<HR>
-This is the first line.
-<P>This is the second line within &lt;P&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=left>This is the second line within &lt;P align=left&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=center>This is the second line within &lt;P align=center&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=right>This is the second line within &lt;P align=right&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<DIV>This is the second line within &lt;DIV&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=left>This is the second line within &lt;DIV align=left&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=center>This is the second line within &lt;DIV align=center&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=right>This is the second line within &lt;DIV align=right&gt;</DIV>
-This is the third line.
-</body>
-
-</html>
diff --git a/WebCore/src/kdelibs/khtml/test/layout.html b/WebCore/src/kdelibs/khtml/test/layout.html
deleted file mode 100644
index d23a53e..0000000
--- a/WebCore/src/kdelibs/khtml/test/layout.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<html> <head> <title>Layout Test 1</title> </head>
-
-
-<body>
-<H1>Layout Test 1</H1>
-<P>
-This page is a regression test for layout.
-<P>
-This is the first line followed by &lt;BR&gt;. These lines are left aligned<BR>
-This is the second line followed by &lt;BR&gt;.<BR>
-<HR>
-<CENTER>
-This is the first line followed by &lt;BR&gt;. These lines are centered<BR>
-This is the second line followed by &lt;BR&gt;.<BR>
-</CENTER>
-<HR>
-This is the first line.
-<P>This is the second line within &lt;P&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=left>This is the second line within &lt;P align=left&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=center>This is the second line within &lt;P align=center&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<P align=right>This is the second line within &lt;P align=right&gt;</P>
-This is the third line.
-<HR>
-This is the first line.
-<DIV>This is the second line within &lt;DIV&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=left>This is the second line within &lt;DIV align=left&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=center>This is the second line within &lt;DIV align=center&gt;</DIV>
-This is the third line.
-<HR>
-This is the first line.
-<DIV align=right>This is the second line within &lt;DIV align=right&gt;</DIV>
-This is the third line.
-</body>
-
-</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list