Ignore:
Timestamp:
Jun 17, 2011, 4:49:58 AM (14 years ago)
Author:
[email protected]
Message:

2011-06-17 Joone Hur <[email protected]>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • configure.ac: Check whether Cairo version is higher than 1.10.

2011-06-17 Joone Hur <[email protected]>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • wtf/gobject/GTypedefs.h: Replace GdkRectangle by cairo_rectangle_int_t.

2011-06-17 Joone Hur <[email protected]>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • GNUmakefile.list.am: Added IntRectCairo.cpp instead of IntRectGtk.cpp
  • platform/graphics/IntRect.h: IntRect class can be instantiated through the given cairo_rectangle_int_t instead of GdkRectangle.
  • platform/graphics/cairo/IntRectCairo.cpp: Add the constructor and operator for handling cairo_rectangle_int_t. (WebCore::IntRect::IntRect): (WebCore::IntRect::operator cairo_rectangle_int_t):
  • platform/graphics/gtk/IntRectGtk.cpp: Include this file only for Gtk+2.
  • platform/gtk/GtkPluginWidget.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (WebCore::GtkPluginWidget::invalidateRect):

2011-06-17 Joone Hur <[email protected]>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • WebCoreSupport/DumpRenderTreeSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (DumpRenderTreeSupportGtk::firstRectForCharacterRange): (DumpRenderTreeSupportGtk::rectangleForSelection):
  • WebCoreSupport/DumpRenderTreeSupportGtk.h: Ditto.

2011-06-17 Joone Hur <[email protected]>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • DumpRenderTree/gtk/PixelDumpSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (createBitmapContextFromWebView):
  • DumpRenderTree/gtk/TextInputController.cpp: Ditto. (firstRectForCharacterRangeCallback):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r89109 r89133  
     12011-06-17  Joone Hur  <[email protected]>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Replace GdkRectangle by cairo_rectangle_int_t
     6        https://bugs.webkit.org/show_bug.cgi?id=60687
     7
     8        Replace GdkRectangle by cairo_rectangle_int_t.
     9
     10        * wtf/gobject/GTypedefs.h: Replace GdkRectangle by cairo_rectangle_int_t.
     11
    1122011-06-16  Gavin Barraclough  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.