[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:37:11 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit ee790d057db587a3f31ee171bdf26505ad7e96b2
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 22:18:04 2010 +0000

    2010-02-02  Hayato Ito  <hayato at chromium.org>
    
            Reviewed by Darin Adler.
    
            Move misplaced JS files to the proper location.
    
            https://bugs.webkit.org/show_bug.cgi?id=34256
    
            * fast/events/script-tests/basic-touch-events.js: Removed.
            * fast/events/script-tests/create-touch-event.js: Removed.
            * fast/events/script-tests/send-oncancel-event.js: Removed.
            * fast/events/touch/basic-touch-events.html:
            * fast/events/touch/create-touch-event.html:
            * fast/events/touch/script-tests: Added.
            * fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html.
            * fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js.
            * fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js.
            * fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js.
            * fast/events/touch/send-oncancel-event.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54253 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bde2fcc..1f6d7a7 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,23 @@
+2010-02-02  Hayato Ito  <hayato at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Move misplaced JS files to the proper location.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34256
+
+        * fast/events/script-tests/basic-touch-events.js: Removed.
+        * fast/events/script-tests/create-touch-event.js: Removed.
+        * fast/events/script-tests/send-oncancel-event.js: Removed.
+        * fast/events/touch/basic-touch-events.html:
+        * fast/events/touch/create-touch-event.html:
+        * fast/events/touch/script-tests: Added.
+        * fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html.
+        * fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js.
+        * fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js.
+        * fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js.
+        * fast/events/touch/send-oncancel-event.html:
+
 2010-02-02  Alexey Proskuryakov  <ap at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/fast/events/touch/basic-touch-events.html b/LayoutTests/fast/events/touch/basic-touch-events.html
index fba628d..c50c6fc 100644
--- a/LayoutTests/fast/events/touch/basic-touch-events.html
+++ b/LayoutTests/fast/events/touch/basic-touch-events.html
@@ -7,7 +7,7 @@
 <body>
 <p id="description"></p>
 <div id="console"></div>
-<script src="../script-tests/basic-touch-events.js"></script>
+<script src="script-tests/basic-touch-events.js"></script>
 <script src="../../js/resources/js-test-post.js"></script>
 </body>
 </html>
diff --git a/LayoutTests/fast/events/touch/create-touch-event.html b/LayoutTests/fast/events/touch/create-touch-event.html
index 9c8500b..ace4459 100644
--- a/LayoutTests/fast/events/touch/create-touch-event.html
+++ b/LayoutTests/fast/events/touch/create-touch-event.html
@@ -7,7 +7,7 @@
 <body>
 <p id="description"></p>
 <div id="console"></div>
-<script src="../script-tests/create-touch-event.js"></script>
+<script src="script-tests/create-touch-event.js"></script>
 <script src="../../js/resources/js-test-post.js"></script>
 </body>
 </html>
diff --git a/LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html b/LayoutTests/fast/events/touch/script-tests/TEMPLATE.html
similarity index 100%
copy from LayoutTests/fast/backgrounds/repeat/script-tests/TEMPLATE.html
copy to LayoutTests/fast/events/touch/script-tests/TEMPLATE.html
diff --git a/LayoutTests/fast/events/script-tests/basic-touch-events.js b/LayoutTests/fast/events/touch/script-tests/basic-touch-events.js
similarity index 100%
rename from LayoutTests/fast/events/script-tests/basic-touch-events.js
rename to LayoutTests/fast/events/touch/script-tests/basic-touch-events.js
diff --git a/LayoutTests/fast/events/script-tests/create-touch-event.js b/LayoutTests/fast/events/touch/script-tests/create-touch-event.js
similarity index 100%
rename from LayoutTests/fast/events/script-tests/create-touch-event.js
rename to LayoutTests/fast/events/touch/script-tests/create-touch-event.js
diff --git a/LayoutTests/fast/events/script-tests/send-oncancel-event.js b/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js
similarity index 100%
rename from LayoutTests/fast/events/script-tests/send-oncancel-event.js
rename to LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js
diff --git a/LayoutTests/fast/events/touch/send-oncancel-event.html b/LayoutTests/fast/events/touch/send-oncancel-event.html
index c3c977e..5665c0c 100644
--- a/LayoutTests/fast/events/touch/send-oncancel-event.html
+++ b/LayoutTests/fast/events/touch/send-oncancel-event.html
@@ -7,7 +7,7 @@
 <body>
 <p id="description"></p>
 <div id="console"></div>
-<script src="../script-tests/send-oncancel-event.js"></script>
-<script src="../../js/resources/js-test-post-function.js"></script>
+<script src="script-tests/send-oncancel-event.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list