[Webkit-unassigned] [Bug 102910] [EFL] Fail to compile CSSComputedStyleDeclaration.cpp on trunk at 135354

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 03:28:36 PST 2012


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





--- Comment #1 from Halton Huo <halton.huo at gmail.com>  2012-11-21 03:30:37 PST ---
Turn out, the generated DerivedSources/WebCore/CSSPropertyNames.gperf and CSSPropertyNames.h missing lots of props, such as 
576 -webkit-animation, CSSPropertyWebkitAnimation
577 -webkit-animation-delay, CSSPropertyWebkitAnimationDelay
578 -webkit-animation-direction, CSSPropertyWebkitAnimationDirection
579 -webkit-animation-duration, CSSPropertyWebkitAnimationDuration
580 -webkit-animation-fill-mode, CSSPropertyWebkitAnimationFillMode
581 -webkit-animation-iteration-count, CSSPropertyWebkitAnimationIterationCount
582 -webkit-animation-name, CSSPropertyWebkitAnimationName
583 -webkit-animation-play-state, CSSPropertyWebkitAnimationPlayState
584 -webkit-animation-timing-function, CSSPropertyWebkitAnimationTimingFunction
585 -webkit-appearance, CSSPropertyWebkitAppearance
586 -webkit-aspect-ratio, CSSPropertyWebkitAspectRatio
587 -webkit-backface-visibility, CSSPropertyWebkitBackfaceVisibility

While gtk build at same revision does generate them, I'm afraid it is a bug for makeprop.pl. I'm looking at it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list