Changeset 99589 in webkit


Ignore:
Timestamp:
Nov 8, 2011 10:23:30 AM (12 years ago)
Author:
commit-queue@webkit.org
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.bot@gmail.com> on 2011-11-08

  • platform/gtk/GtkPopupMenu.cpp:

(WebCore::GtkPopupMenu::menuPositionFunction):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99588 r99589  
     12011-11-08  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r95720.
     4        http://trac.webkit.org/changeset/95720
     5        https://bugs.webkit.org/show_bug.cgi?id=71831
     6
     7        This has made the menulists on WebKit patch reviews much less
     8        usable (Requested by mrobinson on #webkit).
     9
     10        * platform/gtk/GtkPopupMenu.cpp:
     11        (WebCore::GtkPopupMenu::menuPositionFunction):
     12
    1132011-11-08  Nico Weber  <thakis@chromium.org>
    214
  • trunk/Source/WebCore/platform/gtk/GtkPopupMenu.cpp

    r95800 r99589  
    77 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
    88 * Copyright (C) 2010-2011 Igalia S.L.
    9  * Portions Copyright (c) 2010 Motorola Mobility, Inc.  All rights reserved.
    109 *
    1110 * This library is free software; you can redistribute it and/or
     
    147146    *x = popupMenu->m_menuPosition.x();
    148147    *y = popupMenu->m_menuPosition.y();
    149     *pushIn = false;
     148    *pushIn = true;
    150149}
    151150
Note: See TracChangeset for help on using the changeset viewer.