X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKit2%2FChangeLog;h=827be1c45efd74284e8fb7f74e0f8ecb771dd0cc;hp=0558592f0e2f038dafb5e5c17f11354750ef812f;hb=83cb42e1407ac73670100b67b72dd7d0ca17a996;hpb=fbee4dd20b8a37cec9a99446c26360fc732ff28b diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog index 0558592..827be1c 100644 --- a/WebKit2/ChangeLog +++ b/WebKit2/ChangeLog @@ -1,3 +1,19 @@ +2010-07-19 Balazs Kelemen + + Reviewed by Kenneth Rohde Christiansen. + + [Qt] Setup the QtWebProcess + + https://bugs.webkit.org/show_bug.cgi?id=42623 + + * UIProcess/Launcher/qt/ProcessLauncherQt.cpp: + Remove the framework entry point from here to WebProcess/qt/WebProcessMainQt.cpp to match with with the mac and the win port. + * WebKit2.pro: Added. + * WebProcess/qt/WebProcessMainQt.cpp: Added. + (WebKit::WebProcessMainQt): Framework entry point for Qt. + * qt/MainQt.cpp: Added. + (main): + 2010-07-22 Darin Adler Reviewed by Sam Weinig.