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

jberlin at webkit.org jberlin at webkit.org
Wed Dec 22 12:55:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b0e1baa562b7cc489c48df735366fa0fa36e4237
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 23:14:53 2010 +0000

    2010-09-01  Jessie Berlin  <jberlin at apple.com>
    
            Reviewed by Adam Roben.
    
            WebViews should allow their parent windows to handle WM_MOUSEACTIVATE messages.
            https://bugs.webkit.org/show_bug.cgi?id=45047
    
            * WebView.cpp:
            (WebView::WebViewWndProc):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66623 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index a1bfc4b..b3877dc 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-01  Jessie Berlin  <jberlin at apple.com>
+
+        Reviewed by Adam Roben.
+
+        WebViews should allow their parent windows to handle WM_MOUSEACTIVATE messages.
+        https://bugs.webkit.org/show_bug.cgi?id=45047
+
+        * WebView.cpp:
+        (WebView::WebViewWndProc):
+
 2010-08-31  Dave Hyatt  <hyatt at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit/win/WebView.cpp b/WebKit/win/WebView.cpp
index 2daea11..5aa4fc4 100644
--- a/WebKit/win/WebView.cpp
+++ b/WebKit/win/WebView.cpp
@@ -2193,6 +2193,7 @@ LRESULT CALLBACK WebView::WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam,
             break;
         case WM_MOUSEACTIVATE:
             webView->setMouseActivated(true);
+            handled = false;
             break;
         case WM_GETDLGCODE: {
             COMPtr<IWebUIDelegate> uiDelegate;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list