2009-07-22  Julien Chaffraix  <jchaffraix@pleyo.com>

        Correct an error in the script.

        * Scripts/prepare-ChangeLog:

2009-07-15  Mario Bensi  <mbensi@pleyo.com>

        Speculative fix for drt.

        * DumpRenderTree/GCController.cpp:
        * DumpRenderTree/LayoutTestController.cpp:
        (layoutTestControllerObjectFinalize):
        (LayoutTestController::makeWindowObject):
        * DumpRenderTree/LayoutTestController.h:
        * DumpRenderTree/WorkQueue.cpp:
        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (runTest):
        * DumpRenderTree/bal/SDL/DumpRenderTreeSDL.cpp:

2009-06-13  Olivier DOLE  <odole@pleyo.com>

        DumpRenderTree build fix.

        * DumpRenderTree/bal/LayoutTestControllerBal.cpp:
        (LayoutTestController::setCacheModel):

2009-06-03  Mario Bensi  <mbensi@pleyo.com>

        fix unit test.

        * OWBLauncher/Tests/WebFrameTests.cpp:
        (WebFrameTest::setUp):
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.cpp:
        (main):
        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::setUp):
        (WebViewTest::testInitialValue):

2009-05-28  Mario Bensi  <mbensi@pleyo.com>

        change new WebWindow* by createWebWindow*.

        * OWBLauncher/SDL/main.cpp:
        (MainJSActionDelegate::jsAlert):
        (MainJSActionDelegate::jsConfirm):
        (MainJSActionDelegate::jsPrompt):

2009-05-27  Mario Bensi  <mbensi@pleyo.com>

        Add Message in main.

        * OWBLauncher/SDL/main.cpp:

2009-05-12  Olivier DOLE  <odole@pleyo.com>

        Fix DumpRenderTree and tests compilation for Qt build.
        Note that Qt DumpRenderTree compiles but crashes for every tests as
        there is no real implementation.

        * DumpRenderTree/CMakeLists.txt:
        * DumpRenderTree/DumpRenderTree.h:
        * DumpRenderTree/bal/DumpRenderTreeBal.h:
        * DumpRenderTree/bal/qt: Added.
        * DumpRenderTree/bal/qt/DumpRenderTreeQt.cpp: Added.
        (clientRect):
        (init):
        (createWindow):
        (startEventLoop):
        (stopEventLoop):
        (waitToDumpWatchdogFired):
        (addTimetoDump):
        (removeTimer):
        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/Tests/Qt: Added.
        * OWBLauncher/Tests/Qt/WebViewPlatformTests.cpp: Added.
        (waitEventUntilLoaded):
        (createPlatformWebView):

2009-05-12  Olivier DOLE  <odole@pleyo.com>

        build fix for DRT and other tests when using gcc-4.3.

        * DumpRenderTree/bal/DumpRenderTree.cpp:
        * OWBLauncher/Tests/WebFrameTests.cpp:
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.cpp:
        * OWBLauncher/Tests/WebViewTests.cpp:

2009-05-11  Mario Bensi  <mbensi@pleyo.com>

        apply the change on children method.

        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (dumpFramesAsText):

2009-04-01  Julien Chaffraix  <julien.chaffraix@gmail.com>

        Reviewed by Mario Bensi.

        Ticket #335: Add redirection support to WebFrameLoadDelegated

        Added the required methods and account for didStartLoad -> didStartProvisionalLoad
        renamng.

        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (FrameLoadDelegate::didStartProvisionalLoad):
        (FrameLoadDelegate::didReceiveServerRedirectForProvisionalLoadForFrame):
        (FrameLoadDelegate::willPerformClientRedirectToURL):
        (FrameLoadDelegate::didCancelClientRedirectForFrame):

2009-04-01  Stanislaw Szymczyk  <sszymczy@gmail.com>

        Reviewed by Mario Bensi.

        Ticket #334: File download implementation

        Implemented WebDownloadDelegate interface in MainDownloadDelegate
        class.

        * OWBLauncher/SDL/main.cpp:
        (MainDownloadDelegate::MainDownloadDelegate):
        (MainDownloadDelegate::~MainDownloadDelegate):
        (MainDownloadDelegate::decideDestinationWithSuggestedFilename):
        (MainDownloadDelegate::didCancelAuthenticationChallenge):
        (MainDownloadDelegate::didCreateDestination):
        (MainDownloadDelegate::didReceiveAuthenticationChallenge):
        (MainDownloadDelegate::didReceiveDataOfLength):
        (MainDownloadDelegate::didReceiveResponse):
        (MainDownloadDelegate::willResumeWithResponse):
        (MainDownloadDelegate::willSendRequest):
        (MainDownloadDelegate::shouldDecodeSourceDataOfMIMEType):
        (MainDownloadDelegate::didBegin):
        (MainDownloadDelegate::didFinish):
        (MainDownloadDelegate::didFailWithError):
        (main):

