Bug 20408 - REGRESSION: Crash loading WebKit blog post on HTML media elements
Summary: REGRESSION: Crash loading WebKit blog post on HTML media elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Major
Assignee: Simon Fraser (smfr)
URL: http://webkit.org/blog/140/html5-medi...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 16:46 PDT by Simon Fraser (smfr)
Modified: 2008-08-18 15:11 PDT (History)
1 user (show)

See Also:


Attachments
Testcase (169 bytes, text/html)
2008-08-15 16:57 PDT, Simon Fraser (smfr)
no flags Details
Patch, testcase, changelog (3.46 KB, patch)
2008-08-15 17:55 PDT, Simon Fraser (smfr)
hyatt: 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-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)