[Webkit-unassigned] [Bug 24961] [GTK] Require GTK+ >= 2.10

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 11:49:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24961





------- Comment #1 from gns at gnome.org  2009-03-31 11:49 PDT -------
Created an attachment (id=29128)
 --> (https://bugs.webkit.org/attachment.cgi?id=29128&action=view)
2009-03-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>


        Reviewed by NOBODY (OOPS!).

        Require GTK+ >= 2.10; 2.8 is already very old, and some very
        useful APIs are only available since 2.10.

        * configure.ac:

WebCore/

2009-03-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>

        Reviewed by NOBODY (OOPS!).

        Remove pre-processor checks for GTK+ >= 2.10, since we now require
        at least that version.

        * platform/graphics/gtk/FontPlatformDataGtk.cpp:
        (WebCore::FontPlatformData::FontPlatformData):
        * platform/gtk/ContextMenuItemGtk.cpp:
        (WebCore::gtkStockIDFromContextMenuAction):
        * platform/gtk/KeyEventGtk.cpp:
        (WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
        * platform/gtk/LocalizedStringsGtk.cpp:
        (WebCore::contextMenuItemTagSelectAll):
        * platform/gtk/MouseEventGtk.cpp:
        (WebCore::PlatformMouseEvent::PlatformMouseEvent):
        * platform/gtk/PasteboardGtk.cpp:
        (WebCore::Pasteboard::writeSelection):
        (WebCore::Pasteboard::documentFragment):
        * platform/gtk/WheelEventGtk.cpp:
        (WebCore::PlatformWheelEvent::PlatformWheelEvent):

WebKit/gtk

2009-03-31  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>

        Reviewed by NOBODY (OOPS!).

        Remove pre-processor checks for GTK+ >= 2.10, since we now require
        at least that version.

        * WebCoreSupport/EditorClientGtk.cpp:
        (WebKit::clipboard_clear_contents_cb):
        (WebKit::EditorClient::respondToChangedSelection):
        * webkit/webkitwebframe.cpp:
        * webkit/webkitwebview.cpp:
---
 ChangeLog                                          |    9 +++++++
 WebCore/ChangeLog                                  |   23 ++++++++++++++++++++
 .../platform/graphics/gtk/FontPlatformDataGtk.cpp  |    6 +---
 WebCore/platform/gtk/ContextMenuItemGtk.cpp        |    2 -
 WebCore/platform/gtk/KeyEventGtk.cpp               |    8 -------
 WebCore/platform/gtk/LocalizedStringsGtk.cpp       |    4 ---
 WebCore/platform/gtk/MouseEventGtk.cpp             |    8 -------
 WebCore/platform/gtk/PasteboardGtk.cpp             |    8 -------
 WebCore/platform/gtk/WheelEventGtk.cpp             |    8 -------
 WebKit/gtk/ChangeLog                               |   13 +++++++++++
 WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp      |    4 ---
 WebKit/gtk/webkit/webkitwebframe.cpp               |   11 ---------
 WebKit/gtk/webkit/webkitwebview.cpp                |   10 --------
 configure.ac                                       |    2 +-
 14 files changed, 48 insertions(+), 68 deletions(-)


-- 
Configure bugmail: https://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