Bug 122060 - Generate toCSSFooValue for CSSGradientValue, CSSLinearGradientValue and CSSRadialGradient
Summary: Generate toCSSFooValue for CSSGradientValue, CSSLinearGradientValue and CSSRa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 04:24 PDT by Gyuyoung Kim
Modified: 2013-09-30 00:34 PDT (History)
7 users (show)

See Also:


Attachments
Patch (10.83 KB, patch)
2013-09-28 04:26 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch for landing (12.99 KB, patch)
2013-09-30 00:08 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.