2009-03-27  Julien Chaffraix  <julien.chaffraix@gmail.com>

        Reviewed by Mario Bensi.

        Ticket #332: Split WebNotificationDelegate

        Updated DRT and the different main's delegate to match
        the changes.

        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (FrameLoadDelegate::FrameLoadDelegate):
        (FrameLoadDelegate::~FrameLoadDelegate):
        (FrameLoadDelegate::didStartLoad):
        (FrameLoadDelegate::didCommitLoad):
        (FrameLoadDelegate::didFinishLoad):
        (FrameLoadDelegate::didFailLoad):
        (FrameLoadDelegate::titleChange):
        (JSDelegate::JSDelegate):
        (JSDelegate::~JSDelegate):
        (JSDelegate::jsPrompt):
        (runTest):
        * OWBLauncher/SDL/main.cpp:
        (MainJSActionDelegate::MainJSActionDelegate):
        (MainJSActionDelegate::~MainJSActionDelegate):
        (MainJSActionDelegate::jsPrompt):
        (main):
        * OWBLauncher/gtk/main.cpp:
        (MainJSActionDelegate::MainJSActionDelegate):
        (MainJSActionDelegate::~MainJSActionDelegate):
        (MainJSActionDelegate::jsPrompt):
        (main):

2009-03-24  Olivier DOLE  <odole@pleyo.com>

        Fix CMakeLists for owb for some specific cross compilation cases.

        * OWBLauncher/CMakeLists.txt:

2009-03-13  Stanislaw Szymczyk  <sszymczy@gmail.com>

        Reviewed by Olivier DOLE.

        Added stubs for new WebNotificationDelegate methods

        * OWBLauncher/SDL/main.cpp:
        (MainWebNotificationDelegate::didStartLoad):
        (MainWebNotificationDelegate::didCommitLoad):
        (MainWebNotificationDelegate::didFinishLoad):
        (MainWebNotificationDelegate::didFailLoad):
        * OWBLauncher/gtk/main.cpp:
        (MainWebNotificationDelegate::didStartLoad):
        (MainWebNotificationDelegate::didCommitLoad):
        (MainWebNotificationDelegate::didFinishLoad):
        (MainWebNotificationDelegate::didFailLoad):

2009-03-01  Mario Bensi  <mbensi@pleyo.com>

        use the new loadURL

        * OWBLauncher/gtk/main.cpp:
        (main):

2009-02-23  Olivier DOLE  <odole@pleyo.com>

        Fix test compilation in release.

        * DumpRenderTree/CMakeLists.txt:

