[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 02:17:55 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f9d6a1db4ed0fb80d3a2d29472199e220dd39e36
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