Bug 20734

Summary: Document::createEvent missing animation and transition events
Product: WebKit Reporter: Dean Jackson <dino>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
adds createEvent code for animation and transition sam: review+

Description Dean Jackson 2008-09-08 17:04:47 PDT
Document::createEvent is missing the cases for WebKitTransition and WebKitAnimation events.
Comment 1 Dean Jackson 2008-09-08 17:09:10 PDT
Created attachment 23281 [details]
adds createEvent code for animation and transition
Comment 2 Dean Jackson 2008-09-09 12:51:57 PDT
Committed r36299
	M	WebCore/dom/Document.cpp
	M	WebCore/ChangeLog
	M	LayoutTests/ChangeLog
	A	LayoutTests/animations/animation-events-create-expected.txt
	A	LayoutTests/animations/animation-events-create.html
	A	LayoutTests/transitions/transition-end-event-create-expected.txt
	A	LayoutTests/transitions/transition-end-event-create.html