2009-02-19  Mario Bensi  <mbensi@pleyo.com>

        add DumpRenderTree.

        * DumpRenderTree/CMakeLists.txt:
        * DumpRenderTree/DumpRenderTree.h:
        * DumpRenderTree/bal/AccessibilityControllerBal.cpp: Removed.
        * DumpRenderTree/bal/AccessibilityUIElementBal.cpp: Removed.
        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (getWebView):
        (getDone):
        (setDone):
        (autocorrectURL):
        (shouldLogFrameLoadDelegates):
        (processWork):
        (Notification::Notification):
        (Notification::~Notification):
        (Notification::startLoadNotification):
        (Notification::progressNotification):
        (Notification::finishedLoadNotification):
        (Notification::windowObjectClearNotification):
        (Notification::consoleMessage):
        (Notification::jsAlert):
        (Notification::jsConfirm):
        (Notification::jsPrompt):
        (Notification::titleChange):
        (dumpFrameScrollPosition):
        (displayWebView):
        (dumpFramesAsText):
        (invalidateAnyPreviousWaitToDumpWatchdog):
        (dump):
        (runTest):
        (main):
        * DumpRenderTree/bal/DumpRenderTreeBal.h: Added.
        * DumpRenderTree/bal/EventSender.cpp: Removed.
        * DumpRenderTree/bal/GCControllerBal.cpp:
        (GCController::collect):
        (GCController::collectOnAlternateThread):
        (GCController::getJSObjectCount):
        * DumpRenderTree/bal/LayoutTestControllerBal.cpp:
        (LayoutTestController::clearBackForwardList):
        (LayoutTestController::display):
        (LayoutTestController::webHistoryItemCount):
        (LayoutTestController::notifyDone):
        (LayoutTestController::pathToLocalResource):
        (LayoutTestController::setAcceptsEditing):
        (LayoutTestController::setCustomPolicyDelegate):
        (LayoutTestController::setUserStyleSheetEnabled):
        (LayoutTestController::setUserStyleSheetLocation):
        (LayoutTestController::setSmartInsertDeleteEnabled):
        (LayoutTestController::setWaitToDump):
        (LayoutTestController::windowCount):
        (LayoutTestController::setPrivateBrowsingEnabled):
        (LayoutTestController::setAuthorAndUserStylesEnabled):
        (LayoutTestController::setIconDatabaseEnabled):
        (LayoutTestController::setJavaScriptProfilingEnabled):
        (LayoutTestController::setSelectTrailingWhitespaceEnabled):
        (LayoutTestController::elementDoesAutoCompleteForElementWithId):
        (LayoutTestController::execCommand):
        (LayoutTestController::isCommandEnabled):
        (LayoutTestController::setPersistentUserStyleSheetLocation):
        (LayoutTestController::setDatabaseQuota):
        (LayoutTestController::pauseAnimationAtTimeOnElementWithId):
        (LayoutTestController::pauseTransitionAtTimeOnElementWithId):
        (LayoutTestController::numberOfActiveAnimations):
        * DumpRenderTree/bal/SDL/DumpRenderTreeSDL.cpp:
        (clientRect):
        (createWindow):
        (waitEvent):
        (startEventLoop):
        (waitToDumpWatchdogFired):
        (addTimetoDump):
        (removeTimer):
        * DumpRenderTree/bal/WorkQueueItemBal.cpp:
        (JSStringCopyUTF8CString):
        (LoadItem::invoke):
        (ReloadItem::invoke):
        (ScriptItem::invoke):
        (BackForwardItem::invoke):
        * DumpRenderTree/bal/gtk/DumpRenderTreeGtk.cpp:
        (clientRect):
        (create_window):
        (createWindow):
        (waitToDumpWatchdogFired):
        (addTimetoDump):
        (removeTimer):
        * OWBLauncher/SDL/main.cpp:
        (MainWebNotificationDelegate::windowObjectClearNotification):
        (MainWebNotificationDelegate::consoleMessage):
        (MainWebNotificationDelegate::jsAlert):
        (MainWebNotificationDelegate::jsConfirm):
        (MainWebNotificationDelegate::jsPrompt):
        (MainWebNotificationDelegate::titleChange):
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.cpp:
        (TestNotificationDelegate::windowObjectClearNotification):
        (TestNotificationDelegate::consoleMessage):
        (TestNotificationDelegate::jsAlert):
        (TestNotificationDelegate::jsConfirm):
        (TestNotificationDelegate::jsPrompt):
        (TestNotificationDelegate::titleChange):
        * OWBLauncher/gtk/main.cpp:
        (autocorrectURL):
        (MainWebNotificationDelegate::windowObjectClearNotification):
        (MainWebNotificationDelegate::consoleMessage):
        (MainWebNotificationDelegate::jsAlert):
        (MainWebNotificationDelegate::jsConfirm):
        (MainWebNotificationDelegate::jsPrompt):
        (MainWebNotificationDelegate::titleChange):
        (main):

