Skip to content
  • alex@webkit.org's avatar
    2011-08-17 Alejandro G. Castro <alex@igalia.com> · bb3aecc4
    alex@webkit.org authored
            [GTK] Fix compilation problems with deprecations in gtk+
            https://bugs.webkit.org/show_bug.cgi?id=66073
    
            Reviewed by Martin Robinson.
    
            * platform/gtk/GtkAuthenticationDialog.cpp:
            (WebCore::GtkAuthenticationDialog::GtkAuthenticationDialog): Added
            gtk_box_new conditional compilation for gtk+-3.
            * platform/gtk/RenderThemeGtk3.cpp:
            (WebCore::RenderThemeGtk::adjustRepaintRect):
            (WebCore::RenderThemeGtk::paintSliderTrack):
            (WebCore::RenderThemeGtk::paintSliderThumb):
            (WebCore::RenderThemeGtk::adjustSliderThumbSize): Now we have have
            GTK_TYPE_SCALE in gtk+3.
    
    2011-08-17  Alejandro G. Castro  <alex@igalia.com>
    
            [GTK] Fix compilation problems with deprecations in gtk+
            https://bugs.webkit.org/show_bug.cgi?id=66073
    
            Reviewed by Martin Robinson.
    
            * DumpRenderTree/gtk/DumpRenderTree.cpp:
            (main): G_CONST_RETURN was deprecated
            * GtkLauncher/main.c:
            (createWindow): Added gtk_box_new conditional compilation for
            gtk+-3.
            * MiniBrowser/gtk/BrowserWindow.c:
            (browser_window_init): Replaced gtk_vbox_new with gtk_box_new, we
            are just supporting gtk+-3 for WebKit2.
    
    2011-08-17  Alejandro G. Castro  <alex@igalia.com>
    
            [GTK] Fix compilation problems with deprecations in gtk+
            https://bugs.webkit.org/show_bug.cgi?id=66073
    
            Reviewed by Martin Robinson.
    
            * WebCoreSupport/FullscreenVideoController.cpp:
            (FullscreenVideoController::createHud): Added gtk_box_new
            conditional compilation for gtk+-3.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@93338 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bb3aecc4