[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
xan at webkit.org
xan at webkit.org
Wed Mar 17 18:06:05 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit bc786a8483a811ec89d6ab05240098151a19310d
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Feb 27 22:26:03 2010 +0000
2010-02-27 Xan Lopez <xlopez at igalia.com>
Reviewed by Gustavo Noronha.
Add platform results for plugin test and unskip it. The filename
of our test plugin is not the same than the one expected in the
default result file.
* platform/gtk/Skipped:
* platform/gtk/plugins/plugin-javascript-access-expected.txt: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55355 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 83ddd34..32d077b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-27 Xan Lopez <xlopez at igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Add platform results for plugin test and unskip it. The filename
+ of our test plugin is not the same than the one expected in the
+ default result file.
+
+ * platform/gtk/Skipped:
+ * platform/gtk/plugins/plugin-javascript-access-expected.txt: Added.
+
2010-02-27 Csaba Osztrogonác <ossy at webkit.org>
[Qt] Skip new test introduced in r55353 because of missing drag&drop support.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index e2f25a3..a411294 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -3586,7 +3586,6 @@ plugins/embed-attributes-setting.html
plugins/get-url-with-blank-target.html
plugins/mouse-events.html
plugins/mouse-events-fixedpos.html
-plugins/plugin-javascript-access.html
# https://bugs.webkit.org/show_bug.cgi?id=30561
plugins/private-browsing-mode.html
diff --git a/LayoutTests/platform/gtk/plugins/plugin-javascript-access-expected.txt b/LayoutTests/platform/gtk/plugins/plugin-javascript-access-expected.txt
new file mode 100644
index 0000000..a4bcd8d
--- /dev/null
+++ b/LayoutTests/platform/gtk/plugins/plugin-javascript-access-expected.txt
@@ -0,0 +1,32 @@
+Name: WebKit Test PlugIn
+
+Description: Simple Netscape plug-in that handles test content for WebKit
+
+Filename: libtestnetscapeplugin.so
+
+Mime Types:
+
+Type: application/x-webkit-test-netscape
+
+Description: test netscape content
+
+Suffixes: testnetscape
+
+
+Plugin.item() works.
+
+Plugin.namedItem() works.
+
+PluginArray.item() works.
+
+PluginArray.namedItem() works.
+
+Type: application/x-webkit-test-netscape
+
+Description: test netscape content
+
+Suffixes: testnetscape
+
+MimeTypeArray.item() works.
+
+MimeTypeArray.namedItem() works.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list