2009-02-19  set REAL_NAME environment variable  <set EMAIL_ADDRESS environment variable>

        Reviewed by NOBODY (OOPS!).

        * DumpRenderTree/CMakeLists.txt:
        * DumpRenderTree/DumpRenderTree.h:
        * DumpRenderTree/bal/AccessibilityControllerBal.cpp: Removed.
        * DumpRenderTree/bal/AccessibilityUIElementBal.cpp: Removed.
        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (getWebView):
        (getDone):
        (setDone):
        (autocorrectURL):
        (shouldLogFrameLoadDelegates):
        (processWork):
        (Notification::Notification):
        (Notification::~Notification):
        (Notification::startLoadNotification):
        (Notification::progressNotification):
        (Notification::finishedLoadNotification):
        (Notification::windowObjectClearNotification):
        (Notification::consoleMessage):
        (Notification::jsAlert):
        (Notification::jsConfirm):
        (Notification::jsPrompt):
        (Notification::titleChange):
        (dumpFrameScrollPosition):
        (displayWebView):
        (dumpFramesAsText):
        (invalidateAnyPreviousWaitToDumpWatchdog):
        (dump):
        (runTest):
        (main):
        * DumpRenderTree/bal/DumpRenderTreeBal.h: Added.
        * DumpRenderTree/bal/EventSender.cpp: Removed.
        * DumpRenderTree/bal/GCControllerBal.cpp:
        (GCController::collect):
        (GCController::collectOnAlternateThread):
        (GCController::getJSObjectCount):
        * DumpRenderTree/bal/LayoutTestControllerBal.cpp:
        (LayoutTestController::clearBackForwardList):
        (LayoutTestController::display):
        (LayoutTestController::webHistoryItemCount):
        (LayoutTestController::notifyDone):
        (LayoutTestController::pathToLocalResource):
        (LayoutTestController::setAcceptsEditing):
        (LayoutTestController::setCustomPolicyDelegate):
        (LayoutTestController::setUserStyleSheetEnabled):
        (LayoutTestController::setUserStyleSheetLocation):
        (LayoutTestController::setSmartInsertDeleteEnabled):
        (LayoutTestController::setWaitToDump):
        (LayoutTestController::windowCount):
        (LayoutTestController::setPrivateBrowsingEnabled):
        (LayoutTestController::setAuthorAndUserStylesEnabled):
        (LayoutTestController::setIconDatabaseEnabled):
        (LayoutTestController::setJavaScriptProfilingEnabled):
        (LayoutTestController::setSelectTrailingWhitespaceEnabled):
        (LayoutTestController::elementDoesAutoCompleteForElementWithId):
        (LayoutTestController::execCommand):
        (LayoutTestController::isCommandEnabled):
        (LayoutTestController::setPersistentUserStyleSheetLocation):
        (LayoutTestController::setDatabaseQuota):
        (LayoutTestController::pauseAnimationAtTimeOnElementWithId):
        (LayoutTestController::pauseTransitionAtTimeOnElementWithId):
        (LayoutTestController::numberOfActiveAnimations):
        * DumpRenderTree/bal/SDL/DumpRenderTreeSDL.cpp:
        (clientRect):
        (createWindow):
        (waitEvent):
        (startEventLoop):
        (waitToDumpWatchdogFired):
        (addTimetoDump):
        (removeTimer):
        * DumpRenderTree/bal/WorkQueueItemBal.cpp:
        (JSStringCopyUTF8CString):
        (LoadItem::invoke):
        (ReloadItem::invoke):
        (ScriptItem::invoke):
        (BackForwardItem::invoke):
        * DumpRenderTree/bal/gtk/DumpRenderTreeGtk.cpp:
        (clientRect):
        (create_window):
        (createWindow):
        (waitToDumpWatchdogFired):
        (addTimetoDump):
        (removeTimer):
        * OWBLauncher/SDL/main.cpp:
        (MainWebNotificationDelegate::windowObjectClearNotification):
        (MainWebNotificationDelegate::consoleMessage):
        (MainWebNotificationDelegate::jsAlert):
        (MainWebNotificationDelegate::jsConfirm):
        (MainWebNotificationDelegate::jsPrompt):
        (MainWebNotificationDelegate::titleChange):
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.cpp:
        (TestNotificationDelegate::windowObjectClearNotification):
        (TestNotificationDelegate::consoleMessage):
        (TestNotificationDelegate::jsAlert):
        (TestNotificationDelegate::jsConfirm):
        (TestNotificationDelegate::jsPrompt):
        (TestNotificationDelegate::titleChange):
        * OWBLauncher/gtk/main.cpp:
        (autocorrectURL):
        (MainWebNotificationDelegate::windowObjectClearNotification):
        (MainWebNotificationDelegate::consoleMessage):
        (MainWebNotificationDelegate::jsAlert):
        (MainWebNotificationDelegate::jsConfirm):
        (MainWebNotificationDelegate::jsPrompt):
        (MainWebNotificationDelegate::titleChange):
        (main):

