Reviewed by timo.
Move KWQLogging to platform and rename as Logging.*, fix headers.
This will break the mac build, which I will fix on my next commit.
* WebCore.vcproj/WebCore/WebCore.vcproj:
* dom/DocumentImpl.cpp:
* dom/dom_position.cpp:
* editing/DeleteSelectionCommand.cpp:
* editing/InsertLineBreakCommand.cpp:
* editing/InsertParagraphSeparatorCommand.cpp:
* editing/InsertTextCommand.cpp:
* editing/VisiblePosition.cpp:
* editing/markup.cpp:
* khtml/ecma/kjs_window.cpp:
* kwq/KWQLogging.h: Removed.
* kwq/KWQLogging.m: Removed.
* kwq/KWQRegExp.cpp:
* kwq/KWQTextStream.cpp:
* platform/Logging.cpp: Added.
* platform/Logging.h: Added.
* platform/QString.cpp:
* platform/win/TemporaryLinkStubs.cpp:
(WebCore::ScrollView::vScrollBarMode):
(WebCore::theme):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13027
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-02-27 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by timo.
+
+ Move KWQLogging to platform and rename as Logging.*, fix headers.
+ This will break the mac build, which I will fix on my next commit.
+
+ * WebCore.vcproj/WebCore/WebCore.vcproj:
+ * dom/DocumentImpl.cpp:
+ * dom/dom_position.cpp:
+ * editing/DeleteSelectionCommand.cpp:
+ * editing/InsertLineBreakCommand.cpp:
+ * editing/InsertParagraphSeparatorCommand.cpp:
+ * editing/InsertTextCommand.cpp:
+ * editing/VisiblePosition.cpp:
+ * editing/markup.cpp:
+ * khtml/ecma/kjs_window.cpp:
+ * kwq/KWQLogging.h: Removed.
+ * kwq/KWQLogging.m: Removed.
+ * kwq/KWQRegExp.cpp:
+ * kwq/KWQTextStream.cpp:
+ * platform/Logging.cpp: Added.
+ * platform/Logging.h: Added.
+ * platform/QString.cpp:
+ * platform/win/TemporaryLinkStubs.cpp:
+ (WebCore::ScrollView::vScrollBarMode):
+ (WebCore::theme):
+
2006-02-27 Eric Seidel <eseidel@apple.com>
Reviewed by hyatt.
RelativePath="..\..\platform\KURL.h"\r
>\r
</File>\r
+ <File\r
+ RelativePath="..\..\platform\Logging.cpp"\r
+ >\r
+ </File>\r
+ <File\r
+ RelativePath="..\..\platform\Logging.h"\r
+ >\r
+ </File>\r
<File\r
RelativePath="..\..\platform\MouseEvent.h"\r
>\r
#include "FrameView.h"
#include "HTMLNameCollectionImpl.h"
#include "KWQAccObjectCache.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "KeyEvent.h"
#include "MouseEventWithHitTestResults.h"
#include "NameNodeListImpl.h"
#include "DocumentImpl.h"
#include "InlineTextBox.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "QString.h"
#include "RenderBlock.h"
#include "css_computedstyle.h"
#include "DocumentImpl.h"
#include "Frame.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "css_computedstyle.h"
#include "dom2_rangeimpl.h"
#include "dom_position.h"
#include "DocumentImpl.h"
#include "Frame.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "TextImpl.h"
#include "VisiblePosition.h"
#include "dom2_rangeimpl.h"
#include "InsertParagraphSeparatorCommand.h"
#include "DocumentImpl.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "css_computedstyle.h"
#include "dom_elementimpl.h"
#include "TextImpl.h"
#include "DocumentImpl.h"
#include "EditingTextImpl.h"
#include "Frame.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "VisiblePosition.h"
#include "dom_position.h"
#include "html_interchange.h"
#include "dom2_rangeimpl.h"
#include <kxmlcore/Assertions.h>
-#include "KWQLogging.h"
+#include "Logging.h"
using namespace DOM::HTMLNames;
#include "DocumentTypeImpl.h"
#include "HTMLElementImpl.h"
#include "InlineTextBox.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "VisiblePosition.h"
#include "css_computedstyle.h"
#include "css_valueimpl.h"
#include "JSMutationEvent.h"
#include "JSXMLHttpRequest.h"
#include "PlugInInfoStore.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "Screen.h"
#include "SelectionController.h"
#include "Shared.h"
#include "config.h"
#include "KWQRegExp.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include <sys/types.h>
#include <pcre/pcre.h>
#include "KWQTextStream.h"
#include "QString.h"
-#include "KWQLogging.h"
+#include "Logging.h"
const size_t integerOrPointerAsStringBufferSize = 100; // large enough for any integer or pointer in string format, including trailing null character
const char *precisionFormats[] = { "%.0f", "%.1f", "%.2f", "%.3f", "%.4f", "%.5f" "%.6f"};
/*
- * Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#import "KWQLogging.h"
+#include "Logging.h"
KXCLogChannel KWQLogNotYetImplemented = { 0x00000001, "WebCoreLogLevel", KXCLogChannelUninitialized };
/*
- * Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#include "config.h"
#include "QString.h"
-#include "KWQLogging.h"
+#include "Logging.h"
#include "KWQRegExp.h"
#include "TextEncoding.h"
#include <kjs/dtoa.h>
#include "History.h"
#include "KWQKLocale.h"
#include "PlugInInfoStore.h"
+#include "render_theme.h"
using namespace WebCore;
int WebCore::ScrollView::visibleHeight(void)const { notImplemented(); return 0; }
int WebCore::ScrollView::visibleWidth(void)const { notImplemented(); return 0; }
WebCore::ScrollBarMode WebCore::ScrollView::hScrollBarMode(void)const { notImplemented(); return ScrollBarAlwaysOff; }
-WebCore::ScrollBarMode WebCore::ScrollView::vScrollBarMode(void)const { notImplemented(); return ScrollBarAlwaysOff; }
\ No newline at end of file
+WebCore::ScrollBarMode WebCore::ScrollView::vScrollBarMode(void)const { notImplemented(); return ScrollBarAlwaysOff; }
+RenderTheme* WebCore::theme() { notImplemented(); return 0; }