[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tony at chromium.org tony at chromium.org
Wed Dec 22 15:29:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 486769d6ec80ade3b36be838737b7e8227ec01a9
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 4 21:01:47 2010 +0000

    2010-11-04  Tony Chang  <tony at chromium.org>
    
            Reviewed by Adam Barth.
    
            make plugins/update-widgets-crash.html resilient to multiple calls to NPP_SetWindow
            https://bugs.webkit.org/show_bug.cgi?id=49013
    
            When using the upstream TestNetscapePlugIn, on Chromium Linux, this
            test passes, but setWindowCalled() is called twice before the test
            is finished.  This causes an exception to be thrown that 'victim'
            doesn't have a parent node (since we already removed it during the
            earlier call).
    
            On different platforms, NPP_SetWindow is called a different number
            of times.
    
            * plugins/update-widgets-crash.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71355 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 14a7ad5..2481168 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,21 @@
+2010-11-04  Tony Chang  <tony at chromium.org>
+
+        Reviewed by Adam Barth.
+
+        make plugins/update-widgets-crash.html resilient to multiple calls to NPP_SetWindow
+        https://bugs.webkit.org/show_bug.cgi?id=49013
+
+        When using the upstream TestNetscapePlugIn, on Chromium Linux, this
+        test passes, but setWindowCalled() is called twice before the test
+        is finished.  This causes an exception to be thrown that 'victim'
+        doesn't have a parent node (since we already removed it during the
+        earlier call).
+
+        On different platforms, NPP_SetWindow is called a different number
+        of times.
+
+        * plugins/update-widgets-crash.html:
+
 2010-11-04  Robert Hogan  <robert at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/plugins/update-widgets-crash.html b/LayoutTests/plugins/update-widgets-crash.html
index ac7cf4c..f6b42bf 100644
--- a/LayoutTests/plugins/update-widgets-crash.html
+++ b/LayoutTests/plugins/update-widgets-crash.html
@@ -28,6 +28,7 @@
 
         if (window.layoutTestController)
             layoutTestController.notifyDone();
+        doingTest = false;
     }
     
     function doTest()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list