(→Overview) |
(→Overview) |
||
| Line 4: | Line 4: | ||
This project aims to integrate [http://doc.trolltech.com/latest/qtwebkit.html QtWebKit] into KDE and is made up of the following components: | This project aims to integrate [http://doc.trolltech.com/latest/qtwebkit.html QtWebKit] into KDE and is made up of the following components: | ||
| − | * [[/ | + | * [[/|kdewebkit: the binding between KDE and QtWebKit]] |
| − | * [[/ | + | * [[/Part|kwebkitpart: a KPart based on the above library]] |
This page is still work in progress.
Contents |
This project aims to integrate QtWebKit into KDE and is made up of the following components:
There is also a TODO list that outlines the remaining tasks.
You can see all the bugs submitted against the above components here.
If you would like to discuss things related to the integration of QtWebKit into KDE, you can join the <webkit-devel@kde.org> mailing list.
http://trac.webkit.org/wiki/BuildingQtOnLinux
http://trac.webkit.org/wiki/QtWebKitHacking http://trac.webkit.org/wiki/QtWebKitContrib
IRC on freenode, #webkit, #qtwebkit
SVN: http://svn.webkit.org/repository/webkit/trunk - official upstream repository or GIT: git://git.webkit.org/WebKit.git - WebKit's own Git mirror, handy to just track vanilla upstream http://gitorious.org/qtwebkit/qtwebkit - Nokia's Git mirror with Qt-specific branches
=> creates WebKit/Build
http://webkit.org/pending-review
cd Webkit Build/
1) git/svn diff 2) webkittools/Scripts/prepare_ChangeLog 3) Edit changelogs 4) Create new bug on bugs.webkit.org (component: QtWebKit) 5) Attach patch including changelog 6) mark attachment for review with r? 7) wait or find someone on irc #webkit for reviewing & landing 8) r+ (means ok; otherwise r-) & land
Tool: WebKitTools/Scripts/bugzilla-tool
WebKit/qt/tests
clone http://gitorious.org/qtwebkit/testfonts
set WEBKIT_TESTFONTS=/path/to/cloned/fonts
WebKitTools/Scrits/run-webkit-tests - MAY BE FLAKY