Changeset 80853 in webkit


Ignore:
Timestamp:
Mar 11, 2011 7:08:10 AM (13 years ago)
Author:
dino@apple.com
Message:

2011-03-11 Dean Jackson <dino@apple.com>

Unreviewed.

Build fixes for GTK and Leopard.

  • bindings/gobject/GNUmakefile.am:
  • add missing WebKitAnimation* generated bindings
  • page/WebKitAnimation.idl:
  • use double in place of float (the core values are double anyway)
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80847 r80853  
     12011-03-11  Dean Jackson  <dino@apple.com>
     2
     3        Unreviewed.
     4
     5        Build fixes for GTK and Leopard.
     6
     7        * bindings/gobject/GNUmakefile.am:
     8        - add missing WebKitAnimation* generated bindings
     9        * page/WebKitAnimation.idl:
     10        - use double in place of float (the core values are double anyway)
     11
    1122011-03-11  Dean Jackson  <dino@apple.com>
    213
  • trunk/Source/WebCore/bindings/gobject/GNUmakefile.am

    r78346 r80853  
    245245        DerivedSources/webkit/WebKitDOMValidityState.cpp \
    246246        DerivedSources/webkit/WebKitDOMValidityStatePrivate.h \
     247        DerivedSources/webkit/WebKitDOMWebKitAnimation.cpp \
     248        DerivedSources/webkit/WebKitDOMWebKitAnimationList.cpp \
    247249        DerivedSources/webkit/WebKitDOMWebKitPoint.cpp \
    248250        DerivedSources/webkit/WebKitDOMWebKitPointPrivate.h \
     
    373375        DerivedSources/webkit/WebKitDOMNavigator.h \
    374376        DerivedSources/webkit/WebKitDOMScreen.h \
     377        DerivedSources/webkit/WebKitDOMWebKitAnimation.h \
     378        DerivedSources/webkit/WebKitDOMWebKitAnimationList.h \
    375379        DerivedSources/webkit/WebKitDOMWebKitPoint.h \
    376380        DerivedSources/webkit/WebKitDOMDOMMimeType.h \
  • trunk/Source/WebCore/page/WebKitAnimation.idl

    r80846 r80853  
    3333        readonly attribute DOMString name;
    3434
    35         readonly attribute float duration;
    36         attribute float elapsedTime;
     35        readonly attribute double duration;
     36        attribute double elapsedTime;
    3737
    38         readonly attribute float delay;
     38        readonly attribute double delay;
    3939        readonly attribute [Custom] int iterationCount;
    4040
Note: See TracChangeset for help on using the changeset viewer.