blob: 3a28898ca4a0cf64bee57a4ba979ab30158ba868 [file] [log] [blame]
2007-01-15 Anders Carlsson <acarlsson@apple.com>
Fix build.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::postProgressStartedNotification):
(WebCore::FrameLoaderClientQt::postProgressEstimateChangedNotification):
(WebCore::FrameLoaderClientQt::postProgressFinishedNotification):
* WebCoreSupport/FrameLoaderClientQt.h:
2007-01-13 Lars Knoll <lars@trolltech.com>
Compile again after yesterdays changes.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::assignIdentifierToInitialRequest):
(WebCore::FrameLoaderClientQt::dispatchWillSendRequest):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveAuthenticationChallenge):
(WebCore::FrameLoaderClientQt::dispatchDidCancelAuthenticationChallenge):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveResponse):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveContentLength):
(WebCore::FrameLoaderClientQt::dispatchDidFinishLoading):
(WebCore::FrameLoaderClientQt::dispatchDidFailLoading):
(WebCore::FrameLoaderClientQt::incrementProgress):
(WebCore::FrameLoaderClientQt::completeProgress):
* WebCoreSupport/FrameLoaderClientQt.h:
2007-01-11 Brady Eidson <beidson@apple.com>
Keep the fancy new FrameLoaderClientQt building with a small api change in WebCore
Yay for the loader on QT!
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::dispatchDidReceiveAuthenticationChallenge):
(WebCore::FrameLoaderClientQt::dispatchDidCancelAuthenticationChallenge):
* WebCoreSupport/FrameLoaderClientQt.h:
2007-01-11 Lars Knoll <lars@trolltech.com>
Reviewed by Darin
Start using the loader in the Qt port.
* QtLauncher/main.cpp:
(main):
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::FrameLoaderClientQt):
(WebCore::FrameLoaderClientQt::~FrameLoaderClientQt):
(WebCore::FrameLoaderClientQt::setFrame):
(WebCore::FrameLoaderClientQt::detachFrameLoader):
(WebCore::FrameLoaderClientQt::makeDocumentView):
(WebCore::FrameLoaderClientQt::makeRepresentation):
(WebCore::FrameLoaderClientQt::setCopiesOnScroll):
(WebCore::FrameLoaderClientQt::dispatchDidStartProvisionalLoad):
(WebCore::FrameLoaderClientQt::cancelPolicyCheck):
(WebCore::FrameLoaderClientQt::dispatchWillSubmitForm):
(WebCore::FrameLoaderClientQt::progressStarted):
(WebCore::FrameLoaderClientQt::progressCompleted):
(WebCore::FrameLoaderClientQt::setMainFrameDocumentReady):
(WebCore::FrameLoaderClientQt::clearArchivedResources):
(WebCore::FrameLoaderClientQt::canShowMIMEType):
(WebCore::FrameLoaderClientQt::representationExistsForURLScheme):
(WebCore::FrameLoaderClientQt::provisionalLoadStarted):
(WebCore::FrameLoaderClientQt::prepareForDataSourceReplacement):
(WebCore::FrameLoaderClientQt::frameLoaderDestroyed):
(WebCore::FrameLoaderClientQt::canHandleRequest):
(WebCore::FrameLoaderClientQt::shouldGoToHistoryItem):
(WebCore::FrameLoaderClientQt::canCachePage):
(WebCore::FrameLoaderClientQt::committedLoad):
(WebCore::FrameLoaderClientQt::cancelledError):
(WebCore::FrameLoaderClientQt::cannotShowURLError):
(WebCore::FrameLoaderClientQt::interruptForPolicyChangeError):
(WebCore::FrameLoaderClientQt::cannotShowMIMETypeError):
(WebCore::FrameLoaderClientQt::fileDoesNotExistError):
(WebCore::FrameLoaderClientQt::shouldFallBack):
(WebCore::FrameLoaderClientQt::createDocumentLoader):
(WebCore::FrameLoaderClientQt::dispatchWillSendRequest):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveResponse):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForMIMEType):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNewWindowAction):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction):
(WebCore::FrameLoaderClientQt::willUseArchive):
* WebCoreSupport/FrameLoaderClientQt.h:
2007-01-11 George Staikos <staikos@kde.org>
Fix Qt Build.
* WebCoreSupport/ContextMenuClientQt.cpp:
(WebCore::ContextMenuClientQt::searchWithGoogle):
* WebCoreSupport/ContextMenuClientQt.h:
2007-01-06 George Staikos <staikos@kde.org>
Reviewed by Brady.
Make it link.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::setMainDocumentError):
(WebCore::FrameLoaderClientQt::committedLoad):
(WebCore::FrameLoaderClientQt::cancelledError):
(WebCore::FrameLoaderClientQt::cannotShowURLError):
(WebCore::FrameLoaderClientQt::interruptForPolicyChangeError):
(WebCore::FrameLoaderClientQt::cannotShowMIMETypeError):
(WebCore::FrameLoaderClientQt::fileDoesNotExistError):
(WebCore::FrameLoaderClientQt::shouldFallBack):
(WebCore::FrameLoaderClientQt::createDocumentLoader):
(WebCore::FrameLoaderClientQt::download):
(WebCore::FrameLoaderClientQt::dispatchWillSendRequest):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveResponse):
(WebCore::FrameLoaderClientQt::dispatchDidReceiveContentLength):
(WebCore::FrameLoaderClientQt::dispatchDidFinishLoading):
(WebCore::FrameLoaderClientQt::dispatchDidFailLoading):
(WebCore::FrameLoaderClientQt::dispatchDidLoadResourceFromMemoryCache):
(WebCore::FrameLoaderClientQt::dispatchDidFailProvisionalLoad):
(WebCore::FrameLoaderClientQt::dispatchDidFailLoad):
(WebCore::FrameLoaderClientQt::dispatchCreatePage):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForMIMEType):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNewWindowAction):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction):
(WebCore::FrameLoaderClientQt::dispatchUnableToImplementPolicy):
(WebCore::FrameLoaderClientQt::incrementProgress):
(WebCore::FrameLoaderClientQt::completeProgress):
(WebCore::FrameLoaderClientQt::startDownload):
(WebCore::FrameLoaderClientQt::willUseArchive):
* WebCoreSupport/FrameLoaderClientQt.h:
2007-01-05 Lars Knoll <lars@trolltech.com>
Make the Qt build compile again
* WebCoreSupport/ChromeClientQt.cpp:
(WebCore::ChromeClientQt::canTakeFocus):
(WebCore::ChromeClientQt::takeFocus):
* WebCoreSupport/ChromeClientQt.h:
* WebCoreSupport/ContextMenuClientQt.cpp:
(WebCore::ContextMenuClientQt::getCustomMenuFromDefaultItems):
* WebCoreSupport/ContextMenuClientQt.h:
2007-01-03 Lars Knoll <lars@trolltech.com>
Fix the Qt build
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::setDocumentViewFromPageCache):
(WebCore::FrameLoaderClientQt::updateGlobalHistoryForStandardLoad):
(WebCore::FrameLoaderClientQt::updateGlobalHistoryForReload):
(WebCore::FrameLoaderClientQt::shouldGoToHistoryItem):
(WebCore::FrameLoaderClientQt::saveScrollPositionAndViewStateToItem):
(WebCore::FrameLoaderClientQt::saveDocumentViewToPageCache):
(WebCore::FrameLoaderClientQt::canCachePage):
* WebCoreSupport/FrameLoaderClientQt.h:
2006-12-29 George Staikos <staikos@kde.org>
Add missing notimplemented.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::frameLoaderDestroyed):
(WebCore::FrameLoaderClientQt::canHandleRequest):
(WebCore::FrameLoaderClientQt::partClearedInBegin):
2006-12-21 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::hasWebView):
(WebCore::FrameLoaderClientQt::hasFrameView):
(WebCore::FrameLoaderClientQt::dispatchDidHandleOnloadEvents):
(WebCore::FrameLoaderClientQt::dispatchDidFirstLayout):
(WebCore::FrameLoaderClientQt::setTitle):
(WebCore::FrameLoaderClientQt::partClearedInBegin):
* WebCoreSupport/FrameLoaderClientQt.h:
Remove some runtimw warnings
Add partClearedInBegin forwarding call, so
I can catch this in the layout tests.
2006-12-19 Lars Knoll <lars@trolltech.com>
Reviewed by Rob.
* WebCoreSupport/ChromeClientQt.cpp:
(WebCore::ChromeClientQt::canRunBeforeUnloadConfirmPanel):
(WebCore::ChromeClientQt::runBeforeUnloadConfirmPanel):
(WebCore::ChromeClientQt::closeWindowSoon):
* WebCoreSupport/ChromeClientQt.h:
Make it compile.
2006-12-16 Zack Rusin <zack@kde.org>
Adjust the client to the most recent interface.
* WebCoreSupport/ContextMenuClientQt.cpp:
(WebCore::ContextMenuClientQt::contextMenuDestroyed):
(WebCore::ContextMenuClientQt::addCustomContextMenuItems):
(WebCore::ContextMenuClientQt::contextMenuItemSelected):
(WebCore::ContextMenuClientQt::downloadURL):
(WebCore::ContextMenuClientQt::copyImageToClipboard):
(WebCore::ContextMenuClientQt::lookUpInDictionary):
* WebCoreSupport/ContextMenuClientQt.h:
2006-12-14 Simon Hausmann <hausmann@kde.org>
Reviewed by Zack.
* QtLauncher/QtLauncher.pro: Link this little test program
with rpath, for convenience. (This is never going to get installed
anyway)
2006-12-12 George Staikos <staikos@kde.org>
Reviewed by Alexey.
Fix the Qt build again.
* WebCoreSupport/ContextMenuClientQt.cpp:
(WebCore::ContextMenuClientQt::speak):
(WebCore::ContextMenuClientQt::stopSpeaking):
* WebCoreSupport/ContextMenuClientQt.h:
* WebCoreSupport/EditorClientQt.cpp:
(WebCore::EditorClientQt::toggleContinuousSpellChecking):
(WebCore::EditorClientQt::toggleGrammarChecking):
* WebCoreSupport/EditorClientQt.h:
2006-12-10 George Staikos <staikos@kde.org>
Reviewed by Zack.
Add a default user agent for now.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::userAgent):
2006-12-10 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
Comment out a notImplemented() warning
* WebCoreSupport/EditorClientQt.cpp:
(WebCore::EditorClientQt::clearUndoRedoOperations):
2006-12-10 Zack Rusin <zack@kde.org>
Print out the method name if it's unimplemented.
* WebCoreSupport/FrameLoaderClientQt.cpp:
2006-12-10 Zack Rusin <zack@kde.org>
Moving the clients from platform to their final location.
* WebCoreSupport/FrameLoaderClientQt.cpp: Added.
* WebCoreSupport/FrameLoaderClientQt.h: Added.
* WebCoreSupport/ChromeClientQt.cpp: Added.
* WebCoreSupport/ChromeClientQt.h: Added.
* WebCoreSupport/ContextMenuClientQt.cpp: Added.
* WebCoreSupport/ContextMenuClientQt.h: Added.
* WebCoreSupport/EditorClientQt.cpp: Added.
* WebCoreSupport/EditorClientQt.h: Added.
2006-12-10 Zack Rusin <zack@kde.org>
Adjusting to the changes in platform/qt.
* QtLauncher/main.cpp:
(main):
2006-12-09 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
Make it possible to build WebKit with qmake.
* QtLauncher/QtLauncher.pro: Added.
* QtLauncher/main.cpp:
2006-12-08 Zack Rusin <zack@kde.org>
Reviewed by Maciej.
Fix the build after the recent changes.
* QtLauncher/main.cpp:
(main):
* WebKitPart/WebKitPart.cpp:
(WebKitPart::initView):
2006-11-19 Simon Hausmann <hausmann@kde.org>
Reviewed by Zack.
http://bugs.webkit.org/show_bug.cgi?id=11649
Fix Qt-only build
* QtLauncher/CMakeLists.txt:
2006-11-17 Zack Rusin <zack@kde.org>
Reviewed by Mitz. Landed by Niko.
Adjusting to the new api.
* QtLauncher/main.cpp:
(main):
* WebKitPart/WebKitPart.cpp:
(WebKitPart::initView):
2006-11-10 Zack Rusin <zack@kde.org>
Reviewed and landed by Anders.
Adjusting to the recent loader changes, making it compile
and work.
* QtLauncher/main.cpp:
(main):
* WebKitPart/WebKitPart.cpp:
(WebKitPart::closeUrl):
(WebKitPart::initView):
2006-11-03 Zack Rusin <zack@kde.org>
Reviewed by Maciej.
Fixing compile on both Qt and KDE platforms.
* QtLauncher/main.cpp:
(main): url has already been defined
* WebKitPart/WebKitPartBrowserExtension.cpp: removing
duplicate implementation of this class
2006-10-31 Simon Hausmann <hausmann@kde.org>
Reviewed by Maciej, landed by Anders.
* QtLauncher/CMakeLists.txt: Make linkage against kde libraries
optional
* QtLauncher/main.cpp: Make it compile without KDE.
(main):
2006-11-02 Simon Hausmann <hausmann@kde.org>
Reviewed by Maciej, landed by Anders.
* QtLauncher/main.cpp:
(main): Declare our frame as main frame to the Page object.
Fixes crashes on various web sites
2006-10-31 Zack Rusin <zack@kde.org>
Reviewed by Mitz.
Fix the Qt build after last nights changes.
* QtLauncher/CMakeLists.txt:
* WebKitPart/CMakeLists.txt:
2006-10-26 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Darin.
Fix Qt/Linux build.
* QtLauncher/main.cpp:
(main):
* WebKitPart/WebKitPart.cpp:
(WebKitPart::openUrl):
2006-10-24 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Maciej.
Fix Qt/Linux build.
- Remove BrowserExtensionQt, move it's methods to Page/FrameQt.
- Fix CMakeLists.txt to include platform/network.
* QtLauncher/CMakeLists.txt:
* WebKitPart/CMakeLists.txt:
2006-10-24 Simon Hausmann <hausmann@kde.org>
Reviewed by Darin.
* QtLauncher/CMakeLists.txt, WebKitPart/CMakeLists.txt: Added project name to
kde4_automoc macro, as required by the latest KDE4 cmake module.
2006-10-20 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed and landed by Anders.
Adapt to FrameQtClient changes, and provide some kind of status
information to the KPart wheter we're loading or not (started/completed signaling).
* WebKitPart/CMakeLists.txt:
* WebKitPart/WebKitPart.cpp:
(WebKitPart::WebKitPart):
(WebKitPart::~WebKitPart):
(WebKitPart::openUrl):
(WebKitPart::initView):
* WebKitPart/WebKitPart.h:
* WebKitPart/WebKitPartBrowserExtension.cpp: Added.
(WebKitPartBrowserExtension::WebKitPartBrowserExtension):
(WebKitPartBrowserExtension::~WebKitPartBrowserExtension):
* WebKitPart/WebKitPartBrowserExtension.h: Added.
* WebKitPart/WebKitPartClient.cpp:
(WebKitPartClient::WebKitPartClient):
(WebKitPartClient::loadFinished):
* WebKitPart/WebKitPartClient.h:
* WebKitPart/WebKitPartInterface.h:
2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by eseidel. Landed by eseidel.
Fix last remaining issue Qt/Linux build with gcc3.
* WebKitPart/WebKitPart.h: Remove Q_PROPERTY usage, which is not needed and made problems.
2006-09-10 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed and landed by ap.
Fix QtLauncher - it is supposed to create a FrameView on its own nowadays.
* QtLauncher/main.cpp:
(main):
2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Tim H.
Fixes last part of: http://bugs.webkit.org/show_bug.cgi?id=10644
Move QtLauncher down to WebKitQt.
* QtLauncher/CMakeLists.txt: Added.
* QtLauncher/main.cpp: Added.
(main):
2006-09-04 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Darin. Final polish by Sam.
Fixes parts of: http://bugs.webkit.org/show_bug.cgi?id=10644
Add WebKitPart, an embeddable KPart for the KDE platform.
* WebKitPart/CMakeLists.txt: Added.
* WebKitPart/WebKitFactory.cpp: Added.
(WebKitFactory::WebKitFactory):
(WebKitFactory::~WebKitFactory):
(WebKitFactory::createPartObject):
(WebKitFactory::instance):
(WebKitFactory::ref):
(WebKitFactory::deref):
(init_libWebKitPart):
* WebKitPart/WebKitFactory.h: Added.
* WebKitPart/WebKitPart.cpp: Added.
(WebKitPart::WebKitPart):
(WebKitPart::~WebKitPart):
(WebKitPart::openFile):
(WebKitPart::openUrl):
(WebKitPart::closeUrl):
(WebKitPart::parentPart):
(WebKitPart::frame):
(WebKitPart::initView):
* WebKitPart/WebKitPart.desktop: Added.
* WebKitPart/WebKitPart.h: Added.
(WebKitPart::):
* WebKitPart/WebKitPart.rc: Added.
* WebKitPart/WebKitPartBrowser.rc: Added.
* WebKitPart/WebKitPartClient.cpp: Added.
(WebKitPartClient::WebKitPartClient):
(WebKitPartClient::~WebKitPartClient):
* WebKitPart/WebKitPartClient.h: Added.
* WebKitPart/WebKitPartInterface.cpp: Added.
(WebKitPartInterface::WebKitPartInterface):
(WebKitPartInterface::~WebKitPartInterface):
(WebKitPartInterface::url):
(WebKitPartInterface::closeURL):
* WebKitPart/WebKitPartInterface.h: Added.
* WebKitPart/org.kde.WebKitPart.xml: Added.