Changeset 57204 in webkit


Ignore:
Timestamp:
Apr 7, 2010 5:03:51 AM (14 years ago)
Author:
Simon Hausmann
Message:

Add the touch event related IDL files to the idl generation, so that
they can be safely included from generated JS bindings files. The
generated files have #ifdef feature guards.

Reviewed by Holger Freyther.

  • DerivedSources.cpp:
  • DerivedSources.make:
  • GNUmakefile.am:
Location:
trunk/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57203 r57204  
     12010-04-07  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Holger Freyther.
     4
     5        Add the touch event related IDL files to the idl generation, so that
     6        they can be safely included from generated JS bindings files. The
     7        generated files have #ifdef feature guards.
     8
     9        * DerivedSources.cpp:
     10        * DerivedSources.make:
     11        * GNUmakefile.am:
     12
    1132010-04-06  Jeremy Orlow  <jorlow@chromium.org>
    214
  • trunk/WebCore/DerivedSources.cpp

    r56445 r57204  
    344344#include "JSTextMetrics.cpp"
    345345#include "JSTimeRanges.cpp"
     346#include "JSTouch.cpp"
     347#include "JSTouchEvent.cpp"
     348#include "JSTouchList.cpp"
    346349#include "JSTreeWalker.cpp"
    347350#include "JSUIEvent.cpp"
  • trunk/WebCore/DerivedSources.make

    r56781 r57204  
    402402    TextMetrics \
    403403    TimeRanges \
     404    Touch \
     405    TouchEvent \
     406    TouchList \
    404407    TreeWalker \
    405408    UIEvent \
  • trunk/WebCore/GNUmakefile.am

    r57151 r57204  
    163163        WebCore/dom/Text.idl \
    164164        WebCore/dom/TextEvent.idl \
     165        WebCore/dom/Touch.idl \
     166        WebCore/dom/TouchEvent.idl \
     167        WebCore/dom/TouchList.idl \
    165168        WebCore/dom/TreeWalker.idl \
    166169        WebCore/dom/UIEvent.idl \
Note: See TracChangeset for help on using the changeset viewer.