+2006-12-28 George Staikos <staikos@kde.org>
+
+ Reviewed by Olliej.
+
+ * bindings/qt/qt_instance.cpp: build
+ (KJS::Bindings::QtInstance::QtInstance):
+
2006-12-28 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
_class(0),
_object(o)
{
- setExecutionContext(0);
+ setRootObject(0);
}
QtInstance::~QtInstance()
QtInstance::QtInstance(const QtInstance& other)
: Instance(), _class(0), _object(other._object)
{
- setExecutionContext(other.executionContext());
+ setRootObject(other.rootObject());
}
QtInstance& QtInstance::operator=(const QtInstance& other)
+2006-12-28 George Staikos <staikos@kde.org>
+
+ Reviewed by Olliej.
+
+ * loader/CachedImage.cpp: build for Qt
+
2006-12-28 Daniel Molkentin <molkentin@kde.org>
Reviewed by Eric Seidel <eric@webkit.org>
#include "DocLoader.h"
#include "Image.h"
#include "LoaderFunctions.h"
+#if PLATFORM(CG)
#include "PDFDocumentImage.h"
+#endif
#include "Request.h"
#include <wtf/Vector.h>
+2006-12-28 George Staikos <staikos@kde.org>
+
+ Reviewed by Olliej.
+
+ * DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree.pro: don't build on non-X11
+
2006-12-27 Geoffrey Garen <ggaren@apple.com>
Reviewed by Eric Seidel. Prose edited by Mitz Pettel.
+x11 {
TARGET = DumpRenderTree
include(../../../WebKit.pri)
HEADERS = DumpRenderTreeClient.h DumpRenderTree.h jsobjects.h
SOURCES = DumpRenderTreeClient.cpp DumpRenderTree.cpp main.cpp fontoverload.cpp jsobjects.cpp
-
+}