Bug 113298

Summary: Move remaining marquee applying code to StyleBuilder
Product: WebKit Reporter: Emil A Eklund <eae>
Component: CSSAssignee: Emil A Eklund <eae>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, eric, esprehn+autocc, macpherson, menard, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89879    
Attachments:
Description Flags
Patch none

Description Emil A Eklund 2013-03-26 05:16:49 PDT
Move applying logic for CSSPropertyWebkitMarqueeIncrement, CSSPropertyWebkitMarqueeRepetition and CSSPropertyWebkitMarqueeSpeed from StyleResolver::applyProperty.
Comment 1 Emil A Eklund 2013-03-26 05:20:12 PDT
Created attachment 195062 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-28 06:14:13 PDT
Comment on attachment 195062 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=195062&action=review

r=me, assuming we have layout tests of marquee CSS.

> Source/WebCore/ChangeLog:12
> +        No new tests, no change in functionality.

Do we have tests testing marquee CSS? If not we should add some.
Comment 3 Emil A Eklund 2013-04-01 12:24:11 PDT
(In reply to comment #2)
> (From update of attachment 195062 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=195062&action=review
> 
> r=me, assuming we have layout tests of marquee CSS.
> 
> > Source/WebCore/ChangeLog:12
> > +        No new tests, no change in functionality.
> 
> Do we have tests testing marquee CSS? If not we should add some.

We have a handful of tests for it, most notably fast/html/marquee-element.html and fast/css/MarqueeLayoutTest.html
Comment 4 WebKit Review Bot 2013-04-01 12:47:39 PDT
Comment on attachment 195062 [details]
Patch

Clearing flags on attachment: 195062

Committed r147350: <http://trac.webkit.org/changeset/147350>
Comment 5 WebKit Review Bot 2013-04-01 12:47:43 PDT
All reviewed patches have been landed.  Closing bug.