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-

Dominic Cooney
Reported 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.
Attachments
Patch (3.14 KB, patch)
2011-11-07 08:02 PST, Dominic Cooney
ojan: review+
ojan: commit-queue-
Dominic Cooney
Comment 1 2011-11-07 08:02:38 PST
Ojan Vafai
Comment 2 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.
Dominic Cooney
Comment 3 2011-11-07 09:16:31 PST
Note You need to log in before you can comment on or make changes to this bug.