+2007-11-07 Lars Knoll <lars@trolltech.com>
+
+ Reviewed by Simon.
+
+ remove two notImplemented() warnings, as I believe we don't
+ have to implement these methods. Add some (commented out)
+ debug code in one place.
+
+ * WebCoreSupport/EditorClientQt.cpp:
+ (WebCore::EditorClientQt::respondToChangedSelection):
+ (WebCore::EditorClientQt::didWriteSelectionToPasteboard):
+
2007-11-05 Tristan O'Tierney <tristan@apple.com>
Reviewed by Darin Adler.
#include "Document.h"
#include "EditCommandQt.h"
+#include "Page.h"
#include "Editor.h"
#include "FocusController.h"
#include "Frame.h"
{
if (dumpEditingCallbacks)
printf("EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification\n");
+// const Selection &selection = m_page->d->page->selection();
+// char buffer[1024];
+// selection.formatForDebugger(buffer, sizeof(buffer));
+// printf("%s\n", buffer);
emit m_page->selectionChanged();
}
void EditorClientQt::didWriteSelectionToPasteboard()
{
- notImplemented();
}
void EditorClientQt::didSetSelectionTypesForPasteboard()
{
- notImplemented();
}
bool EditorClientQt::selectWordBeforeMenuEvent()