2009-01-30  Joerg Strohmayer  <j_s@gmx.de>

        Reviewed by Mario Bensi.
        Added support for using tabs instead of multiple windows
        in the AmigaOS4 port.

        * OWBLauncher/AmigaOS4/main.cpp:
        (initAmigaConfig):
        (rxFunc):
        (initARexx):
        (closeAmigaWindowWithoutSurface):
        (closeAmigaWindow):
        (openAmigaWindow):
        (createAmigaWindow):
        (iconifyWindow):
        (copyToClipboard):
        (confirmQuit):
        (resizeWebView):
        (waitEvent):
        (amigaToUnicodeChar):
        (utf8ToAmiga):
        (main):

2009-01-29  Mario Bensi  <mbensi@pleyo.com>

        close the window on escape and now the sizeHint equal the frameRect.

        * OWBLauncher/Qt/main.cpp:
        (QWebView::QWebView):
        (QWebView::event):
        (QWebView::sizeHint):
        (MainWindow::MainWindow):

2009-01-21  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Split the platform specific part in the test using an
        event loop so that we can share the test between SDL
        and Gtk.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/Tests/Gtk: Added.
        * OWBLauncher/Tests/Gtk/WebViewPlatformTests.cpp: Added.
        (waitEventUntilLoaded): Event loop.
        (createPlatformWebView): Platform set-up.
        * OWBLauncher/Tests/SDL: Added.
        * OWBLauncher/Tests/SDL/WebViewPlatformTests.cpp: Added.
        (createSDLWindow):
        (waitEventUntilLoaded):
        (createPlatformWebView):
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.cpp: Copied from WebKitTools/OWBLauncher/Tests/WebViewTestsSDL.cpp.
        (WebViewTestSDL::setUp):
        * OWBLauncher/Tests/WebViewPlatformTestsCommon.h: Added.

2009-01-21  Olivier DOLE  <odole@pleyo.com>

        Reviewed by Mario BENSI.

        Delete WebNotificationDelegate instance in main.

        * OWBLauncher/SDL/main.cpp:
        (main):
        * OWBLauncher/gtk/main.cpp:
        (main):

2009-01-20  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        - Added some test for the WebNotificationDelegate.

        - Modified the SDL & gtk main to use it instead of a callback.

        * OWBLauncher/SDL/main.cpp:
        (MainWebNotificationDelegate::MainWebNotificationDelegate):
        (MainWebNotificationDelegate::~MainWebNotificationDelegate):
        (MainWebNotificationDelegate::startLoadNotification):
        (MainWebNotificationDelegate::progressNotification):
        (MainWebNotificationDelegate::finishedLoadNotification): WebNotificationDelegate
        implementation.
        (main):
        * OWBLauncher/gtk/main.cpp:
        (MainWebNotificationDelegate::MainWebNotificationDelegate):
        (MainWebNotificationDelegate::~MainWebNotificationDelegate):
        (MainWebNotificationDelegate::startLoadNotification):
        (MainWebNotificationDelegate::progressNotification):
        (MainWebNotificationDelegate::finishedLoadNotification): Ditto.
        (main):

        * OWBLauncher/Tests/WebViewTestsSDL.cpp:
        (TestNotificationDelegate::TestNotificationDelegate):
        (TestNotificationDelegate::~TestNotificationDelegate):
        (TestNotificationDelegate::startLoadNotification):
        (TestNotificationDelegate::progressNotification):
        (TestNotificationDelegate::finishedLoadNotification):
        (WebViewTestSDL::WebViewLoadURL):
        (WebViewTestSDL::WebViewNotifiers):

2009-01-20  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Remove -owb scripts to ease contribution as well as
        maintenance (the forked ones were not merge with the
        one from WebKit on a regular basis).

        * Scripts/prepare-ChangeLog:
        * Scripts/prepare-ChangeLog-owb: Removed.
        * Scripts/resolve-ChangeLogs:
        * Scripts/resolve-ChangeLogsOWB: Removed.
        * Scripts/svn-apply:
        * Scripts/svn-apply-owb: Removed.
        * Scripts/svn-unapply:

2009-01-19  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Added some test for the new method WebFrame::setName.

        * OWBLauncher/Tests/WebFrameTests.cpp:
        (WebFrameTest::testSettingWebFrameName):
        (WebFrameTest::testSettingWebViewWebFrameName):

