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

kenneth at webkit.org kenneth at webkit.org
Wed Apr 7 23:29:15 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 46ddb286aaa358f7629f5799004a503037b92ac0
Author: kenneth at webkit.org <kenneth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 10 18:57:34 2009 +0000

    Unreviewed documentation fixes.
    
    Added a few improvements from Jocelyn Turcotte to the
    createWindow docs.
    
    * Api/qwebview.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50747 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/Api/qwebview.cpp b/WebKit/qt/Api/qwebview.cpp
index 37b61bd..b4a37d8 100644
--- a/WebKit/qt/Api/qwebview.cpp
+++ b/WebKit/qt/Api/qwebview.cpp
@@ -760,8 +760,8 @@ void QWebView::paintEvent(QPaintEvent *ev)
 
 /*!
     This function is called from the createWindow() method of the associated QWebPage,
-    each time the page wants to create a new window of the given \a type, for example
-    as a result of a JavaScript request to open a document in a new window.
+    each time the page wants to create a new window of the given \a type. This might
+    be the result, for example, of a JavaScript request to open a document in a new window.
 
     \note If the createWindow() method of the associated page is reimplemented, this
     method is not called, unless explicitly done so in the reimplementation.
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index f639ddf..714234e 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,5 +1,14 @@
 2009-11-10  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
+        Unreviewed documentation fixes.
+
+        Added a few improvements from Jocelyn Turcotte to the
+        createWindow docs.
+
+        * Api/qwebview.cpp:
+
+2009-11-10  Kenneth Rohde Christiansen  <kenneth at webkit.org>
+
         Unreviewed documentation fix.
 
         [Qt] Make qwebpage's createWindow not qwebview dependent.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list