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

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 12:42:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67601b1dfe32533056f4e1f78a744e804c116175
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 14:15:18 2010 +0000

    2010-08-27  Antonio Gomes  <tonikitoo at webkit.org>
    
            Unreviewed complementary fix to r66217.
    
            * Api/qwebpage.cpp:
            * Api/qwebview.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66221 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/Api/qwebpage.cpp b/WebKit/qt/Api/qwebpage.cpp
index e8629f1..544cbdd 100644
--- a/WebKit/qt/Api/qwebpage.cpp
+++ b/WebKit/qt/Api/qwebpage.cpp
@@ -2133,7 +2133,7 @@ void QWebPage::setUserPermission(QWebFrame* frame, PermissionDomain domain, Perm
 
     \note In the cases when the window creation is being triggered by JavaScript, apart from
     reimplementing this method application must also set the JavaScriptCanOpenWindows attribute
-    of QWebSettings to true in order to get it called.
+    of QWebSettings to true in order for it to get called.
 
     \sa acceptNavigationRequest(), QWebView::createWindow()
 */
diff --git a/WebKit/qt/Api/qwebview.cpp b/WebKit/qt/Api/qwebview.cpp
index 06dc200..1f400cb 100644
--- a/WebKit/qt/Api/qwebview.cpp
+++ b/WebKit/qt/Api/qwebview.cpp
@@ -955,7 +955,7 @@ void QWebView::paintEvent(QPaintEvent *ev)
 
     \note In the cases when the window creation is being triggered by JavaScript, apart from
     reimplementing this method application must also set the JavaScriptCanOpenWindows attribute
-    of QWebSettings to true in order to get it called..
+    of QWebSettings to true in order for it to get called.
 
     \sa QWebPage::createWindow(), QWebPage::acceptNavigationRequest()
 */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list