Bug 22605

Summary: Make CSSMutableStyleDeclaration::removeProperty() work for -webkit-transition
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch + testcases mitz: review+

Simon Fraser (smfr)
Reported 2008-12-02 14:47:00 PST
CSSMutableStyleDeclaration::removeProperty() has some logic for compound properties. We need to make this work for -webkit-transition and other transition and transform-related properties.
Attachments
patch + testcases (9.77 KB, patch)
2009-01-07 13:17 PST, Dean Jackson
mitz: review+
Simon Fraser (smfr)
Comment 1 2008-12-08 11:54:39 PST
Dean Jackson
Comment 2 2009-01-07 13:17:38 PST
Created attachment 26505 [details] patch + testcases Asking mitz for review since he reviewed simon's associated patch a while back.
mitz
Comment 3 2009-01-07 13:24:29 PST
Comment on attachment 26505 [details] patch + testcases r=me
Dean Jackson
Comment 4 2009-01-07 15:57:14 PST
Committed r39691 M WebCore/ChangeLog M WebCore/css/CSSMutableStyleDeclaration.cpp M LayoutTests/ChangeLog A LayoutTests/fast/css/transform-inline-style-remove.html A LayoutTests/fast/css/transform-inline-style-remove-expected.txt
Note You need to log in before you can comment on or make changes to this bug.