Bug 20408

Summary: REGRESSION: Crash loading WebKit blog post on HTML media elements
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Major CC: dino
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://webkit.org/blog/140/html5-media-support/
Attachments:
Description Flags
Testcase
none
Patch, testcase, changelog hyatt: review+

Description Simon Fraser (smfr) 2008-08-15 16:46:52 PDT
WebKit builds currently crash when loading the URL in the bug. This seems to be transition-related.
Comment 1 Simon Fraser (smfr) 2008-08-15 16:57:14 PDT
Created attachment 22828 [details]
Testcase
Comment 2 Dave Hyatt 2008-08-15 17:02:51 PDT
Is this a regression?

Comment 3 Simon Fraser (smfr) 2008-08-15 17:55:55 PDT
Created attachment 22830 [details]
Patch, testcase, changelog

Fixed the ugly macros to make sure there's an animation in the list.

Is this if (isInherit) ... else if (isInitial) change OK?
Comment 4 Mark Rowe (bdash) 2008-08-15 18:48:14 PDT
Regressions are P1s.
Comment 5 Dave Hyatt 2008-08-18 13:48:46 PDT
Comment on attachment 22830 [details]
Patch, testcase, changelog

r=me
Comment 6 Simon Fraser (smfr) 2008-08-18 15:11:27 PDT
Committed r35825
	M	WebCore/ChangeLog
	M	WebCore/css/CSSStyleSelector.cpp
	A	LayoutTests/platform/mac/fast/css/transition_shorthand_parsing-expected.txt
	M	LayoutTests/ChangeLog
	A	LayoutTests/fast/css/transition_shorthand_parsing.html
r35825 = 6040db395a99614c25b06ba9ea4fc7dfec42f1ea (trunk)