Changeset 86152 in webkit


Ignore:
Timestamp:
May 10, 2011 7:56:11 AM (13 years ago)
Author:
andreas.kling@nokia.com
Message:

2011-05-10 Andreas Kling <andreas.kling@nokia.com>

Rubber-stamped by Csaba Osztrogonác.

[Qt] Disable HAVE_QRAWFONT until Qt API stabilizes.
https://bugs.webkit.org/show_bug.cgi?id=60551

  • WebCore.pro: Disable the line that enables HAVE_QRAWFONT if the feature is found. Added a comment about why.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r86147 r86152  
     12011-05-10  Andreas Kling  <andreas.kling@nokia.com>
     2
     3        Rubber-stamped by Csaba Osztrogonác.
     4
     5        [Qt] Disable HAVE_QRAWFONT until Qt API stabilizes.
     6        https://bugs.webkit.org/show_bug.cgi?id=60551
     7
     8        * WebCore.pro: Disable the line that enables HAVE_QRAWFONT
     9        if the feature is found. Added a comment about why.
     10
    1112011-05-10  Andrey Kosyakov  <caseq@chromium.org>
    212
  • trunk/Source/WebCore/WebCore.pro

    r86140 r86152  
    30703070
    30713071# QRawFont feature added in Qt 4.8.0
    3072 exists($$[QT_INSTALL_HEADERS]/QtGui/QRawFont): HAVE_QRAWFONT=1
     3072#
     3073# If available, this is used to implement the fast path for text rendering
     3074# and measurement in WebCore. Because the feature is still undergoing
     3075# development, it is disabled in builds.
     3076#
     3077# exists($$[QT_INSTALL_HEADERS]/QtGui/QRawFont): HAVE_QRAWFONT=1
    30733078
    30743079!isEmpty(HAVE_QRAWFONT) {
Note: See TracChangeset for help on using the changeset viewer.