Bug 68048 - Implement a PageTransitionEvent constructor for JSC
Summary: Implement a PageTransitionEvent constructor for JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 67824
  Show dependency treegraph
 
Reported: 2011-09-13 18:45 PDT by Kentaro Hara
Modified: 2011-09-14 00:39 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.78 KB, patch)
2011-09-13 19:21 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2011-09-13 18:45:40 PDT
PageTransitionEvent should have a constructor (Spec: http://www.whatwg.org/specs/web-apps/current-work/#pagetransitionevent). 

After this patch is landed, I will add the PageTransitionEvent constructor for V8 as a follow-up patch.
Comment 1 Kentaro Hara 2011-09-13 19:21:10 PDT
Created attachment 107274 [details]
Patch
Comment 2 WebKit Review Bot 2011-09-14 00:39:32 PDT
Comment on attachment 107274 [details]
Patch

Clearing flags on attachment: 107274

Committed r95079: <http://trac.webkit.org/changeset/95079>
Comment 3 WebKit Review Bot 2011-09-14 00:39:37 PDT
All reviewed patches have been landed.  Closing bug.