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

aroben at apple.com aroben at apple.com
Wed Dec 22 14:49:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0f0162a9d71f2f97aee6e4530342894057da5e56
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 16:11:29 2010 +0000

    Attempt to fix plugins/pass-different-npp-struct.html on GTK.
    
    See <http://webkit.org/b/47690>.
    
    LayoutTests:
    
    * platform/gtk/Skipped: Stop skipping this test.
    
    WebKitTools:
    
    * GNUmakefile.am: Added PassDifferentNPPStruct.cpp.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70238 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2e58d6c..fb951ca 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-21  Adam Roben  <aroben at apple.com>
+
+        Attempt to fix plugins/pass-different-npp-struct.html on GTK.
+
+        See <http://webkit.org/b/47690>.
+
+        * platform/gtk/Skipped: Stop skipping this test.
+
 2010-10-21  Andreas Kling  <kling at webkit.org>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 61e0c76..23741ec 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5896,7 +5896,3 @@ fast/images/webp-image-decoding.html
 
 # https://bugs.webkit.org/show_bug.cgi?id=47832
 http/tests/inspector/console-xhr-logging.html
-
-# New test written for WebKit2 fails on GTK bots.
-# https://bugs.webkit.org/show_bug.cgi?id=47690
-plugins/pass-different-npp-struct.html
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 1910950..9db5a2c 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-21  Adam Roben  <aroben at apple.com>
+
+        Attempt to fix plugins/pass-different-npp-struct.html on GTK.
+
+        See <http://webkit.org/b/47690>.
+
+        * GNUmakefile.am: Added PassDifferentNPPStruct.cpp.
+
 2010-10-21  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
 
         Reviewed by Csaba Osztrogonác.
diff --git a/WebKitTools/GNUmakefile.am b/WebKitTools/GNUmakefile.am
index 5257ece..e77c84f 100644
--- a/WebKitTools/GNUmakefile.am
+++ b/WebKitTools/GNUmakefile.am
@@ -169,6 +169,7 @@ TestNetscapePlugin_libtestnetscapeplugin_la_SOURCES = \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp \
+	WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp \
 	WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list