public
Description: A mirror of QtWebKit
Homepage: http://trac.webkit.org/projects/webkit/wiki/QtWebKit
Clone URL: git://github.com/tronical/qtwebkit.git
2008-08-07  Simon Hausmann  <hausmann@webkit.org>

        Rubber-stamped by Lars.

        Added API tests for QWebPage/QWebFrame based on QTestLib.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35621 
268f45cc-cd09-0410-ab3c-d52691b4dbfc
hausmann@webkit.org (author)
Thu Aug 07 04:31:59 -0700 2008
commit  25eaf42b561bc13ad72d64dde431716c9ad0c55f
tree    1c46c44f8df6cc03dff3057603aa07c314f16ef9
parent  247b8fc531bb2b0e02be6aca0ee9bbb3c98a7a03
...
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,3 +1,11 @@
0
+2008-08-07 Simon Hausmann <hausmann@webkit.org>
0
+
0
+ Rubber-stamped by Lars.
0
+
0
+ Added API tests for QWebPage/QWebFrame based on QTestLib.
0
+
0
+ * WebKit.pro: Add WebKit/qt/tests to the build.
0
+
0
 2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>
0
 
0
         Reviewed by Eric Seidel.
...
5
6
7
8
 
 
9
10
11
...
5
6
7
 
8
9
10
11
12
0
@@ -5,7 +5,8 @@ SUBDIRS += \
0
         JavaScriptCore \
0
         WebCore \
0
         JavaScriptCore/kjs/jsc.pro \
0
- WebKit/qt/QtLauncher
0
+ WebKit/qt/QtLauncher \
0
+ WebKit/qt/tests
0
 
0
 !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
0
 
...
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -1,3 +1,15 @@
0
+2008-08-07 Simon Hausmann <hausmann@webkit.org>
0
+
0
+ Rubber-stamped by Lars.
0
+
0
+ Added API tests for QWebPage/QWebFrame based on QTestLib.
0
+
0
+ * tests/qwebframe/qwebframe.pro: Added.
0
+ * tests/qwebframe/tst_qwebframe.cpp: Added.
0
+ * tests/qwebpage/qwebpage.pro: Added.
0
+ * tests/qwebpage/tst_qwebpage.cpp: Added.
0
+ * tests/tests.pro: Added.
0
+
0
 2008-08-06 Benjamin C Meyer <ben@meyerhome.net>
0
 
0
         Reviewed by Simon.

Comments

    No one has commented yet.