Bug 71689 - Remove initPageTransitionEvent method
Summary: Remove initPageTransitionEvent method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dominic Cooney
URL:
Keywords:
Depends on:
Blocks: 68791
  Show dependency treegraph
 
Reported: 2011-11-07 07:54 PST by Dominic Cooney
Modified: 2011-11-07 09:16 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2011-11-07 08:02 PST, Dominic Cooney
ojan: review+
ojan: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>