[Webkit-unassigned] [Bug 15682] Move wx port to TOT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 13:46:35 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15682


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16922|review?                     |review+
               Flag|                            |




------- Comment #18 from aroben at apple.com  2007-11-01 13:46 PDT -------
(From update of attachment 16922)
+#include "Frame.h"
+#include "Page.h"
+#include "FocusController.h"
+#include "FrameView.h"
+#include "KeyboardEvent.h"
+#include "MouseEventWithHitTestResults.h"
+#include "PlatformScrollBar.h"
+#include "RenderWidget.h"
+#include "ClipboardWx.h"

Please alphabetize the #includes.

+namespace WebCore
+{

The brace should go on the same line as "namespace".

+bool DragController::isCopyKeyDown()
+{
+    return false;
+}

Perhaps you want to call notImplemented() here?

r=me, but please fix the above before checking in.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list