Changeset 53189 in webkit


Ignore:
Timestamp:
Jan 13, 2010 8:46:29 AM (14 years ago)
Author:
Simon Hausmann
Message:

Rubber-stamped by Tor Arne Vestbø.

[Qt] REGRESSION(53187) Touchevent related tests fail

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

Pass the ENABLE_TOUCH_EVENTS to the IDL generators.

  • WebCore.pri:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53188 r53189  
     12010-01-13  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Rubber-stamped by Tor Arne Vestbø.
     4
     5        [Qt] REGRESSION(53187) Touchevent related tests fail
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=33602
     8
     9        Pass the ENABLE_TOUCH_EVENTS to the IDL generators.
     10
     11        * WebCore.pri:
     12
    1132010-01-13  Ilya Tikhonovsky  <loislo@chromium.org>
    214
  • trunk/WebCore/WebCore.pri

    r53187 r53189  
    141141contains(DEFINES, ENABLE_OFFLINE_WEB_APPLICATIONS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_OFFLINE_WEB_APPLICATIONS=1
    142142contains(DEFINES, ENABLE_WEB_SOCKETS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_WEB_SOCKETS=1
     143contains(DEFINES, ENABLE_TOUCH_EVENTS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_TOUCH_EVENTS=1
    143144
    144145
Note: See TracChangeset for help on using the changeset viewer.