2009-01-19  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Add some dynamic events using an event loop.
        For the moment, it is only available on SDL.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/Tests/WebViewTestsSDL.cpp:
        (createSDLWindow): Helper method.
        (waitEventUntilLoaded): Implement the event loop but
        quit as soon as the page is loaded.
        (WebViewTestSDL::setUp):
        (WebViewTestSDL::tearDown):
        (WebViewTestSDL::WebViewLoadURL): Test that WebFrame::url()
        works correctly.
        (main):

2009-01-16  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Add some test for the WebView's WebFrame.

        * OWBLauncher/Tests/WebFrameTests.cpp:
        (WebFrameTest::testWebViewWebFrame):

2009-01-15  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        - Added checks for the boolean return values when setting the zoom.

        - Solved a copy and paste error in the test.

        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testPageSizeMultiplier):
        (WebViewTest::testTextSizeMultiplier):

2009-01-15  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Add 3 new unit tests to check that setting the group name
        and the zoom works as expected.
        
        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testSetGroupName):
        (WebViewTest::testPageSizeMultiplier):
        (WebViewTest::testTextSizeMultiplier):

2009-01-14  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Re-order WebView initialization to use the s_screen surface
        during initWithFrame and share more code.

        * OWBLauncher/SDL/main.cpp:
        (main):

2009-01-14  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        Updated tests to reflect that a WebView now has a mainFrame when constructed.

        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testInitialValue):

2009-01-13  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Sebastien Roret.

        Add more tests for the WebView.

        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testInitialValue):
        (WebViewTest::testInitWithFrame):
        (WebViewTest::testMainFrameTitle):
        (WebViewTest::testUserAgentString):

2009-01-13  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Sebastien Roret.

        Forgot those changes in the previous commit which solve more
        crashes.

        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testInitWithFrame):
        (WebViewTest::testMainFrameTitle):

2009-01-12  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        - Made all the test pass without leaking the WebView and the WebFrame!

        * OWBLauncher/Tests/WebFrameTests.cpp:
        (WebFrameTest::testInitialValue):
        * OWBLauncher/Tests/WebViewTests.cpp:
        (WebViewTest::testInitialValue):
        (WebViewTest::testInitWithFrame):

2009-01-09  Mario Bensi  <mbensi@pleyo.com>

        add example on progressNotification

        * OWBLauncher/SDL/main.cpp:
        (progressNotification):
        (main):

2009-01-08  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi.

        - Split the APITests into a one for WebView (WebViewTests.cpp) and one for WebFrame (WebFrameTests.cpp).

        - Corrected some coding style issues.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/Tests/APITests.cpp: Removed.
        * OWBLauncher/Tests/WebFrameTests.cpp: Copied from WebKitTools/OWBLauncher/Tests/APITests.cpp.
        (WebFrameTest::setUp):
        (WebFrameTest::tearDown):
        (WebFrameTest::testInitialValue): Test the WebFrame initial values.
        (main):
        * OWBLauncher/Tests/WebViewTests.cpp: Copied from WebKitTools/OWBLauncher/Tests/APITests.cpp.
        (WebViewTest::setUp):
        (WebViewTest::tearDown):
        (WebViewTest::testInitialValue): Test the WebView initial values.
        (WebViewTest::testInitWithFrame): Test initWithFrame method.
        (main):

2009-01-06  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Oliver DOLE.
        add unit tests mecanism

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/Tests: Added.
        * OWBLauncher/Tests/APITests.cpp: Added.
        (Test::setUp):
        (Test::tearDown):
        (Test::testHelloWorld):
        (main):

2008-12-24  Joerg Strohmayer  <j_s@gmx.de>

        Reviewed by Mario Bensi.
        AmigaOS port update and changes for Galekid.

        * OWBLauncher/AmigaOS4/main.cpp:
        (initAmigaConfig):
        (initTimer):
        (cleanupTimer):
        (rxFunc):
        (initARexx):
        (cleanupARexx):
        (closeAmigaWindowWithoutSurface):
        (closeAmigaWindow):
        (openAmigaWindow):
        (createAmigaWindow):
        (iconifyWindow):
        (copyToClipboard):
        (confirmQuit):
        (waitEvent):
        (main):

2008-12-18  Mario Bensi  <mbensi@pleyo.com>

        Add Origyn suite.

        * OWBLauncher/CMakeLists.txt:

2008-12-18  Olivier DOLE  <odole@pleyo.com>

        Fix CMakeLists.txt

        * OWBLauncher/CMakeLists.txt:

