(→Get the source: I think the official git mirror should also be listed here. It's like the third time I need to look it up after reading this page.) |
(adding WebSVN) |
||
| Line 15: | Line 15: | ||
If you would like to discuss things releated to WebKit integration into KDE, you can join the mailing list: <webkit-devel kde.org>. | If you would like to discuss things releated to WebKit integration into KDE, you can join the mailing list: <webkit-devel kde.org>. | ||
| + | |||
| + | == WebSVN == | ||
| + | * http://websvn.kde.org/trunk/playground/libs/webkitkde/ | ||
== Hacking [Qt]WebKit == | == Hacking [Qt]WebKit == | ||
This page is still work in progress.
Contents |
This project aims to integrate WebKit (QtWebKit) into KDE.
Please see also: Will KDE be using WebKit? How can I use WebKit in Konqueror?
The project is made up of the following components:
There is also a TODO list avilable with tasks which needs to be done.
Bugs submitted for all WebKit related components can be found here.
If you would like to discuss things releated to WebKit integration into KDE, you can join the mailing list: <webkit-devel kde.org>.
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