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

zecke at webkit.org zecke at webkit.org
Wed Apr 7 23:01:41 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e6b41386f4e6507f9fe869b420a060a4af0c3b99
Author: zecke at webkit.org <zecke at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 23 12:02:19 2009 +0000

    Plugins : Use test.swf in the plugins manual tests.
    
    They previously referenced youtube videos which among other things are
    cumbersome to use without internet connection. The old youtube link is
    just commented out so that testing with youtube can be done with
    little effort.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49973 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4d57471..53d11db 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,21 @@
+2009-10-21  Girish Ramakrishnan  <girish at forwardbias.in>
+
+        Reviewed by Holger Freyther.
+
+        Plugins : Use test.swf in the plugins manual tests.
+
+        They previously referenced youtube videos which among other things are
+        cumbersome to use without internet connection. The old youtube link is
+        just commented out so that testing with youtube can be done with
+        little effort.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30662
+
+        * manual-tests/plugins/test.swf: Copied from LayoutTests/fast/replaced/resources/test.swf.
+        * manual-tests/plugins/windowed.html:
+        * manual-tests/plugins/windowless.html:
+        * manual-tests/qt/plugin-sibling-frame-include.html:
+
 2009-10-23  Brian Weinstein  <bweinstein at apple.com>
 
         Reviewed by Jon Honeycutt.
diff --git a/LayoutTests/fast/replaced/resources/test.swf b/WebCore/manual-tests/plugins/test.swf
similarity index 100%
copy from LayoutTests/fast/replaced/resources/test.swf
copy to WebCore/manual-tests/plugins/test.swf
diff --git a/WebCore/manual-tests/plugins/windowed.html b/WebCore/manual-tests/plugins/windowed.html
index 917c1b9..4020408 100644
--- a/WebCore/manual-tests/plugins/windowed.html
+++ b/WebCore/manual-tests/plugins/windowed.html
@@ -55,7 +55,8 @@
     <b> Verify the following tests with and without the page scrolled (including seeming unrelated test cases like printing). <br/>
         For the Qt port, test with both QtLauncher and QGVLauncher </b> <br/><br/>
 
-    <embed id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1"
+    <!-- <embed id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1" --!>
+    <embed id="flashPlugin" src="test.swf"
            width="200" height="200"
            type="application/x-shockwave-flash">
     </embed>
diff --git a/WebCore/manual-tests/plugins/windowless.html b/WebCore/manual-tests/plugins/windowless.html
index d3e0fa5..b553526 100644
--- a/WebCore/manual-tests/plugins/windowless.html
+++ b/WebCore/manual-tests/plugins/windowless.html
@@ -55,7 +55,8 @@
     <b> Verify the following tests with and without the page scrolled (including seeming unrelated test cases like printing). <br/>
         For the Qt port, test with both QtLauncher and QGVLauncher </b> <br/><br/>
 
-    <embed id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1"
+    <!-- <embed id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1" --!>
+    <embed id="flashPlugin" src="test.swf"
            width="200" height="200"
            wmode="transparent"
            type="application/x-shockwave-flash">
diff --git a/WebCore/manual-tests/qt/plugin-sibling-frame-include.html b/WebCore/manual-tests/qt/plugin-sibling-frame-include.html
index ca509e9..e59867c 100644
--- a/WebCore/manual-tests/qt/plugin-sibling-frame-include.html
+++ b/WebCore/manual-tests/qt/plugin-sibling-frame-include.html
@@ -7,7 +7,8 @@
 
 <body bgcolor="#000">
 
-    <embed src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1" 
+    <!-- <embed id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&#038;hl=en&#038;fs=1" --!>
+    <embed src="../plugins/test.swf"
             type="application/x-shockwave-flash">
     </embed>
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list