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

hausmann at webkit.org hausmann at webkit.org
Wed Dec 22 14:22:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ce6628303d3daf7e6c9b2c359b5abb3f7a51c831
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 09:11:44 2010 +0000

    Windowless flash plugin is not rendered in Symbian
    https://bugs.webkit.org/show_bug.cgi?id=47172
    
    Patch by Zraly Mike <mike.zraly at nokia.com> on 2010-10-07
    Reviewed by Andreas Kling.
    
    * plugins/symbian/PluginViewSymbian.cpp:
    (WebCore::PluginView::platformStart):
    Add call to updatePluginWidget() following changes to
    platform widget.  This is needed to set PluginView's
    m_windowRect and m_clipRect members properly after
    the proxy widget and its container get created.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69282 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 15836e1..c0f2aa2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-10-07  Zraly Mike  <mike.zraly at nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        Windowless flash plugin is not rendered in Symbian
+        https://bugs.webkit.org/show_bug.cgi?id=47172
+
+        * plugins/symbian/PluginViewSymbian.cpp:
+        (WebCore::PluginView::platformStart):
+        Add call to updatePluginWidget() following changes to
+        platform widget.  This is needed to set PluginView's
+        m_windowRect and m_clipRect members properly after
+        the proxy widget and its container get created.
+
 2010-10-07  Andreas Kling  <kling at webkit.org>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/WebCore/plugins/symbian/PluginViewSymbian.cpp b/WebCore/plugins/symbian/PluginViewSymbian.cpp
index edd908d..b8a72b1 100644
--- a/WebCore/plugins/symbian/PluginViewSymbian.cpp
+++ b/WebCore/plugins/symbian/PluginViewSymbian.cpp
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
+    Copyright (C) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies)
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Library General Public
@@ -413,6 +413,7 @@ bool PluginView::platformStart()
         m_npWindow.type = NPWindowTypeDrawable;
         m_npWindow.window = 0; // Not used?
     }    
+    updatePluginWidget();
     setNPWindowIfNeeded();
     
     return true;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list