Bug 71689

Summary: Remove initPageTransitionEvent method
Product: WebKit Reporter: Dominic Cooney <dominicc>
Component: DOMAssignee: Dominic Cooney <dominicc>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68791    
Attachments:
Description Flags
Patch ojan: review+, ojan: commit-queue-

Description Dominic Cooney 2011-11-07 07:54:21 PST
The HTML5 spec has removed this method in favor of a constructor: <http://www.whatwg.org/specs/web-apps/current-work/#pagetransitionevent>. Code Search doesn’t turn up anyone using this method. We should remove it.
Comment 1 Dominic Cooney 2011-11-07 08:02:38 PST
Created attachment 113867 [details]
Patch
Comment 2 Ojan Vafai 2011-11-07 09:05:40 PST
Comment on attachment 113867 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=113867&action=review

> Source/WebCore/ChangeLog:8
> +        Removing a method, so no new tests.

It's worth adding a line here that this was removed from the spec. People could go look at the bug, but it's worth saving the effort.
Comment 3 Dominic Cooney 2011-11-07 09:16:31 PST
Committed r99431: <http://trac.webkit.org/changeset/99431>