+2007-01-11 George Staikos <staikos@kde.org>
+
+ Fix the Qt build
+
+ * WebKit.pri:
+
2007-01-03 Lars Knoll <lars@trolltech.com>
Fix the Qt build
+2007-01-11 George Staikos <staikos@kde.org>
+
+ Reviewed by Maciej
+
+ Appears to be Mac specific right now.
+
+ * kjs/config.h:
+
2007-01-10 Lars Knoll <lars@trolltech.com>
Reviewed by Zack
#include <wtf/Platform.h>
+#if PLATFORM(MAC)
+#define HAVE_JNI 1
+#endif
+
#if PLATFORM(DARWIN)
#define HAVE_ERRNO_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
-#define HAVE_JNI 1
#elif PLATFORM(WIN_OS)
+2007-01-11 George Staikos <staikos@kde.org>
+
+ Reviewed by Maciej.
+
+ Fix Qt Build.
+
+ * loader/qt/DocumentLoaderQt.cpp:
+ (WebCore::DocumentLoader::getResponseModifiedHeader):
+
2007-01-10 Kirby White <KWhiteRight@gmail.com>
Reviewed by Darin.
return url;
}
-bool DocumentLoader::getResponseRefreshAndModifiedHeaders(WebCore::String&, WebCore::String&) const
+bool DocumentLoader::getResponseModifiedHeader(WebCore::String&) const
{
notImplemented();
}
$$PWD/WebCore/platform/graphics \
$$PWD/WebCore/editing \
$$PWD/WebCore/page \
+ $$PWD/WebCore/page/qt \
$$PWD/WebCore/dom \
$$PWD/WebCore/html \
$$PWD/WebCore/history \
+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.
notImplemented();
}
+void ContextMenuClientQt::searchWithGoogle(const Frame*)
+{
+ notImplemented();
+}
+
}
virtual void lookUpInDictionary(Frame*);
virtual void speak(const String&);
virtual void stopSpeaking();
+ virtual void searchWithGoogle(const Frame*);
};
}