2008-12-17  Olivier DOLE  <odole@pleyo.com>

        Fix owb compilation.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/SDL/main.cpp:
        * OWBLauncher/gtk/main.cpp:

2008-12-17  Mario  <mbensi@pleyo.com>

        fix addons.

        * OWBLauncher/CMakeLists.txt:

2008-12-15  Olivier DOLE  <odole@pleyo.com>

        fix main.cpp

        * OWBLauncher/SDL/main.cpp:

2008-12-12  Mario Bensi  <mbensi@pleyo.com>

        gtk build fix

        * OWBLauncher/gtk/main.cpp:
        (main):

2008-12-12  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier Dole.
        build fix

        * ChangeLog:
        * OWBLauncher/SDL/main.cpp:
        (waitEvent):
        (main):
        * Scripts/gdb-safari:
        * Scripts/run-webkit-tests:

2008-12-09  Olivier DOLE  <odole@pleyo.com>

        Fix GTK build.

        * OWBLauncher/gtk/main.cpp:
        (main):

2008-12-08  Olivier DOLE  <odole@pleyo.com>

        Remove DeepSee.

        * OWBLauncher/SDL/main.cpp:
        (createSDLWindow):
        (main):

2008-12-08  Olivier DOLE  <odole@pleyo.com>

        Fix cmake due to balwtf removal.

        * OWBLauncher/CMakeLists.txt:

2008-12-05  Olivier DOLE  <odole@pleyo.com>

        Modify source code organization.

        * OWBLauncher/CMakeLists.txt:

2008-12-02  Olivier DOLE  <odole@pleyo.com>

        Clean in #include in main.cpp

        * OWBLauncher/SDL/main.cpp:
        * OWBLauncher/gtk/main.cpp:

2008-10-14  Olivier DOLE  <odole@pleyo.com>

        build fix when using GNU Gold.

        * OWBLauncher/CMakeLists.txt:

2008-10-14  Jean-Charles Verdié  <jcverdie@pleyo.com>

        Reviewed by Olivier Dole.
        MacOS with MacPorts compilation (1st integration, some corner cases may fail)

        * OWBLauncher/SDL/main.cpp:
        * OWBLauncher/gtk/main.cpp:

2008-10-08  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Olivier DOLE.

        - Add 2 options to OWBLauncher to set the HTMLTokenier chunk size and
        delay.

        - Moved WebView::parseConfig call in its own option preserving the original behaviour 
        if the option is not provided.

        * OWBLauncher/SDL/main.cpp:
        (usage): Added.
        (main): Add a getopt loop to iterate over the options.

2008-10-07  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Olivier DOLE.

        ticket #305: OWBLauncher should quit when receiving some kernel signals

        Catch SIGINT and SIGKILL and quit the main event loop (properly closing the
        browser at the same time).

        * OWBLauncher/SDL/main.cpp:
        (signalCatcher): Removed some style violations.
        (signalQuitCatcher): Added to catch signals that should close the browser
        (fatal one should use signalCatcher).
        (createSDLWindow): Moved signal handling registration in the main where it fits more,
        removed some style violations.
        (eventFilter): Removed some style violations.
        (waitEvent): Ditto.
        (main):

2008-10-06  Olivier DOLE  <odole@pleyo.com>

        Move resources files in root directory.

        * OWBLauncher/resources: Removed.
        * OWBLauncher/resources/missing-plugin.png: Removed.

2008-10-04  Olivier DOLE  <odole@pleyo.com>

        First clean.

        * OWBLauncher/CMakeLists.txt:

2008-10-03  Olivier DOLE  <odole@pleyo.com>

        Quick fix for AmigaOS4 main() to use webview->idle().

        * OWBLauncher/AmigaOS4/main.cpp:
        (waitEvent):

2008-10-03  Olivier DOLE  <odole@pleyo.com>

        fix generic internationalization compilation.

        * OWBLauncher/CMakeLists.txt:

2008-10-03  Olivier DOLE  <odole@pleyo.com>

        Clean CMakeLists.txt
        Add include for customer ports.

        * OWBLauncher/CMakeLists.txt:

2008-10-02  Olivier DOLE  <odole@pleyo.com>

        Partially fix link for owb. Nonetheless link process is still
        incorrect.

        * OWBLauncher/CMakeLists.txt:

