Bug 22605 - Make CSSMutableStyleDeclaration::removeProperty() work for -webkit-transition
Summary: Make CSSMutableStyleDeclaration::removeProperty() work for -webkit-transition
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P3 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-12-02 14:47 PST by Simon Fraser (smfr)
Modified: 2009-01-07 15:57 PST (History)
0 users

See Also:


Attachments
patch + testcases (9.77 KB, patch)
2009-01-07 13:17 PST, Dean Jackson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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.
Comment 1 Simon Fraser (smfr) 2008-12-08 11:54:39 PST
<rdar://problem/6405457>
Comment 2 Dean Jackson 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.
Comment 3 mitz 2009-01-07 13:24:29 PST
Comment on attachment 26505 [details]
patch + testcases

r=me
Comment 4 Dean Jackson 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