Bug 19861

Summary: CSSTransformList should be WebKitCSSTransformList
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Bug Depends on:    
Bug Blocks: 19028, 19863    
Attachments:
Description Flags
Patch to rename CSSTransformValue and change inheritance hyatt: review+

Description Dean Jackson 2008-07-02 16:18:11 PDT
The CSSTransformList class should be named WebKitCSSTransformList (the same as the DOM interface to come in a subsequent patch). It should also inherit from CSSValueList rather than CSSValue.
Comment 1 Dean Jackson 2008-07-02 16:19:25 PDT
Created attachment 22053 [details]
Patch to rename CSSTransformValue and change inheritance

This should also change the build for all platforms
Comment 2 Dean Jackson 2008-07-02 16:50:36 PDT
oops - line 36 of WebKitCSSTransformValue.cpp should be
CSSValueList(false)

Comment 3 Dean Jackson 2008-07-02 18:58:04 PDT
forget the oops - the patch is correct. The transform list should be space separated, not comma.

Comment 4 Dave Hyatt 2008-07-08 11:14:08 PDT
Comment on attachment 22053 [details]
Patch to rename CSSTransformValue and change inheritance

r=me
Comment 5 Dean Jackson 2008-07-09 17:28:16 PDT
Done in 35081
http://trac.webkit.org/changeset/35081