2008-10-02  Olivier DOLE  <odole@pleyo.com>

        fix main() to fit new cmake.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/SDL/main.cpp:
        (waitEvent):
        * OWBLauncher/gtk/main.cpp:
        (main):

2008-09-02  Joerg Strohmayer  <j_s@gmx.de>

        Reviewed by Mario Bensi.
        Add text zoom and and redraw menu items, reload button and more
        settings on AmigaOS4.

        * OWBLauncher/AmigaOS4/main.cpp:
        (initAmigaConfig):
        (initTimer):
        (closeAmigaWindow):
        (createAmigaWindow):
        (waitEvent):
        (main):

2008-09-01  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier DOLE.
        refactoring of obserserService :
        - rename all class BCObserver* by Observer*
        - create a observerService by type of observer
        - propagate the changes


        * DumpRenderTree/bal/DumpRenderTree.cpp:
        (DumpRenderTree::DumpRenderTree):
        (DumpRenderTree::~DumpRenderTree):
        * DumpRenderTree/bal/LayoutTestControllerBal.cpp:
        (LayoutTestController::notifyDone):
        (LayoutTestController::setWaitToDump):

2008-08-26  Olivier DOLE  <odole@pleyo.com>

        Reviewed by Mario Bensi.
        - add a resources directory containing stuff like images to display
        when the plugin is not detected.

        * OWBLauncher/CMakeLists.txt:
        * OWBLauncher/resources: Added.
        * OWBLauncher/resources/missing-plugin.png: Added.

2008-08-23  Joerg Strohmayer  <j_s@gmx.de>

        Reviewed by Mario Bensi.
        Use native scroll bars for the main frame on AmigaOS4.
        Add support for configuring the home and search engine URLs
         and window size, a menu and support for multiple windows on
         AmigaOS4.

        * OWBLauncher/AmigaOS4/main.cpp:
        (initAmigaConfig):
        (initTimer):
        (cleanupTimer):
        (createAmigaWindow):
        (closeAmigaWindow):
        (waitEvent):
        (main):

2008-08-19  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier DOLE.
        fix Ticket #238

        * OWBLauncher/SDL/main.cpp:
        (signalCatcher):
        (createSDLWindow):

2008-07-06  Joerg Strohmayer  <j_s@gmx.de>

        Reviewed by Mario Bensi.
	add AmigaOS4 OWBLauncher

        * OWBLauncher/AmigaOS4: Added.
        * OWBLauncher/AmigaOS4/main.cpp: Added.
        (createAmigaWindow):
        (closeAmigaWindow):
        (waitEvent):
        (main):

2008-06-20  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier Dole.
        fix internationalization generic implementation

        * DumpRenderTree/CMakeLists.txt:
        * OWBLauncher/CMakeLists.txt:

2008-06-18  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier DOLE.
        fix Database

        * OWBLauncher/SDL/main.cpp:
        (waitEvent):

2008-06-16  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by odole@pleyo.com

        test parseConfigFile

        * OWBLauncher/SDL/main.cpp:
        (main):

2008-06-13  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Mario Bensi.

        Added some test for the new method WebFrame::setName.

        * OWBLauncher/Tests/WebFrameTests.cpp:
        (WebFrameTest::testSettingWebFrameName):
        (WebFrameTest::testSettingWebViewWebFrameName):

2009-01-16  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by NOBODY (OOPS!).

        fix a leak on screen

        * OWBLauncher/SDL/main.cpp:
        (waitEvent):
        (main):

2008-06-12  KIMURA Masaru  <hiyuh.root@gmail.com>

        Reviewed by Olivier DOLE.
        Compilation fix for gcc-4.3.1.

        * OWBLauncher/SDL/main.cpp:

2008-06-12  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by NOBODY (OOPS!).

        fix on resize

        * OWBLauncher/SDL/main.cpp:
        (createSDLWindow):
        (waitEvent):
        (main):

2008-06-11  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by NOBODY (OOPS!).

        add return 0 to finish the main

        * OWBLauncher/SDL/main.cpp:
        (main):
        * OWBLauncher/gtk/main.cpp:
        (main):

2008-06-09  Olivier DOLE  <odole@pleyo.com>

        Reviewed by NOBODY (OOPS!).
        closes #216: remove deprecated WEBKIT_USE_JS option

        * DumpRenderTree/CMakeLists.txt:
        * OWBLauncher/CMakeLists.txt:

