Bug 122060

Summary: Generate toCSSFooValue for CSSGradientValue, CSSLinearGradientValue and CSSRadialGradient
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: CSSAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, esprehn+autocc, glenn, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Gyuyoung Kim 2013-09-28 04:24:44 PDT
As a step to generate toCSSFooValue, toCSSGradientValuem toCSSLinearGradientValue and toCSSRadialGradient are generated. isLinearGradient() and isRadialGradient() are moved from each class to CSSValue in order to generate toCSSFooValue.
Comment 1 Gyuyoung Kim 2013-09-28 04:26:02 PDT
Created attachment 212895 [details]
Patch
Comment 2 Gyuyoung Kim 2013-09-30 00:08:00 PDT
Created attachment 212955 [details]
Patch for landing
Comment 3 WebKit Commit Bot 2013-09-30 00:34:13 PDT
Comment on attachment 212955 [details]
Patch for landing

Clearing flags on attachment: 212955

Committed r156636: <http://trac.webkit.org/changeset/156636>
Comment 4 WebKit Commit Bot 2013-09-30 00:34:17 PDT
All reviewed patches have been landed.  Closing bug.