Title: [99589] trunk/Source/WebCore
Revision
99589
Author
commit-qu...@webkit.org
Date
2011-11-08 10:23:30 -0800 (Tue, 08 Nov 2011)

Log Message

Unreviewed, rolling out r95720.
http://trac.webkit.org/changeset/95720
https://bugs.webkit.org/show_bug.cgi?id=71831

This has made the menulists on WebKit patch reviews much less
usable (Requested by mrobinson on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2011-11-08

* platform/gtk/GtkPopupMenu.cpp:
(WebCore::GtkPopupMenu::menuPositionFunction):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (99588 => 99589)


--- trunk/Source/WebCore/ChangeLog	2011-11-08 18:20:18 UTC (rev 99588)
+++ trunk/Source/WebCore/ChangeLog	2011-11-08 18:23:30 UTC (rev 99589)
@@ -1,3 +1,15 @@
+2011-11-08  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r95720.
+        http://trac.webkit.org/changeset/95720
+        https://bugs.webkit.org/show_bug.cgi?id=71831
+
+        This has made the menulists on WebKit patch reviews much less
+        usable (Requested by mrobinson on #webkit).
+
+        * platform/gtk/GtkPopupMenu.cpp:
+        (WebCore::GtkPopupMenu::menuPositionFunction):
+
 2011-11-08  Nico Weber  <tha...@chromium.org>
 
         [chromium] Remove 6 exit time destructors and 6 static initializers

Modified: trunk/Source/WebCore/platform/gtk/GtkPopupMenu.cpp (99588 => 99589)


--- trunk/Source/WebCore/platform/gtk/GtkPopupMenu.cpp	2011-11-08 18:20:18 UTC (rev 99588)
+++ trunk/Source/WebCore/platform/gtk/GtkPopupMenu.cpp	2011-11-08 18:23:30 UTC (rev 99589)
@@ -6,7 +6,6 @@
  * Copyright (C) 2008 Collabora Ltd.
  * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
  * Copyright (C) 2010-2011 Igalia S.L.
- * Portions Copyright (c) 2010 Motorola Mobility, Inc.  All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -146,7 +145,7 @@
 {
     *x = popupMenu->m_menuPosition.x();
     *y = popupMenu->m_menuPosition.y();
-    *pushIn = false;
+    *pushIn = true;
 }
 
 void GtkPopupMenu::resetTypeAheadFindState()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to