[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

eric at webkit.org eric at webkit.org
Wed Mar 17 18:30:02 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 650dc42989f8681da9440d526791378119190fe7
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 9 19:11:07 2010 +0000

    2010-03-09  Garret Kelly  <gdk at chromium.org>
    
            Reviewed by Darin Adler.
    
            Fix send-oncancel-event. It uses js-test-post, not
            js-test-post-function.
            https://bugs.webkit.org/show_bug.cgi?id=35880
    
            * fast/events/touch/script-tests/send-oncancel-event.js:
            (touchcancelHandler):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55735 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 344b0f2..73aa07e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-03-09  Garret Kelly  <gdk at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Fix send-oncancel-event. It uses js-test-post, not
+        js-test-post-function.
+        https://bugs.webkit.org/show_bug.cgi?id=35880
+
+        * fast/events/touch/script-tests/send-oncancel-event.js:
+        (touchcancelHandler):
+
 2010-03-09  Simon Fraser  <simon.fraser at apple.com>
 
         Skip media/video-source-error.html on SnowLeopard, beacuse it fails sporadically.
diff --git a/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js b/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js
index c83daa4..01eac2f 100644
--- a/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js
+++ b/LayoutTests/fast/events/touch/script-tests/send-oncancel-event.js
@@ -13,7 +13,6 @@ function touchcancelHandler() {
     shouldBe("cancelEvent.pageY", touchY.toString());
     if (window.layoutTestController) {
         layoutTestController.notifyDone();
-        isSuccessfullyParsed(); 
     }
 }
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list